Skip to content

Commit

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

jupyter_ydoc-0.3.0a1-py3-none-any.whl: 21ea43900d1b0ed530c935d84517463728f2854f513e4e88bacad3e4f204bfe9

jupyter_ydoc-0.3.0a1.tar.gz: a95d45ac772798c8e5bad89fd23669bdf1108af644429ba24283e8cfcd3724ee
  • Loading branch information
davidbrochart committed Oct 26, 2022
1 parent 6dcc9ec commit d25602e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 3 deletions.
41 changes: 39 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@

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

## 0.3.0a1

([Full Changelog](https:/jupyter-server/jupyter_ydoc/compare/v0.3.0a0...6dcc9ec61f4b022ec43bdaa7916bd58de481c761))

### Enhancements made

- Add path document attribute [#81](https:/jupyter-server/jupyter_ydoc/pull/81) ([@davidbrochart](https:/davidbrochart))
- Make YBaseDoc an abstract base class [#74](https:/jupyter-server/jupyter_ydoc/pull/74) ([@davidbrochart](https:/davidbrochart))

### Bugs fixed

- Removes YMap for attachements [#77](https:/jupyter-server/jupyter_ydoc/pull/77) ([@fcollonval](https:/fcollonval))
- Drop `pkg_resources` [#59](https:/jupyter-server/jupyter_ydoc/pull/59) ([@jtpio](https:/jtpio))

### Maintenance and upkeep improvements

- Bump tj-actions/changed-files from 31.0.3 to 33.0.0 [#80](https:/jupyter-server/jupyter_ydoc/pull/80) ([@dependabot](https:/dependabot))
- Bump pre-commit/action from 2.0.0 to 3.0.0 [#72](https:/jupyter-server/jupyter_ydoc/pull/72) ([@dependabot](https:/dependabot))
- Bump actions/checkout from 2 to 3 [#71](https:/jupyter-server/jupyter_ydoc/pull/71) ([@dependabot](https:/dependabot))
- Bump actions/setup-python from 2 to 4 [#70](https:/jupyter-server/jupyter_ydoc/pull/70) ([@dependabot](https:/dependabot))
- Bump actions/cache from 1 to 3 [#69](https:/jupyter-server/jupyter_ydoc/pull/69) ([@dependabot](https:/dependabot))
- Bump actions/setup-node from 2 to 3 [#68](https:/jupyter-server/jupyter_ydoc/pull/68) ([@dependabot](https:/dependabot))
- Bump tj-actions/changed-files from 31.0.1 to 31.0.3 [#67](https:/jupyter-server/jupyter_ydoc/pull/67) ([@dependabot](https:/dependabot))

### Other merged PRs

- Add workflows to ease maintenance [#64](https:/jupyter-server/jupyter_ydoc/pull/64) ([@fcollonval](https:/fcollonval))
- Test a case with plotly renderer [#63](https:/jupyter-server/jupyter_ydoc/pull/63) ([@fcollonval](https:/fcollonval))
- Pin @jupyterlab/shared-models >=4.0.0-alpha.10,\<4.0.0-alpha.14 [#61](https:/jupyter-server/jupyter_ydoc/pull/61) ([@davidbrochart](https:/davidbrochart))
- Cast only if number has same value [#57](https:/jupyter-server/jupyter_ydoc/pull/57) ([@davidbrochart](https:/davidbrochart))

### Contributors to this release

([GitHub contributors page for this release](https:/jupyter-server/jupyter_ydoc/graphs/contributors?from=2022-09-26&to=2022-10-26&type=c))

[@davidbrochart](https:/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2022-09-26..2022-10-26&type=Issues) | [@dependabot](https:/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2022-09-26..2022-10-26&type=Issues) | [@fcollonval](https:/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2022-09-26..2022-10-26&type=Issues) | [@jtpio](https:/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ajtpio+updated%3A2022-09-26..2022-10-26&type=Issues) | [@pre-commit-ci](https:/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2022-09-26..2022-10-26&type=Issues) | [@welcome](https:/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Awelcome+updated%3A2022-09-26..2022-10-26&type=Issues)

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

## 0.3.0a0

([Full Changelog](https:/jupyter-server/jupyter_ydoc/compare/v0.2.0...63af4d7c91f1ba101612f0e52c24855a21eafedc))
Expand All @@ -16,8 +55,6 @@

[@davidbrochart](https:/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2022-09-26..2022-09-26&type=Issues)

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

## 0.2.0

([Full Changelog](https:/jupyter-server/jupyter_ydoc/compare/v0.1.17...55dc65afafb669d0a5552e485cf860d402740dc7))
Expand Down
2 changes: 1 addition & 1 deletion jupyter_ydoc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

ydocs = {ep.name: ep.load() for ep in entry_points(group="jupyter_ydoc")}

__version__ = "0.3.0a0"
__version__ = "0.3.0a1"

0 comments on commit d25602e

Please sign in to comment.