jupyter-ydoc 3.0.0a4__tar.gz → 3.0.0a6__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.0.0a4 → jupyter_ydoc-3.0.0a6}/.pre-commit-config.yaml +1 -1
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/CHANGELOG.md +34 -2
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/PKG-INFO +1 -1
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/javascript/package.json +1 -1
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/jupyter_ydoc/_version.py +1 -1
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/jupyter_ydoc/ynotebook.py +1 -11
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/.github/dependabot.yml +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/.github/workflows/auto_author_assign.yml +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/.github/workflows/check-release.yml +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/.github/workflows/enforce-label.yml +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/.github/workflows/license-header.yml +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/.github/workflows/prep-release.yml +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/.github/workflows/publish-release.yml +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/.github/workflows/test.yml +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/.gitignore +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/.licenserc.yaml +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/.yarn/releases/yarn-3.4.1.cjs +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/.yarnrc.yml +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/LICENSE +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/README.md +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/docs/Makefile +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/docs/make.bat +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/docs/source/_static/jupyter_logo.svg +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/docs/source/_static/logo-icon.png +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/docs/source/conf.py +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/docs/source/custom.md +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/docs/source/index.md +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/docs/source/javascript_api.rst +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/docs/source/overview.md +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/docs/source/python_api.rst +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/docs/source/schema.md +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/jupyter_ydoc/__init__.py +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/jupyter_ydoc/py.typed +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/jupyter_ydoc/utils.py +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/jupyter_ydoc/ybasedoc.py +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/jupyter_ydoc/yblob.py +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/jupyter_ydoc/yfile.py +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/jupyter_ydoc/yunicode.py +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/lerna.json +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/package.json +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/pyproject.toml +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/pytest.ini +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/readthedocs.yml +0 -0
- {jupyter_ydoc-3.0.0a4 → jupyter_ydoc-3.0.0a6}/yarn.lock +0 -0
|
@@ -2,6 +2,40 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- <START NEW CHANGELOG ENTRY> -->
|
|
4
4
|
|
|
5
|
+
## 3.0.0a6
|
|
6
|
+
|
|
7
|
+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.0-a5...00ca649ec94ec5a00dad9656f7a122a7f9248590))
|
|
8
|
+
|
|
9
|
+
### Enhancements made
|
|
10
|
+
|
|
11
|
+
- Allow empty notebook [#266](https://github.com/jupyter-server/jupyter_ydoc/pull/266) ([@davidbrochart](https://github.com/davidbrochart))
|
|
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=2024-08-23&to=2024-08-30&type=c))
|
|
18
|
+
|
|
19
|
+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2024-08-23..2024-08-30&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2024-08-23..2024-08-30&type=Issues)
|
|
20
|
+
|
|
21
|
+
<!-- <END NEW CHANGELOG ENTRY> -->
|
|
22
|
+
|
|
23
|
+
## 3.0.0a5
|
|
24
|
+
|
|
25
|
+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.0-a4...e97181c93ce91fdb56968b9e4ed8fc6006049cd5))
|
|
26
|
+
|
|
27
|
+
### Enhancements made
|
|
28
|
+
|
|
29
|
+
- Add `streamOutputChange` attribute to cell change object [#264](https://github.com/jupyter-server/jupyter_ydoc/pull/264) ([@davidbrochart](https://github.com/davidbrochart))
|
|
30
|
+
|
|
31
|
+
### Maintenance and upkeep improvements
|
|
32
|
+
|
|
33
|
+
### Contributors to this release
|
|
34
|
+
|
|
35
|
+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2024-08-19&to=2024-08-23&type=c))
|
|
36
|
+
|
|
37
|
+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2024-08-19..2024-08-23&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2024-08-19..2024-08-23&type=Issues)
|
|
38
|
+
|
|
5
39
|
## 3.0.0a4
|
|
6
40
|
|
|
7
41
|
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.0-a3...14a8573f296086865849673d68ad4b1aaab2eb82))
|
|
@@ -22,8 +56,6 @@
|
|
|
22
56
|
|
|
23
57
|
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2024-08-07..2024-08-19&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Akrassowski+updated%3A2024-08-07..2024-08-19&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2024-08-07..2024-08-19&type=Issues)
|
|
24
58
|
|
|
25
|
-
<!-- <END NEW CHANGELOG ENTRY> -->
|
|
26
|
-
|
|
27
59
|
## 3.0.0a3
|
|
28
60
|
|
|
29
61
|
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.0-a2...8fbbd6985f686e7876b301ad5637052001caa128))
|
|
@@ -222,17 +222,7 @@ class YNotebook(YBaseDoc):
|
|
|
222
222
|
nb_without_cells = {key: value[key] for key in value.keys() if key != "cells"}
|
|
223
223
|
nb = copy.deepcopy(nb_without_cells)
|
|
224
224
|
cast_all(nb, int, float) # Yjs expects numbers to be floating numbers
|
|
225
|
-
cells = value["cells"]
|
|
226
|
-
{
|
|
227
|
-
"cell_type": "code",
|
|
228
|
-
"execution_count": None,
|
|
229
|
-
# auto-created empty code cell without outputs ought be trusted
|
|
230
|
-
"metadata": {"trusted": True},
|
|
231
|
-
"outputs": [],
|
|
232
|
-
"source": "",
|
|
233
|
-
"id": str(uuid4()),
|
|
234
|
-
}
|
|
235
|
-
]
|
|
225
|
+
cells = value["cells"]
|
|
236
226
|
|
|
237
227
|
with self._ydoc.transaction():
|
|
238
228
|
# clear document
|
|
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
|