Changelog for
python311-jupyter-ydoc-3.0.3-1.1.noarch.rpm :
* Wed Jan 29 2025 Ben Greiner
- Update to 3.0.3
* Fix missing nbformat version #304 (AATTfcollonval)
* Increase pycrdt compatible version range #307 (AATTdavidbrochart)
* Fix stream output #294 (AATTdavidbrochart)
* Fix tests #288 (AATTdavidbrochart)
* Thu Dec 05 2024 Nico Krapp - refresh node modules
* update cross-spawn module to 7.0.6 - CVE-2024-21538 (bsc#1233852)
* Mon Nov 04 2024 Ben Greiner - Update to 3.0.0 [#]# Enhancements made
* Add the awareness in the shared document interface #282 (AATTbrichet)
* Doc awareness #277 (AATTbrichet)
* Improve notebook output stream initialization #275 (AATTdavidbrochart)
* Add YDocument source getter/setter #273 (AATTdavidbrochart)
* Allow empty notebook #266 (AATTdavidbrochart)
* Add streamOutputChange attribute to cell change object #264 (AATTdavidbrochart)
* Add hash property with setter and getter #262 (AATTkrassowski)
* Expose execution_state in the JS package #259 (AATTkrassowski)
* Add undo_manager to Y documents #248 (AATTdavidbrochart)
* Add optional origin to transaction, filter out \'modeldb\' origin [#246] (AATTdavidbrochart)
* Add appendStreamOutput and removeStreamOutput methods #241 (AATTdavidbrochart)
* Update python>=3.8, pycrdt>=0.8.11, pre-commit, README #217 (AATTdavidbrochart)
* Store YBlob as bytes, not base64-encoded string #209 (AATTdavidbrochart)
* Change notebook code cell stream output schema #201 (AATTdavidbrochart)
* Add cell execution_state #197 (AATTdavidbrochart) [#]# Bugs fixed
* Fix attachments change attribute assignment #260 (AATTkrassowski)
* Fix createOutputs, rename \'modeldb\' origin to \'silent-change\' [#254] (AATTdavidbrochart) [#]# Maintenance and upkeep improvements
* Revert #266 #280 (AATTdavidbrochart)
* Improve notebook output stream initialization #275 (AATTdavidbrochart)
* Fix dict type for python 3.8 #253 (AATTdavidbrochart)
* Bump toshimaru/auto-author-assign from 2.1.0 to 2.1.1 #247 (AATTdependabot)
* Revert publish 3.0.0a0 (9c87cfd) #245 (AATTdavidbrochart)
* Update releaser workflows #244 (AATTjtpio)
* Bump notebook version 1.0.0 -> 2.0.0 #236 (AATTdavidbrochart)
* Fix subscription type, update pycrdt>=0.8.16 #222 (AATTdavidbrochart)
* Update python>=3.8, pycrdt>=0.8.11, pre-commit, README #217 (AATTdavidbrochart)
* Bump pre-commit/action from 3.0.0 to 3.0.1 #215 (AATTdependabot)
* Remove mention to y_py in docs #214 (AATTmartinRenou)
* Bump toshimaru/auto-author-assign from 2.0.1 to 2.1.0 #212 (AATTdependabot)
* Fri Aug 30 2024 Ben Greiner - Update to 2.1.1
* Fix dict type for python 3.8 #252 (AATTdavidbrochart)
* Add undo_manager to Y documents (#248) #251 (AATTdavidbrochart)
* Mon Jan 22 2024 Ben Greiner - Update to 2.0.1
* Update pycrdt v0.8 #208 (AATTdavidbrochart)- Release 2.0.0
* Use pycrdt instead of y-py #194 (AATTdavidbrochart)- Ignore that pycrdt is still in incubation phase gh#jupyter-server/jupyter_ydoc#211
* Sun Jan 21 2024 Ben Greiner - Disable tests for jupyter-collaboration and ypy-websocket update gh#jupyter-server/jupyter_ydoc#211
* Sat Oct 07 2023 Ben Greiner - Update to 1.1.1
* Fix joining of source when source is an array of strings #186 (AATTjtpio)
* Sun Sep 24 2023 Ben Greiner - Update to 1.1.0
* Add source to dist for sourcemaps #182 (AATTvidartf)
* Create awareness interface #171 (AATThbcarlos)
* Tue Jun 13 2023 Ben Greiner - Kill nodejs in between pytest runs gh#jupyter-server/jupyter_ydoc#168
* Sun Jun 11 2023 Ben Greiner - Update to 1.0.2
* Trust the default cell #161 (AATTkrassowski)- Releases 1.0.0, 1.0.1
* Fix metadata issue #158 (AATThbcarlos)
* Add py.typed #152 (AATTdavidbrochart)
* Add model version #139 (AATTdavidbrochart)- Release 0.3.x
* Fix notebook undo scope #148 (AATTfcollonval)
* Update YDocument constructor #142 (AATTtrungleduc)
* Add ycells getter #136 (AATTdavidbrochart)
* Split documents into separate files #135 (AATTdavidbrochart)
* Fixes handling metadata changes #134 (AATThbcarlos)
* Improves the initialization #124 (AATThbcarlos)
* Improve Python API #122 (AATTdavidbrochart)
* Notebook metadata #115 (AATThbcarlos)
* Make YDocument a IObservableDisposable #108 (AATTfcollonval)
* Add readme to javascript package #106 (AATTfcollonval)
* Adds docstring to the python package #101 (AATThbcarlos)
* Import shared model #86 (AATTfcollonval)
* Add path document attribute #81 (AATTdavidbrochart)
* Make YBaseDoc an abstract base class #74 (AATTdavidbrochart)
* Fixes multiple bugs #131 (AATThbcarlos)
* Fixes metadata #120 (AATThbcarlos)
* Support cell.source is [list, of, string] #112 (AATTWh1isper)
* Removes YMap for attachements #77 (AATTfcollonval)
* Drop pkg_resources #59 (AATTjtpio)
* Remove factory API #133 (AATThbcarlos)
* Import shared model #86 (AATTfcollonval)
* Mon Apr 24 2023 Ben Greiner - Update to 0.2.4
* Fix metadata issue #158 (AATThbcarlos)
* Sun Mar 19 2023 Ben Greiner - Downgrade to 0.2.3
* Rename JS package to AATTjupyter/ydoc #97 (AATTjtpio)- Released as patch release for 0.2 branch
* jupyterlab 3.6 requires ydoc~=0.2.2
* Sun Feb 12 2023 Ben Greiner - Provide underscore name
* Sun Feb 05 2023 Ben Greiner - Initial specfile for v0.3.1- Required by jupyterlab 3.6- Provide node_modules.tar.xz generated by create_node_modules.sh for the tests. Those modules are not part of the python package