Releases: jupyterlite/xeus
Releases · jupyterlite/xeus
v3.0.0a2
3.0.0a2
Enhancements made
- Bootstrap environments using mambajs, allowing libraries handling for other kernels than xeus-python #130 (@AnastasiaSliusar)
Maintenance and upkeep improvements
Contributors to this release
v3.0.0a1
3.0.0a1
Enhancements made
- Update JupyterLite packages #134 (@martinRenou)
Contributors to this release
v3.0.0a0
3.0.0a0
The main change is on the packaging.
We have a new JS package @jupyterlite/xeus-extension
which provides the JupyterLite plugin.
The new version of the JS package @jupyterlite/xeus
now only contains the kernels implementation, no plugin.
Enhancements made
- Split package in two: extension and library #132 (@martinRenou)
- Register all kernels in one plugin #107 (@trungleduc)
Bugs fixed
- Fixing lerna setup #136 (@martinRenou)
Maintenance and upkeep improvements
- Remove unused attributes #131 (@martinRenou)
- Docs: more verbose build #129 (@martinRenou)
Documentation improvements
- Update CHANGELOG and mention the split #133 (@martinRenou)
- Docs: more verbose build #129 (@martinRenou)
Contributors to this release
v2.1.2
2.1.2
Enhancements made
- Export
IEmpackEnvMetaFile
from index #127 (@trungleduc)
Contributors to this release
v2.1.1
2.1.1
Maintenance and upkeep improvements
- Bump empack #126 (@trungleduc)
Contributors to this release
v2.1.0
2.1.0
Enhancements made
- Passing the link of empack_env_meta.json file #120 (@AnastasiaSliusar)
Maintenance and upkeep improvements
- Fix job installation of micromamba #121 (@AnastasiaSliusar)
Documentation improvements
Contributors to this release
v2.0.0
2.0.0
What's Changed
- FileSystem calls over Atomics.wait instead of service worker by @martinRenou in #87
- Add xeus-javascript to the documentation deployment by @martinRenou in #94
- Bump empack by @martinRenou in #96
- Support environment.yaml (previously documented but not supported) or… by @martinRenou in #92
- Bump empack (Backport #96) by @martinRenou in #97
- Run the UI tests with the COOP/COEP headers by @jtpio in #103
- Update to JupyterLite 0.4.0 final packages by @jtpio in #105
- Hot fix: Pin Python version (Backport #111) by @martinRenou in #112
- Pin emscripten abi by @martinRenou in #114
- Align
jupyterlab
version range with the version used in JupyterLite by @jtpio in #109 - Use
coincident
ifcrossOriginIsolated
,comlink
otherwise by @jtpio in #108 - Update empack and docs by @martinRenou in #116
- Update docs for file access by @martinRenou in #117
Full Changelog: v0.1.11...v2.0.0
v0.2.0b0
0.2.0b0
Documentation improvements
- Update docs for file access #117 (@martinRenou)
- Update empack and docs #116 (@martinRenou)
Contributors to this release
v0.2.0a3
0.2.0a3
Maintenance and upkeep improvements
- Align
jupyterlab
version range with the version used in JupyterLite #109 (@jtpio) - Use
coincident
ifcrossOriginIsolated
,comlink
otherwise #108 (@jtpio)
Contributors to this release
v0.2.0a2
0.2.0a2
Bugs fixed
- Pin emscripten abi #114 (@martinRenou)