File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11title : pyodide
22author : James Joseph Balamuta
3- version : 0.0.1
3+ version : 0.0.1-dev.3
44quarto-required : " >=1.4.549"
55contributes :
66 filters :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ local hasDonePyodideSetup = false
1212-- https://pyodide.org/en/stable/usage/api/js-api.html#globalThis.loadPyodide
1313
1414-- Define a base compatibile version
15- local baseVersionPyodide = " 0.26 .2"
15+ local baseVersionPyodide = " 0.27 .2"
1616
1717-- Define where Pyodide can be found. Default:
1818-- https://cdn.jsdelivr.net/pyodide/v0.z.y/full/
Original file line number Diff line number Diff line change @@ -13,15 +13,16 @@ format:
1313[ quarto ] : https://quarto.org/
1414
1515
16- # 0.0.1.dev-2 : ??? (??-??-????)
16+ # 0.0.1.dev-3 : ??? (??-??-????)
1717
1818## Features
1919
20- - Updated the version of Pyodide from 0.25.0 to 0.26.1 ([ #20 ] ( https://github.com/coatless-quarto/pyodide/pull/20 ) )
20+ - Updated the version of Pyodide from 0.26.2 to 0.27.2 ([ #26 ] ( https://github.com/coatless-quarto/pyodide/pull/26 ) )
2121- New code cell option that set the interactive cell to be read-only. ([ #4 ] ( https://github.com/coatless-quarto/pyodide/issues/4 ) )
2222
2323## Changes
2424
25+ - Updated the version of Pyodide from 0.25.0 to 0.26.1 ([ #20 ] ( https://github.com/coatless-quarto/pyodide/pull/20 ) )
2526- We now load the ` micropip ` and ` pyodide_http ` packages during document initialization.
2627 - ` micropip ` package allows for installation of pure Python or Pyodide-compiled Python packages.
2728 ([ #3 ] ( https://github.com/coatless-quarto/pyodide/issues/3 ) )
You can’t perform that action at this time.
0 commit comments