pypi jupytext 1.7.0rc0
Version 1.7.0 rc0

latest releases: 1.16.2, 1.16.1, 1.16.0...
3 years ago

Changed

  • Jupytext's contents manager uses the parent CM's get and save methods to read and save text files, and explicitly calls jupytext.reads and jupytext.writes to do the conversion. We don't use mock nor internal parent methods any more. Thanks to Max Klein for helping making this work! (#634, #635)
  • Thanks to the above, Jupytext can work on top of contents manager that don't derive from FileContentsManager, and in particular with jupyterfs (#618)
  • The documentation was reorganized. README.md was simplified and now includes many links to the documentation.

Added

  • Configuration errors are reported in the console and/or in Jupyter (#613)
  • Jupytext's Contents Manager internal errors are logged on the console, and trigger an HTTP Error 500 (#638)
  • The GitHub actions run on both push events and pull requests, and duplicate jobs are skipped (#605)
  • Jupytext has a tox.ini file, thanks to Chris Sewell (#605)

Fixed

  • Optional dependency on sphinx-gallery frozen to version ~=0.7.0 (#614)
  • Codecov/patch reports should be OK now (#639)
  • Jupytext tests work on non-English locales (#636)

Don't miss a new jupytext release

NewReleases is sending notifications on new releases.