Skip to content

Releases: mwouts/jupytext

Version 1.1.7

23 Jun 06:41
Compare
Choose a tag to compare

Improvements

  • Added support for Scala notebook, by Tobias Frischholz (#253)
  • Added a getting started notebook for jupytext (and Binder), by Chris Holdgraf (#257)
  • The Markdown and R Markdown representations are now tested for all the languages
  • The Jupytext notebook extension also works when the notebook is a text file (#213)

BugFixes

  • The Jupytext Menu in Jupyter Notebook is now compatible with jupyter_nbextensions_configurator (#178)
  • Entries in the Jupytext menu are updated when the menu is hovered on (#248)
  • Fixed link to .md files in the documentation (#255)

Version 1.1.7-rc0

21 Jun 06:47
Compare
Choose a tag to compare
Version 1.1.7-rc0 Pre-release
Pre-release

Improvements

  • Added support for Scala notebook, by Tobias Frischholz (#253)
  • Markdown and R Markdown representations are now tested on all languages
  • Jupytext extensions now also work when the notebook is a text file (#213)

BugFixes

  • The Jupytext Menu in Jupyter Notebook is now compatible with jupyter_nbextensions_configurator (#178)
  • Entries in the Jupytext menu are updated when the menu is hovered on (#248)
  • Fixed link to .md files in the documentation (#255)

Version 1.1.6

11 Jun 05:33
Compare
Choose a tag to compare

Improvements

  • Jupytext now supports Javascript and Typescript, thanks to Hatem Hosny (#250)
  • Jupytext works with Python 3.8 as well

BugFixes

  • Fixed global auto pairing (#249)

Version 1.1.4

05 Jun 00:06
Compare
Choose a tag to compare

Improvements

  • New argument --set-kernel in Jupytext command line (#230)
  • Jupytext now accepts --to script or --to auto (#240)
  • Jupytext now has a real Sphinx documentation on readthedocs, thanks to Chris Holdgraf (#237)

BugFixes

  • Invalid notebooks may cause a warning, but not a fatal error (#234)
  • Jupyter server extension leaves the contents manager unchanged if it is a sub-class of Jupytext's CM (#236)
  • Fixed format inference when metadata is present but not format information (#239)
  • Preserve executable and encoding information in scripts with metadata (#241)

Version 1.1.4-rc1

28 May 07:19
Compare
Choose a tag to compare
Version 1.1.4-rc1 Pre-release
Pre-release

Improvements

  • New argument --set-kernel in Jupytext command line (#230)

BugFixes

  • Invalid notebooks may cause a warning, but not a fatal error (#234)
  • Jupyter server extension leaves the contents manager unchanged if it is a sub-class of Jupytext's CM (#236)

Version 1.1.4-rc0

27 May 16:54
Compare
Choose a tag to compare
Version 1.1.4-rc0 Pre-release
Pre-release

Improvements

  • New argument --kernel in Jupytext command line (#230)

BugFixes

  • Invalid notebooks may cause a warning, but not a fatal error (#234)
  • Jupyter server extension leaves the contents manager unchanged if it is a sub-class of Jupytext's CM (#236)

Version 1.1.3

21 May 22:39
Compare
Choose a tag to compare

Improvements

  • Support for IDL notebooks and .pro scripts (#232)

Version 1.1.2

15 May 22:21
Compare
Choose a tag to compare

Improvements

  • Jupytext's content manager has a new notebook_extensions option (#224, #183)
  • Cells can be made inactive in scripts with the active-ipynb cell tag (#226)

BugFixes

  • Directories ending in .jl (or .ipynb) are not notebooks (#228)
  • Empty notebooks have no language (#227)

Version 1.1.1

16 Apr 20:02
Compare
Choose a tag to compare

Improvements

  • Jupytext server extension leaves the contents manager unchanged when it is already a subclass of TextFileContentsManager (#218)
  • The base class for TextFileContentsManager defaults to FileContentsManager when LargeFileManager is not available (#217)

Version 1.1.0

14 Apr 16:09
Compare
Choose a tag to compare

Improvements

  • Markdown and R Markdown formats now support metadata (#66, #111, #188)
  • The light format for Scripts can use custom cell markers, e.g. Vim or VScode/PyCharm folding markers (#199)
  • Pandoc's Markdown format for Jupyter notebooks is available in Jupytext as md:pandoc (#208)

BugFixes

  • Jupytext's contents manager is now based on LargeFileManager to allow large file uploads (#210)
  • YAML header parsed with yaml.safe_load rather than yaml.load (#215)
  • IPython line magic can be split across lines (#209)
  • jupytext --to py rather than --to python in the README (#216)