Changelog for
python311-nbdime-4.0.1-20.2.noarch.rpm :
* Thu Mar 07 2024 Ben Greiner
- Update to v4.0.1
* Fix version parsing #739 (AATTfcollonval)- Release v4.0.0 [#]# Enhancements made
* Change header for unchanged notebook meta #736 (AATTvidartf)
* Ensure collapsed mergepane border #731 (AATTvidartf)
* Add translation for the frontend in Lab #709 (AATTfcollonval)
* Make collapseIdentical margin configurable #707 (AATTfcollonval)
* Support hiding base editor #705 (AATTfcollonval)
* Restore collapsers #701 (AATTfcollonval)
* Add support for using cell ID in diffing and merging #639 (AATTvidartf) [#]# Bugs fixed
* Fix duplicate pickers #735 (AATTvidartf)
* CM6: Fix spacing between editors #728 (AATTHaudinFlorence)
* Fix drag and drop #723 (AATTfcollonval)
* Do not collapse editor lines in single editor #719 (AATTfcollonval)
* Improve alignment #717 (AATTfcollonval)
* Add CSS files in nbdime package #715 (AATTfcollonval)
* Apply post-mortem review comments #711 (AATTfcollonval)
* Improve findAlignedLines #706 (AATTfcollonval)
* Improve diff view #696 (AATTfcollonval)
* Fix wrong picker marker (a typo during lab 4.0 migration) #688 (AATTkrassowski)
* Use pseudo-elements instead of border to preserve line height [#687] (AATTkrassowski)- Don\'t test on python39: No python39-notebook anymore
* Thu Aug 17 2023 Ben Greiner - Suggest primary python package -- boo#1214354
* Wed Jul 19 2023 Ben Greiner - Unpin jsonschema: nbformat has been fixed, jupyter-events could be unpinned
* Tue Jul 18 2023 Ben Greiner - Pin to jsonschema < 4.18 in order to fix rpm build resolver issues
* Tue May 09 2023 Ben Greiner - Update to python v3.2.1
* Fixed incorrect exit code submission when succesfully closing web tools.
* Sun Apr 23 2023 Ben Greiner - Update to python v3.2.0 / jupyter 6.2.0 / jupyterlab 2.2.0
* no upstream release notes.
* Thu Feb 02 2023 Ben Greiner - Package current master commit as version 3.1.1.27.g2da614b
* generated sdist with networked machine capable of running npm- Notable PRs included:
* Remove usage of ipython_genutils #618
* Jupyter server 2.0 compatability fixes #649
* Compatible with asynchronous contentsmanager #596
* Update typescript #641
* Update cell marker format to use bold correctly #648
* Thu Dec 29 2022 Ben Greiner - Modernize jupyter packaging: alternatives, config, provides
* Sat Nov 13 2021 Ben Greiner - Update to python 3.1.1 / jupyter 6.1.2 / jupyterlab 2.1.1
* Removed py2 compatibility code.
* Fixed issue with certain output diffs in web view.- Fixes CVE-2021-41134, CWE-75, CWE-80, boo#1192355
* Improper handling of user controlled input caused a stored cross-site scripting (XSS) vulnerability. All previous versions of nbdime are affected.
* Sat Apr 17 2021 Ben Greiner - Update to python 3.0.0 / jupyter 6.1.0 / jupyterlab 2.1.0
* Added support for JupyterLab 3. This includes compatability with jupyter_server (notebook is still supported as well).
* Basic functionality for working with cell ids introduced in notebook format spec 4.5. Full utilization of this for diffing/ merging functionality is planned for a later release.
* Fixed some issues with inline merging1
* Thu Feb 04 2021 Ben Greiner - Update to 2.1.0 / jupyterlab extension 2.0.1
* Dropped Python 3.5 support.
* Optimize comparison of large stream outputs.
* Fixed an error when merging a file that were concurrently added in two branches with git.
* Fixed a config bug where ignore configs written in a file was not taken into account.
* Fixed compatibility with JupyterLab 2.2- Changes in 2.0.0
* Dropped Python 2 support, and Python 3.4 support.
* Made web apps (e.g. nbdiff-web) work properly offline.
* Fix for git driver with renamed files.- Fix new wheel location for %pyproject_install