jupyter-ydoc 3.0.0b0__tar.gz → 3.0.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.
Files changed (44) hide show
  1. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/.pre-commit-config.yaml +1 -1
  2. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/CHANGELOG.md +68 -2
  3. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/PKG-INFO +3 -3
  4. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/javascript/package.json +1 -1
  5. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/jupyter_ydoc/_version.py +1 -1
  6. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/pyproject.toml +2 -1
  7. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/.github/dependabot.yml +0 -0
  8. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/.github/workflows/auto_author_assign.yml +0 -0
  9. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/.github/workflows/check-release.yml +0 -0
  10. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/.github/workflows/enforce-label.yml +0 -0
  11. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/.github/workflows/license-header.yml +0 -0
  12. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/.github/workflows/prep-release.yml +0 -0
  13. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/.github/workflows/publish-release.yml +0 -0
  14. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/.github/workflows/test.yml +0 -0
  15. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/.gitignore +0 -0
  16. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/.licenserc.yaml +0 -0
  17. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/.yarn/releases/yarn-3.4.1.cjs +0 -0
  18. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/.yarnrc.yml +0 -0
  19. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/LICENSE +0 -0
  20. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/README.md +0 -0
  21. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/docs/Makefile +0 -0
  22. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/docs/make.bat +0 -0
  23. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/docs/source/_static/jupyter_logo.svg +0 -0
  24. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/docs/source/_static/logo-icon.png +0 -0
  25. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/docs/source/conf.py +0 -0
  26. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/docs/source/custom.md +0 -0
  27. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/docs/source/index.md +0 -0
  28. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/docs/source/javascript_api.rst +0 -0
  29. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/docs/source/overview.md +0 -0
  30. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/docs/source/python_api.rst +0 -0
  31. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/docs/source/schema.md +0 -0
  32. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/jupyter_ydoc/__init__.py +0 -0
  33. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/jupyter_ydoc/py.typed +0 -0
  34. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/jupyter_ydoc/utils.py +0 -0
  35. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/jupyter_ydoc/ybasedoc.py +0 -0
  36. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/jupyter_ydoc/yblob.py +0 -0
  37. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/jupyter_ydoc/yfile.py +0 -0
  38. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/jupyter_ydoc/ynotebook.py +0 -0
  39. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/jupyter_ydoc/yunicode.py +0 -0
  40. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/lerna.json +0 -0
  41. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/package.json +0 -0
  42. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/pytest.ini +0 -0
  43. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/readthedocs.yml +0 -0
  44. {jupyter_ydoc-3.0.0b0 → jupyter_ydoc-3.0.1}/yarn.lock +0 -0
@@ -17,7 +17,7 @@ repos:
17
17
  exclude: ^\.yarn
18
18
 
19
19
  - repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.6.9
20
+ rev: v0.7.3
21
21
  hooks:
22
22
  - id: ruff
23
23
  args: [--fix, --show-fixes]
@@ -2,6 +2,74 @@
2
2
 
3
3
  <!-- <START NEW CHANGELOG ENTRY> -->
4
4
 
