Skip to content

Releases: mwouts/jupytext

Version 1.16.2

05 May 22:36
fd07ae2
Compare
Choose a tag to compare

Added

Changed

  • By default, the JupyterLab extension for Jupytext is not included in the build (set HATCH_BUILD_HOOKS_ENABLE=true to include it). This simplifies the installation of Jupytext in pre-commit hooks (#1210)
  • Temporary text notebooks for the --pipe or --check commands are now created in the notebook directory (#1206)
  • Jupytext uses the standard library tomllib in Python 3.11, or tomli in Python 3.10 or older, to match JupyterLab's dependencies (#1195)
  • The dependencies of the JupyterLab extension were updated (#1216, #1218, #1231)
  • jupytext --sync will not update the timestamp of text notebooks if their content is unchanged (#1215)

Fixed

  • Jupytext is now tested with pandoc>=3.0. Please note that switching to pandoc>=3.0 will add cell ids to your pandoc:md notebooks (#1006)

Version 1.16.1

13 Jan 17:14
Compare
Choose a tag to compare

Changed

Fixed

  • Fixed an issue about unpairing notebooks from the Jupytext Menu (#1197)
  • JupyterLab's dependency follow-redirects was updated from 1.15.3 to 1.15.4 (#1203)

Version 1.16.0

03 Dec 17:21
81d4d33
Compare
Choose a tag to compare

Added

  • The Jupytext Menu is back! And text notebooks can be created directly from the launcher. This is an outstanding contribution by Mahendra Paipuri (#1154, #1163). This requires JupyterLab 4.x or Jupyter Notebook 7.x.

Changed

  • Jupytext is now configured with pyproject.toml and built with hatch. The layout has been reorganised to follow src-layout (#1140). This is another outstanding contribution by Mahendra Paipuri.
  • The tests are now part of the sdist. They have been reorganized into unit/functional/integration/external (#1167, #1173).
  • The legacy extension for Jupyter Notebook <=6 (the Jupytext Menu) has been removed.

Fixed

  • The bibliography section in Rmd files does not become a code cell anymore (#1161)
  • Commented code in active-py cells is not uncommented anymore (#1131)
  • The test coverage has been restored (#1167, #1173)
  • We test Jupytext against the pre-release version of JupyterLab, and other dependencies (#1168)

Version 1.16.0.rc0

28 Nov 07:24
f873cc3
Compare
Choose a tag to compare
Version 1.16.0.rc0 Pre-release
Pre-release

Added

  • The Jupytext Menu is back! And text notebooks can be created directly from the launcher. This is an outstanding contribution by Mahendra Paipuri (#1154, #1163). This requires JupyterLab 4.x or Jupyter Notebook 7.x.

Changed

  • Jupytext is now configured with pyproject.toml and built with hatch. The layout has been reorganised to follow src-layout (#1140). This is another outstanding contribution by Mahendra Paipuri.
  • The tests are now part of the sdist. They have been reorganized into unit/functional/integration/external (#1167, #1173).
  • The legacy extension for Jupyter Notebook <=6 (the Jupytext Menu) has been removed.

Fixed

  • The bibliography section in Rmd files does not become a code cell anymore (#1161)
  • Commented code in active-py cells is not uncommented anymore (#1131)
  • The test coverage has been restored (#1167, #1173)
  • We test Jupytext against the pre-release version of JupyterLab, and other dependencies (#1168)

Version 1.15.2

16 Sep 21:39
Compare
Choose a tag to compare

Added

Version 1.15.1

26 Aug 21:04
Compare
Choose a tag to compare

Added

  • We have added a new command line interface jupytext-config that you can use to set Jupytext as the default viewer for text notebooks in Jupyter Lab and Jupyter Notebook 7. Thanks to Thierry Parmentelat for this contribution! (#1094)

Version 1.15.0

30 Jul 20:08
Compare
Choose a tag to compare

Changed

  • This version comes with a version of the JupyterLab extension that is compatible with JupyterLab 4.x. Many thanks to Thierry Parmentelat for his PRs! (#1092, #1109)
  • Pandoc 3.0 is now supported, thanks to Raniere Silva for his PR (#1099)
  • We have reorganized the documentation and the README.md (#1031, #1073)
  • Invalid pyproject.toml files will be ignored by Jupytext in Jupyter (#1103)
  • We have updated the pre-commit tools

Version 1.15.0 dev2

28 Jul 22:31
a296996
Compare
Choose a tag to compare
Version 1.15.0 dev2 Pre-release
Pre-release

Changed

  • This version comes with a version of the JupyterLab extension that is compatible with JupyterLab 4.x. Many thanks to Thierry Parmentelat for his PRs! (#1092, #1107)
  • We have reorganized the documentation and the README.md (#1031, #1073)

Version 1.15.0 dev2

18 Jul 20:52
Compare
Choose a tag to compare
Version 1.15.0 dev2 Pre-release
Pre-release

Changed

  • This version comes with a version of the JupyterLab extension that is compatible with JupyterLab 4.x. Many thanks to Thierry Parmentelat for this PR! (#1092)
  • We have reorganized the documentation and the README.md (#1031, #1073)

Version 1.15.0 dev1

18 Jul 20:36
Compare
Choose a tag to compare
Version 1.15.0 dev1 Pre-release
Pre-release

Changed

  • This version comes with a version of the JupyterLab extension that is compatible with JupyterLab 4.x. Many thanks to Thierry Parmentelat for this PR! (#1092)
  • We have reorganized the documentation and the README.md (#1031, #1073)