Skip to content

Commit 0a6c683

Browse files
committed
Publish 0.1.1a1
SHA256 hashes: jupyter-server-nbmodel-0.1.1-a1.tgz: 8e7a698c5e2fad1be0700358d98f5a806afe5ce79562088acff95d2c5fe33c56 jupyter_server_nbmodel-0.1.1a1-py3-none-any.whl: 69e2650421c6d4601fe5d68dcd94f3851837c4fcabac518e17bc117e08b7d8ac jupyter_server_nbmodel-0.1.1a1.tar.gz: 37a0e2f6ecba133d8fdea274d47b301231859d76bcdf4de11999e0c0f083a9f5
1 parent 2facfb3 commit 0a6c683

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,36 @@
22

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

5+
## 0.1.1a1
6+
7+
([Full Changelog](https://github.com/datalayer/jupyter-server-nbmodel/compare/bf5719ce10580303de08342073b66e3d579e7cdc...2facfb378e11f8f564593f4329af5c71d7fa67f2))
8+
9+
### Enhancements made
10+
11+
- Preparation for first release [#20](https://github.com/datalayer/jupyter-server-nbmodel/pull/20) ([@fcollonval](https://github.com/fcollonval))
12+
- Add jupyter_client to dep to ensure it contains the needed fix [#17](https://github.com/datalayer/jupyter-server-nbmodel/pull/17) ([@fcollonval](https://github.com/fcollonval))
13+
- Internalize frontend cell executor [#14](https://github.com/datalayer/jupyter-server-nbmodel/pull/14) ([@fcollonval](https://github.com/fcollonval))
14+
15+
### Bugs fixed
16+
17+
- Internalize frontend cell executor [#14](https://github.com/datalayer/jupyter-server-nbmodel/pull/14) ([@fcollonval](https://github.com/fcollonval))
18+
- Fix returning pending input for the correct request [#10](https://github.com/datalayer/jupyter-server-nbmodel/pull/10) ([@fcollonval](https://github.com/fcollonval))
19+
20+
### Documentation improvements
21+
22+
- Optionally depend on server ydoc and docprovider [#21](https://github.com/datalayer/jupyter-server-nbmodel/pull/21) ([@krassowski](https://github.com/krassowski))
23+
- Fix mermaidJS graph [#18](https://github.com/datalayer/jupyter-server-nbmodel/pull/18) ([@fcollonval](https://github.com/fcollonval))
24+
25+
### Other merged PRs
26+
27+
- Multiple enhancements [#9](https://github.com/datalayer/jupyter-server-nbmodel/pull/9) ([@fcollonval](https://github.com/fcollonval))
28+
- Bump actions/github-script from 3 to 7 [#4](https://github.com/datalayer/jupyter-server-nbmodel/pull/4) ([@dependabot](https://github.com/dependabot))
29+
- Update pytest requirement from ~=7.0 to ~=8.2 [#1](https://github.com/datalayer/jupyter-server-nbmodel/pull/1) ([@dependabot](https://github.com/dependabot))
30+
31+
### Contributors to this release
32+
33+
([GitHub contributors page for this release](https://github.com/datalayer/jupyter-server-nbmodel/graphs/contributors?from=2024-05-06&to=2024-07-29&type=c))
34+
35+
[@dependabot](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3Adependabot+updated%3A2024-05-06..2024-07-29&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3Afcollonval+updated%3A2024-05-06..2024-07-29&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3Agithub-actions+updated%3A2024-05-06..2024-07-29&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3Akrassowski+updated%3A2024-05-06..2024-07-29&type=Issues) | [@Wh1isper](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3AWh1isper+updated%3A2024-05-06..2024-07-29&type=Issues)
36+
537
<!-- <END NEW CHANGELOG ENTRY> -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-server-nbmodel",
3-
"version": "0.1.0",
3+
"version": "0.1.1-a1",
44
"description": "A Jupyter Server extension to execute code cell from the server.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)