5
+ ## 3.0.1
6
+
7
+ ([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.0...2ed6216e488db36c2757390c96195db9909e7908))
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - Fix tests [#288](https://github.com/jupyter-server/jupyter_ydoc/pull/288) ([@davidbrochart](https://github.com/davidbrochart))
12
+
13
+ ### Contributors to this release
14
+
15
+ ([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2024-10-29&to=2024-11-18&type=c))
16
+
17
+ [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2024-10-29..2024-11-18&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2024-10-29..2024-11-18&type=Issues)
18
+
19
+ <!-- <END NEW CHANGELOG ENTRY> -->
20
+
21
+ ## 3.0.0
22
+
23
+ ([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@2.0.1...8cf3b0f53bf763edf254e91fed65aaa7062e3250))
24
+
25
+ ### Enhancements made
26
+
27
+ - Add the awareness in the shared document interface [#282](https://github.com/jupyter-server/jupyter_ydoc/pull/282) ([@brichet](https://github.com/brichet))
28
+ - Doc awareness [#277](https://github.com/jupyter-server/jupyter_ydoc/pull/277) ([@brichet](https://github.com/brichet))
29
+ - Improve notebook output stream initialization [#275](https://github.com/jupyter-server/jupyter_ydoc/pull/275) ([@davidbrochart](https://github.com/davidbrochart))
30
+ - Add YDocument source getter/setter [#273](https://github.com/jupyter-server/jupyter_ydoc/pull/273) ([@davidbrochart](https://github.com/davidbrochart))
31
+ - Allow empty notebook [#266](https://github.com/jupyter-server/jupyter_ydoc/pull/266) ([@davidbrochart](https://github.com/davidbrochart))
32
+ - Add `streamOutputChange` attribute to cell change object [#264](https://github.com/jupyter-server/jupyter_ydoc/pull/264) ([@davidbrochart](https://github.com/davidbrochart))
33
+ - Add `hash` property with setter and getter [#262](https://github.com/jupyter-server/jupyter_ydoc/pull/262) ([@krassowski](https://github.com/krassowski))
34
+ - Expose `execution_state` in the JS package [#259](https://github.com/jupyter-server/jupyter_ydoc/pull/259) ([@krassowski](https://github.com/krassowski))
35
+ - Add undo_manager to Y documents [#248](https://github.com/jupyter-server/jupyter_ydoc/pull/248) ([@davidbrochart](https://github.com/davidbrochart))
36
+ - Add optional origin to transaction, filter out 'modeldb' origin [#246](https://github.com/jupyter-server/jupyter_ydoc/pull/246) ([@davidbrochart](https://github.com/davidbrochart))
37
+ - Add appendStreamOutput and removeStreamOutput methods [#241](https://github.com/jupyter-server/jupyter_ydoc/pull/241) ([@davidbrochart](https://github.com/davidbrochart))
38
+ - Update python>=3.8, pycrdt>=0.8.11, pre-commit, README [#217](https://github.com/jupyter-server/jupyter_ydoc/pull/217) ([@davidbrochart](https://github.com/davidbrochart))
39
+ - Store YBlob as bytes, not base64-encoded string [#209](https://github.com/jupyter-server/jupyter_ydoc/pull/209) ([@davidbrochart](https://github.com/davidbrochart))
40
+ - Change notebook code cell stream output schema [#201](https://github.com/jupyter-server/jupyter_ydoc/pull/201) ([@davidbrochart](https://github.com/davidbrochart))
41
+ - Add cell execution_state [#197](https://github.com/jupyter-server/jupyter_ydoc/pull/197) ([@davidbrochart](https://github.com/davidbrochart))
42
+
43
+ ### Bugs fixed
44
+
45
+ - Fix attachments change attribute assignment [#260](https://github.com/jupyter-server/jupyter_ydoc/pull/260) ([@krassowski](https://github.com/krassowski))
46
+ - Fix createOutputs, rename 'modeldb' origin to 'silent-change' [#254](https://github.com/jupyter-server/jupyter_ydoc/pull/254) ([@davidbrochart](https://github.com/davidbrochart))
47
+
48
+ ### Maintenance and upkeep improvements
49
+
50
+ - Revert #266 [#280](https://github.com/jupyter-server/jupyter_ydoc/pull/280) ([@davidbrochart](https://github.com/davidbrochart))
51
+ - Improve notebook output stream initialization [#275](https://github.com/jupyter-server/jupyter_ydoc/pull/275) ([@davidbrochart](https://github.com/davidbrochart))
52
+ - Fix dict type for python 3.8 [#253](https://github.com/jupyter-server/jupyter_ydoc/pull/253) ([@davidbrochart](https://github.com/davidbrochart))
53
+ - Bump toshimaru/auto-author-assign from 2.1.0 to 2.1.1 [#247](https://github.com/jupyter-server/jupyter_ydoc/pull/247) ([@dependabot](https://github.com/dependabot))
54
+ - Revert publish 3.0.0a0 (9c87cfd7c7e967a1fbef8ce96899d426862e84fb) [#245](https://github.com/jupyter-server/jupyter_ydoc/pull/245) ([@davidbrochart](https://github.com/davidbrochart))
55
+ - Update releaser workflows [#244](https://github.com/jupyter-server/jupyter_ydoc/pull/244) ([@jtpio](https://github.com/jtpio))
56
+ - Bump notebook version 1.0.0 -> 2.0.0 [#236](https://github.com/jupyter-server/jupyter_ydoc/pull/236) ([@davidbrochart](https://github.com/davidbrochart))
57
+ - Fix subscription type, update pycrdt>=0.8.16 [#222](https://github.com/jupyter-server/jupyter_ydoc/pull/222) ([@davidbrochart](https://github.com/davidbrochart))
58
+ - Update python>=3.8, pycrdt>=0.8.11, pre-commit, README [#217](https://github.com/jupyter-server/jupyter_ydoc/pull/217) ([@davidbrochart](https://github.com/davidbrochart))
59
+ - Bump pre-commit/action from 3.0.0 to 3.0.1 [#215](https://github.com/jupyter-server/jupyter_ydoc/pull/215) ([@dependabot](https://github.com/dependabot))
60
+ - Remove mention to y_py in docs [#214](https://github.com/jupyter-server/jupyter_ydoc/pull/214) ([@martinRenou](https://github.com/martinRenou))
61
+ - Bump toshimaru/auto-author-assign from 2.0.1 to 2.1.0 [#212](https://github.com/jupyter-server/jupyter_ydoc/pull/212) ([@dependabot](https://github.com/dependabot))
62
+
63
+ ### Documentation improvements
64
+
65
+ - Remove mention to y_py in docs [#214](https://github.com/jupyter-server/jupyter_ydoc/pull/214) ([@martinRenou](https://github.com/martinRenou))
66
+
67
+ ### Contributors to this release
68
+
69
+ ([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2023-12-26&to=2024-10-29&type=c))
70
+
71
+ [@brichet](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Abrichet+updated%3A2023-12-26..2024-10-29&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-12-26..2024-10-29&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2023-12-26..2024-10-29&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ajtpio+updated%3A2023-12-26..2024-10-29&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Akrassowski+updated%3A2023-12-26..2024-10-29&type=Issues) | [@lumberbot-app](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Alumberbot-app+updated%3A2023-12-26..2024-10-29&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3AmartinRenou+updated%3A2023-12-26..2024-10-29&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2023-12-26..2024-10-29&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Awelcome+updated%3A2023-12-26..2024-10-29&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3AZsailer+updated%3A2023-12-26..2024-10-29&type=Issues)
72
+
5
73
  ## 3.0.0b0
6
74
 
7
75
  ([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.0-a10...5a205d912bb399684a2886d4d323b77669f63eb8))
@@ -16,8 +84,6 @@
16
84
 
17
85
  [@brichet](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Abrichet+updated%3A2024-10-17..2024-10-18&type=Issues)
18
86
 
19
- <!-- <END NEW CHANGELOG ENTRY> -->
20
-
21
87
  ## 3.0.0a10
22
88
 
23
89
  ([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.0-a9...dc71f641f72826232772509a8c9cea474d7ccc9f))
@@ -1,12 +1,11 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: jupyter-ydoc
3
- Version: 3.0.0b0
3
+ Version: 3.0.1
4
4
  Summary: Document structures for collaborative editing using Ypy
5
5
  Project-URL: Homepage, https://jupyter.org
6
6
  Project-URL: Source, https://github.com/jupyter-server/jupyter_ydoc
7
7
  Author-email: Jupyter Development Team <jupyter@googlegroups.com>
8
8
  License: BSD 3-Clause License
9
- License-File: LICENSE
10
9
  Keywords: jupyter,pycrdt,yjs
11
10
  Requires-Python: >=3.8
12
11
  Requires-Dist: importlib-metadata>=3.6; python_version < '3.10'
@@ -20,11 +19,12 @@ Requires-Dist: myst-parser; extra == 'docs'
20
19
  Requires-Dist: pydata-sphinx-theme; extra == 'docs'
21
20
  Requires-Dist: sphinx; extra == 'docs'
22
21
  Provides-Extra: test
22
+ Requires-Dist: httpx-ws>=0.5.2; extra == 'test'
23
+ Requires-Dist: hypercorn>=0.16.0; extra == 'test'
23
24
  Requires-Dist: pre-commit; extra == 'test'
24
25
  Requires-Dist: pycrdt-websocket<0.16.0,>=0.15.0; extra == 'test'
25
26
  Requires-Dist: pytest; extra == 'test'
26
27
  Requires-Dist: pytest-asyncio; extra == 'test'
27
- Requires-Dist: websockets>=10.0; extra == 'test'
28
28
  Description-Content-Type: text/markdown
29
29
 
30
30
  [![Build Status](https://github.com/jupyter-server/jupyter_ydoc/workflows/Tests/badge.svg)](https://github.com/jupyter-server/jupyter_ydoc/actions)
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyter/ydoc",
3
- "version": "3.0.0-b0",
3
+ "version": "3.0.1",
4
4
  "type": "module",
5
5
  "description": "Jupyter document structures for collaborative editing using YJS",
6
6
  "homepage": "https://github.com/jupyter-server/jupyter_ydoc",
@@ -1,4 +1,4 @@
1
1
  # This file is auto-generated by Hatchling. As such, do not:
2
2
  # - modify
3
3
  # - track in version control e.g. be sure to add to .gitignore
4
- __version__ = VERSION = '3.0.0b0'
4
+ __version__ = VERSION = '3.0.1'
@@ -30,7 +30,8 @@ test = [
30
30
  "pre-commit",
31
31
  "pytest",
32
32
  "pytest-asyncio",
33
- "websockets >=10.0",
33
+ "httpx-ws >=0.5.2",
34
+ "hypercorn >=0.16.0",
34
35
  "pycrdt-websocket >=0.15.0,<0.16.0",
35
36
  ]
36
37
  docs = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes