Skip to content

Commit

Permalink
Bump default pyodide version to 0.27.2 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless authored Jan 31, 2025
1 parent 7ba7f47 commit 002cec5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _extensions/pyodide/_extension.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: pyodide
author: James Joseph Balamuta
version: 0.0.1
version: 0.0.1-dev.3
quarto-required: ">=1.4.549"
contributes:
filters:
Expand Down
2 changes: 1 addition & 1 deletion _extensions/pyodide/qpyodide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local hasDonePyodideSetup = false
-- https://pyodide.org/en/stable/usage/api/js-api.html#globalThis.loadPyodide

-- Define a base compatibile version
local baseVersionPyodide = "0.26.2"
local baseVersionPyodide = "0.27.2"

-- Define where Pyodide can be found. Default:
-- https://cdn.jsdelivr.net/pyodide/v0.z.y/full/
Expand Down
5 changes: 3 additions & 2 deletions docs/qpyodide-release-notes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ format:
[quarto]: https://quarto.org/


# 0.0.1.dev-2: ??? (??-??-????)
# 0.0.1.dev-3: ??? (??-??-????)

## Features

- Updated the version of Pyodide from 0.25.0 to 0.26.1 ([#20](https://github.com/coatless-quarto/pyodide/pull/20))
- Updated the version of Pyodide from 0.26.2 to 0.27.2 ([#26](https://github.com/coatless-quarto/pyodide/pull/26))
- New code cell option that set the interactive cell to be read-only. ([#4](https://github.com/coatless-quarto/pyodide/issues/4))

## Changes

- Updated the version of Pyodide from 0.25.0 to 0.26.1 ([#20](https://github.com/coatless-quarto/pyodide/pull/20))
- We now load the `micropip` and `pyodide_http` packages during document initialization.
- `micropip` package allows for installation of pure Python or Pyodide-compiled Python packages.
([#3](https://github.com/coatless-quarto/pyodide/issues/3))
Expand Down

0 comments on commit 002cec5

Please sign in to comment.