Skip to content

Commit

Permalink
Publish 0.4.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter_nbmodel_client-0.4.0-py3-none-any.whl: 1587a014f91de99a919eacb844d210ecd0240f6db5f7a6aa48b4f36a23ca88e3

jupyter_nbmodel_client-0.4.0.tar.gz: 47bdb19db32be8155dc2f953adcc1e71b685d8d8a4b3465ea1ed8c7d1dfe4456
  • Loading branch information
fcollonval committed Dec 18, 2024
1 parent 20ff2d1 commit 5a15879
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 0.4.0

([Full Changelog](https://github.com/datalayer/jupyter-nbmodel-client/compare/v0.3.0...20ff2d14a92d9339e8ddf8e7c091c102d3ea13fa))

### Enhancements made

- docs: readme [#13](https://github.com/datalayer/jupyter-nbmodel-client/pull/13) ([@echarles](https://github.com/echarles))

### Bugs fixed

- Use a lock to prevent document access or change between threads [#16](https://github.com/datalayer/jupyter-nbmodel-client/pull/16) ([@fcollonval](https://github.com/fcollonval))
- Revert "Use multithreading flag" [#15](https://github.com/datalayer/jupyter-nbmodel-client/pull/15) ([@fcollonval](https://github.com/fcollonval))
- Use multithreading flag [#14](https://github.com/datalayer/jupyter-nbmodel-client/pull/14) ([@fcollonval](https://github.com/fcollonval))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/datalayer/jupyter-nbmodel-client/graphs/contributors?from=2024-12-10&to=2024-12-18&type=c))

[@echarles](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-nbmodel-client+involves%3Aecharles+updated%3A2024-12-10..2024-12-18&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-nbmodel-client+involves%3Afcollonval+updated%3A2024-12-10..2024-12-18&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.3.0

([Full Changelog](https://github.com/datalayer/jupyter-nbmodel-client/compare/v0.2.0...cfc7a804957b777900c105cada76993ce0f6d0c0))
Expand All @@ -26,8 +48,6 @@

[@fcollonval](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-nbmodel-client+involves%3Afcollonval+updated%3A2024-12-09..2024-12-10&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.2.0

([Full Changelog](https://github.com/datalayer/jupyter-nbmodel-client/compare/v0.1.1...590550c1b7d76656f10a0ad59b133d5fe6ab5556))
Expand Down
2 changes: 1 addition & 1 deletion jupyter_nbmodel_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
from .client import NbModelClient
from .model import KernelClient, NotebookModel

__version__ = "0.3.0"
__version__ = "0.4.0"

__all__ = ["KernelClient", "NbModelClient", "NotebookModel", "NotebookNode"]

0 comments on commit 5a15879

Please sign in to comment.