jupyter-ydoc 3.2.0__tar.gz → 3.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/.pre-commit-config.yaml +1 -1
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/CHANGELOG.md +18 -2
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/PKG-INFO +1 -1
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/javascript/package.json +1 -1
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/jupyter_ydoc/_version.py +1 -1
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/jupyter_ydoc/ynotebook.py +1 -1
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/.github/dependabot.yml +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/.github/workflows/auto_author_assign.yml +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/.github/workflows/check-release.yml +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/.github/workflows/enforce-label.yml +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/.github/workflows/license-header.yml +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/.github/workflows/prep-release.yml +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/.github/workflows/publish-release.yml +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/.github/workflows/test.yml +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/.gitignore +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/.licenserc.yaml +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/.yarn/releases/yarn-3.4.1.cjs +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/.yarnrc.yml +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/LICENSE +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/README.md +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/docs/Makefile +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/docs/make.bat +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/docs/source/_static/jupyter_logo.svg +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/docs/source/_static/logo-icon.png +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/docs/source/conf.py +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/docs/source/custom.md +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/docs/source/index.md +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/docs/source/javascript_api.rst +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/docs/source/overview.md +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/docs/source/python_api.rst +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/docs/source/schema.md +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/jupyter_ydoc/__init__.py +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/jupyter_ydoc/py.typed +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/jupyter_ydoc/utils.py +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/jupyter_ydoc/ybasedoc.py +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/jupyter_ydoc/yblob.py +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/jupyter_ydoc/yfile.py +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/jupyter_ydoc/yunicode.py +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/lerna.json +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/package.json +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/pyproject.toml +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/pytest.ini +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/readthedocs.yml +0 -0
- {jupyter_ydoc-3.2.0 → jupyter_ydoc-3.2.1}/yarn.lock +0 -0
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- <START NEW CHANGELOG ENTRY> -->
|
|
4
4
|
|
|
5
|
+
## 3.2.1
|
|
6
|
+
|
|
7
|
+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.2.0...af869e7be801c1ca49c30256e30f2683ce03749c))
|
|
8
|
+
|
|
9
|
+
### Bugs fixed
|
|
10
|
+
|
|
11
|
+
- Fix syntax highlighting regression (default metadata structure not being set) [#358](https://github.com/jupyter-server/jupyter_ydoc/pull/358) ([@krassowski](https://github.com/krassowski))
|
|
12
|
+
|
|
13
|
+
### Maintenance and upkeep improvements
|
|
14
|
+
|
|
15
|
+
### Contributors to this release
|
|
16
|
+
|
|
17
|
+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2025-11-17&to=2025-11-18&type=c))
|
|
18
|
+
|
|
19
|
+
[@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Akrassowski+updated%3A2025-11-17..2025-11-18&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2025-11-17..2025-11-18&type=Issues)
|
|
20
|
+
|
|
21
|
+
<!-- <END NEW CHANGELOG ENTRY> -->
|
|
22
|
+
|
|
5
23
|
## 3.2.0
|
|
6
24
|
|
|
7
25
|
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.1.0...85206ea5cadcb7fc0419edc98fb47b765f3050b5))
|
|
@@ -25,8 +43,6 @@
|
|
|
25
43
|
|
|
26
44
|
[@apeng-stripe](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Aapeng-stripe+updated%3A2025-07-01..2025-11-17&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2025-07-01..2025-11-17&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Akrassowski+updated%3A2025-07-01..2025-11-17&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2025-07-01..2025-11-17&type=Issues)
|
|
27
45
|
|
|
28
|
-
<!-- <END NEW CHANGELOG ENTRY> -->
|
|
29
|
-
|
|
30
46
|
## 3.1.0
|
|
31
47
|
|
|
32
48
|
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.5...280e6e33c0d283456e5519607186db08bccfaa5b))
|
|
@@ -304,7 +304,7 @@ class YNotebook(YBaseDoc):
|
|
|
304
304
|
self._ymeta["nbformat_minor"] = nbformat_minor
|
|
305
305
|
|
|
306
306
|
old_y_metadata = self._ymeta.get("metadata")
|
|
307
|
-
old_metadata = old_y_metadata.to_py() if old_y_metadata else
|
|
307
|
+
old_metadata = old_y_metadata.to_py() if old_y_metadata else None
|
|
308
308
|
metadata = nb.get("metadata", {})
|
|
309
309
|
|
|
310
310
|
if metadata != old_metadata:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|