python-nbdime/python-nbdime.changes

104 lines
4.6 KiB
Plaintext

-------------------------------------------------------------------
Tue Nov 12 17:38:51 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Drop python2 support due to python-notebook dropping python2 support
-------------------------------------------------------------------
Tue Aug 20 14:38:49 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Tests require jsonschema 3.
-------------------------------------------------------------------
Sun Aug 11 03:39:51 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 1.1.0
* Add rest API for server extension for handling pure git diffs
of notebooks. This allows for a cleaner call without prefixing
the filename etc. This is currently only available on the
server extension, but can be moved to the main server if there
is demand.
- Update to 1.0.7
* Fixes an issue using config files (PR #476).
* Upgrades to using lab 1.0 components, which also allows lab
extension to support lab 1.0.
- Update to 1.0.6
* Fixed a styling regression from 1.0.5, where the web text panes
had incorrect styling (most notably incorrect widths).
-------------------------------------------------------------------
Thu May 16 19:08:20 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Specify which version number is being used to avoid conflicts.
-------------------------------------------------------------------
Wed May 15 15:56:00 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Add conflicts to jupyter subpackage to more explicitly handle
file overlaps with old naming scheme.
-------------------------------------------------------------------
Thu Apr 25 01:59:57 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 1.0.5
* Fixed filename encoding issue with git diff on Python 2.
* Fixes for deploying nbdime on a non-localhost server.
* Web: Fixed issue where unchanged cells would not show correctly if unhidden.
* Various other fixes and adjustments.
- Rename to to match jupyter package naming guidelines.
-------------------------------------------------------------------
Sat Dec 22 07:11:41 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Update to version 1.0.4
* Fix git diffing failure with older versions of git. Now, an older version of git will simply prevent integration with git filters.
* Allow for two-way merge by making the base notebook argument to `nbmerge` optional. It will now default to an empty notebook.
- Update to version 1.0.3
* Web: Fix issues with hiding unchanged cells. Make hiding unchanged cells configurable and on by default.
* Options of the console printing can now be configured. Mainly the `--no-color` flag disables ANSI color escapes.
* Web: Fixed MathJax math rendering.
* Various other fixes and adjustments.
-------------------------------------------------------------------
Thu Aug 2 18:14:08 UTC 2018 - toddrme2178@gmail.com
- Update to version 1.0.2
* Diff: Optimized diffing of large texts (e.g. big cells).
* Config: Fixed several issues with the config system.
* Lab extension: Updated to latest jupyterlab. All npm packages are now using ES6 features.
* Web: Fixed keyboard tabbing / focusing issues.
- Update to version 1.0.1
* Web: Fix output rendering of outputs with a period in MIME type name.
* Config: Add configuration option for front-end extensions.
* Merging: Fix handling of corner case for inline merge strategy.
* Various other fixes and adjustments.
-------------------------------------------------------------------
Sun Jun 10 11:02:54 UTC 2018 - jengelh@inai.de
- Use find "+" strategy.
- Use noun phrase in summary.
-------------------------------------------------------------------
Fri May 18 14:53:54 UTC 2018 - toddrme2178@gmail.com
- Update to version 1.0.0
* Added ability for git diff driver to integrate with git filters.
* Improved/fixed merge resolution for similar cell insertions.
* Added config system to allow for configuring the various entrypoints. Especially useful for customizing which keys to ignore when diffing.
* Added control to web view of outputs to select which MIME type to render, and to enable trusting of outputs for full rendering.
* Added jupyterlab extension. Frontend/server extensions are now enabled by default on installation.
* Various fixes and adjustments.
- Switch to wheel-based install
-------------------------------------------------------------------
Fri May 18 08:34:04 UTC 2018 - tchvatal@suse.com
- Remove python3-jupyter_vega3 requires as we never had this pkg
present in the d:l:py, it is not mentioned in the setup.py
- Run the tests
-------------------------------------------------------------------
Fri Apr 20 22:08:22 UTC 2018 - toddrme2178@gmail.com
- Initial version