Skip to content

Commit

Permalink
Upgrade pyodide version to v0.26.1 (#20)
Browse files Browse the repository at this point in the history
* Update qpyodide.lua

* Add note
  • Loading branch information
coatless authored Jun 9, 2024
1 parent 3113d23 commit ef17bda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions _extensions/pyodide/qpyodide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ local hasDonePyodideSetup = false
-- https://pyodide.org/en/stable/usage/api/js-api.html#globalThis.loadPyodide

-- Define a base compatibile version
local baseVersionPyodide = "0.25.0"
local baseVersionPyodide = "0.26.1"

-- Define where Pyodide can be found. Default:
-- https://cdn.jsdelivr.net/pyodide/v0.25.0/full/
-- https://cdn.jsdelivr.net/pyodide/v0.25.0/debug/
-- https://cdn.jsdelivr.net/pyodide/v0.z.y/full/
-- https://cdn.jsdelivr.net/pyodide/v0.z.y/debug/
local baseUrl = "https://cdn.jsdelivr.net/pyodide/v".. baseVersionPyodide .."/"
local buildVariant = "full/"
local indexURL = baseUrl .. buildVariant
Expand Down Expand Up @@ -463,4 +463,4 @@ return {
{
Pandoc = stitchDocument
}
}
}
3 changes: 2 additions & 1 deletion docs/qpyodide-release-notes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ format:
[quarto]: https://quarto.org/


# 0.0.1.dev-1: What does the Python Say? (??-??-????)
# 0.0.1.dev-2: ??? (??-??-????)

## Features

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

## Changes
Expand Down

0 comments on commit ef17bda

Please sign in to comment.