Releases: mwouts/jupytext
Releases · mwouts/jupytext
Version 1.1.1
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
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
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
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
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
BugFixes
- Fix the error 'notebook file has changed on disk' when saving large notebooks (#207)
Version 1.0.4
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
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
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
BugFixes
- Exclude tests in package deployment (#184)
- Jupytext's serverextension only runs selected init steps (#185)
- Added an additional test for magic arguments (#111)