Skip to content

Releases: mwouts/jupytext

Version 0.5.4

24 Aug 21:38
29e9b7d
Compare
Choose a tag to compare
  • R to Rmd conversion using nbrmd compares well to knitr::spin #26
  • coverage improved

Version 0.5.3

23 Aug 00:23
Compare
Choose a tag to compare
v0.5.3

Binder uses v0.5.3

Version 0.5.2

23 Aug 00:04
141d226
Compare
Choose a tag to compare
  • Classical jupyter extensions (autoreload, rmagics) are also escaped (#35)
  • Explicit file format version, set at 1.0, to avoid overriding ipynb files by accident (#36)

Version 0.5.1

21 Aug 09:02
d5457dc
Compare
Choose a tag to compare

Trust source-only notebooks

Version 0.5.0

21 Aug 01:30
7dd10c7
Compare
Choose a tag to compare
  • Jupyter magic commands escaped when exported (#29)
  • 'endofcell' option for explicit (optional) end-of-cell marker (#31)
  • 'active' cell option now supported for .py and .R export (#30)
  • Raw cells now preserved when exported to .py or .R (#32)
  • Extensions can be prefixed, like .nb.py, (mwouts/nbsrc#5)
  • When a file with an extension not associated to 'ipynb' is opened and saved,
    no 'ipynb' file is created (mwouts/nbsrc#5)
  • Extensions can now be a sequence of groups. For instance,
    nbrmd_formats="ipynb,nb.py;script.ipynb,py" will create an ipynb file
    when a nb.py is opened (and conversely), and a script.ipynb file when a
    py file is opened (mwouts/nbsrc#5)
  • nbsrc script was moved to the nbrmd package.

Version 0.4.6

26 Jul 13:45
Compare
Choose a tag to compare

Ping pypi - previous version still not available

Version 0.4.5

26 Jul 12:00
4e5818e
Compare
Choose a tag to compare

Removed dependency of setup.py on yaml through readme function

Version 0.4.4

26 Jul 12:02
Compare
Choose a tag to compare

Package republished on pypi

Version 0.4.3

26 Jul 00:27
Compare
Choose a tag to compare
  • Multiline comments now supported #25
  • Readme refactored, notebook demos available on binder #23
  • Fixed missing cell metadata #27
  • Documentation tells how to avoid creating .ipynb files #16
  • ContentsManager can be imported even if notebook.transutils is not
    available, for compatibility with older python distributions.

Version 0.4.2

22 Jul 23:43
Compare
Choose a tag to compare
  • Added test for R notebooks
  • Added pylint badge
  • New active cell metadata that allows cell activation only for desired
    extensions (currently available for Rmd and ipynb extensions only)