Skip to content

Releases: mwouts/jupytext

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)

Version 1.1.0-rc2

11 Apr 20:29
Compare
Choose a tag to compare
Version 1.1.0-rc2 Pre-release
Pre-release

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
  • IPython line magic can be split across lines (#209)

Version 1.1.0-rc1

09 Apr 21:02
Compare
Choose a tag to compare
Version 1.1.0-rc1 Pre-release
Pre-release

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
  • IPython line magic can be split across lines (#209)

Version 1.1.0-rc0

02 Apr 12:24
Compare
Choose a tag to compare
Version 1.1.0-rc0 Pre-release
Pre-release

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)

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
  • IPython line magic can be split across lines (#209)

Version 1.0.5

25 Mar 23:28
Compare
Choose a tag to compare

BugFixes

  • Fix the error 'notebook file has changed on disk' when saving large notebooks (#207)

Version 1.0.4

20 Mar 09:28
Compare
Choose a tag to compare

Improvements

  • Wildcard are now supported on Windows (#202)
  • Trusted notebooks remain trusted when inputs cells are modified (#203)

BugFixes

  • Pre-commit mode adds the result of conversion to the commit (#200)

Version 1.0.3

13 Mar 00:37
Compare
Choose a tag to compare

Improvements

  • Matlab and Octave notebooks and scripts are now supported (#197)

BugFixes

  • notebook_metadata_filter = "all" now works (#196)
  • Default pairing in subfolders fixed in Jupyter Lab (#180)

Version 1.0.2

27 Feb 22:11
2fb5d7a
Compare
Choose a tag to compare

Improvements

  • Rename notebooks in pairs in the tree view (#190)
  • Associate .scm file extension with Scheme scripts (#192)
  • Added support for Clojure, by bzinberg (#193)

BugFixes

  • Allow spaces between ? or ! and python or bash command (#189)

Version 1.0.1

23 Feb 00:35
Compare
Choose a tag to compare

BugFixes

  • Exclude tests in package deployment (#184)
  • Jupytext's serverextension only runs selected init steps (#185)
  • Added an additional test for magic arguments (#111)