Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History
570 lines (308 loc) · 33.5 KB

CHANGELOG.md

File metadata and controls

570 lines (308 loc) · 33.5 KB

Changelog

1.0.0

No merged PRs

1.0.0b0

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @martinRenou

1.0.0a3

(Full Changelog)

Maintenance and upkeep improvements

  • Add more skip-if-exists, fix wheel packaging #181 (@jtpio)

Contributors to this release

(GitHub contributors page for this release)

@jtpio

1.0.0a2

(Full Changelog)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @jtpio

1.0.0a1

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

  • Adopt ruff, black, fix various issues #169 (@jtpio)
  • Align repo with the extension template #168 (@jtpio)

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @jtpio | @martinRenou

1.0.0a0

(Full Changelog)

Maintenance and upkeep improvements

  • Update to JupyterLab 4 and JupyterLite 0.2.0 #155 (@jtpio)

Contributors to this release

(GitHub contributors page for this release)

@jtpio | @martinRenou

0.9.6

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@martinRenou

0.9.5

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

  • Use mamba-org/setup-micromamba in more places #159 (@jtpio)
  • Use mamba-org/setup-micromamba GitHub Action #157 (@jtpio)

Documentation improvements

  • Install jupyterlite-sphinx from conda forge #156 (@jtpio)

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @jtpio | @martinRenou

0.9.4

(Full Changelog)

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@andeplane | @github-actions | @martinRenou

0.9.3

(Full Changelog)

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @jtpio | @martinRenou

0.9.2

(Full Changelog)

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@martinRenou

0.9.1

(Full Changelog)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @martinRenou

0.9.0

(Full Changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@DerThorsten

0.8.1

(Full Changelog)

Bugs fixed

Documentation improvements

  • Add advanced section to the docs for providing a custom empack_config.yaml #127 (@jtpio)
  • Convert docs to Markdown #125 (@jtpio)

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @jtpio | @martinRenou

0.8.0

(Full Changelog)

Maintenance and upkeep improvements

  • Update to jupyterlite-core==0.1.0b20 #118 (@jtpio)

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @jtpio | @martinRenou

0.7.0

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@jtpio

0.6.3

(Full Changelog)

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@jtpio | @martinRenou

0.6.2

Docs

Improvements

0.6.1

(Full Changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@martinRenou

0.6.0

(Full Changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@JohanMabille | @jzavala-gonzalez | @lesteve | @martinRenou

0.5.6

(Full Changelog)

Bug fix

Contributors to this release

(GitHub contributors page for this release)

@martinRenou

0.5.5

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@martinRenou

0.5.4

(Full Changelog)

Maintenance

Documentation

Contributors to this release

(GitHub contributors page for this release)

@martinRenou

0.5.3

(Full Changelog)

Enhancements made

  • Update to empack 1 with support for loading custom empack config #62 (@martinRenou)

Contributors to this release

(GitHub contributors page for this release)

@martinRenou

0.5.2

(Full Changelog)

Maintenance and upkeep improvements

  • Fix typo in initFileSystem method name #52 (@jtpio)

Documentation improvements

  • Remove leading space in the replite default example #49 (@jtpio)

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@jtpio | @martinRenou

0.5.1

(Full Changelog)

Bugs fixed

  • Add a deduplication phase that make sure the latest copied labextension is used #46 (@martinRenou)
  • Fix plugin id #43 (@jtpio)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@jtpio | @martinRenou

0.5.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Fix post_build so that it populates the jupyter-lite.json properly #40 (@martinRenou)

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@jtpio | @martinRenou

0.4.2

(Full Changelog)

Bugs fixed

  • Fix temporary directories cleanup so that it happens after the tasks #34 (@martinRenou)

Contributors to this release

(GitHub contributors page for this release)

@martinRenou

0.4.1

(Full Changelog)

Bugs fixed

  • Make sure xeus-python kernel emscripten build runs after the FederatedExtension addon #32 (@martinRenou)

Contributors to this release

(GitHub contributors page for this release)

@martinRenou

0.4.0

(Full Changelog)

Enhancements made

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@benbovy | @bollwyvl | @davidbrochart | @DerThorsten | @martinRenou

0.3.0

(Full Changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@jtpio | @martinRenou

v0.2.0

What's Changed

  • Add docs by @martinRenou in #4
  • Fix build by @martinRenou in #5
  • Add Matplotlib to the env by @martinRenou in #7
  • Do not use xeus-python's master branch by @martinRenou in #8
  • Simplify dockerfile by @martinRenou in #9
  • Xeus python build addon by @martinRenou in #10

Full Changelog: https://github.com/jupyterlite/xeus-python-kernel/compare/0.1.0...0.2.0

v0.1.0

Contributions

Contributors

  • @DerThorsten started the project
  • @martinRenou made their first contribution in #1

Full Changelog: https://github.com/jupyterlite/xeus-python-kernel/commits/0.1.0