Releases: mwouts/jupytext
Releases · mwouts/jupytext
Version 0.8.6
Improvements
- The
language_info
section is not part of the default header any more. Language information is now taken from metadatakernelspec.language
. (#105). - When opening a paired notebook, the active file is now the file that was originally opened (#118). When saving a notebook, timestamps of all the alternative representations are tested to ensure that Jupyter's autosave does not override manual modifications.
- Jupyter magic commands are now commented per default in the
percent
format (#126, #132). Version for thepercent
format increases from '1.1' to '1.2'. Set an optioncomment_magics
tofalse
either per notebook, or globally on Jupytext's contents manager, or onjupytext
's command line, if you prefer not to comment Jupyter magics. - Jupytext command line has a pre-commit mode (#121).
Version 0.8.6 rc1
Improvements
- The
language_info
section is not part of the default header any more. Language information is now taken from metadatakernelspec.language
. (#105). - When opening a paired notebook, the active file is now the file that was originally opened (#118). When saving a notebook, timestamps of all the alternative representations are tested to ensure that Jupyter's autosave does not override manual modifications.
- Jupyter magic commands are now commented per default in the
percent
format (#126, #132). Version for thepercent
format increases from '1.1' to '1.2'. Set an optioncomment_magics
tofalse
either per notebook, or globally on Jupytext's contents manager, or onjupytext
's command line, if you prefer not to comment Jupyter magics. - Jupytext command line has a pre-commit mode (#121).
Version 0.8.6 rc0
- The
language_info
section is not part of the default header any more. Language information is now taken from metadatakernelspec.language
. (#105). - When opening a paired notebook, the active file is now the file that was originally opened (#118). When saving a notebook, timestamps of all the alternative representations are tested to ensure that Jupyter's autosave does not override manual modifications.
- Jupyter magic commands are now commented per default in the
percent
format (#126, #132). Version for thepercent
format increases from '1.1' to '1.2'. Set an optioncomment_magics
tofalse
either per notebook, or globally on Jupytext's contents manager, or onjupytext
's command line, if you prefer not to comment Jupyter magics.
Version 0.8.5
Version 0.8.4
Improvements
- Notebook metadata is filtered - only the most common metadata are stored in the text representation (#105)
- New config option
freeze_metadata
on the content manager and on the command line interface (defaults toFalse
). Use this option to avoid creating a YAML header or cell metadata if there was none initially. (#110) - Language magic arguments are preserved in R Markdown, and also supported in
light
andpercent
scripts (#111, #114, #115) - First markdown cell exported as a docstring when using the Sphinx format (#107)
BugFixes
percent
format has a fail-safe for code cells with square brackets in the title (#116)
Version 0.8.4 rc0
Improvements
- Notebook metadata is filtered - only the most common metadata are stored in the text representation (#105)
- New config option
additional_metadata_on_text_files
on the content manager. Defaults toTrue
. Change its value toFalse
to avoid creating a YAML header or cell metadata if there was none initially (#110) - Language magic arguments are preserved (#111)
- First markdown cell exported as a docstring when using the Sphinx format (#107)
Version 0.8.4 rc1
Improvements
- Notebook metadata is filtered - only the most common metadata are stored in the text representation (#105)
- New config option
additional_metadata_on_text_files
on the content manager. Defaults toTrue
. Change its value toFalse
to avoid creating a YAML header or cell metadata if there was none initially (#110) - Language magic arguments are preserved in R Markdown, and also supported in
light
andpercent
scripts (#111, #114) - First markdown cell exported as a docstring when using the Sphinx format (#107)
Version 0.8.3
Version 0.8.2
Improvements
- Round trip conversion testing with
jupytext --test
was improved (#99) - Round trip conversion tested on Jake Vanderplas' Python for Data Science Handbook.
BugFixes
- Nested lists and dictionaries are now supported in notebook metadata
- Final empty code cell supported in Sphinx representation