Skip to content

Releases: kynan/nbstripout

v0.2.7 (2016-07-30)

30 Jul 19:26
Compare
Choose a tag to compare
  • If you set either the "init_cell": true or "keep_output": true in the cell metadata, then these cells will not be stripped out. The former works in conjunction with the init_cell nbextension (#17, @mforbes).
  • Fix encoding for Python 2 + 3 (#11).
  • Add --is-installed and --status options (#29).
  • Normalise cell output style (scroll / collapsed, #30, @kdmurray91).
  • Add screencast (#31).

v0.2.6 (2016-03-13)

30 Jul 19:25
Compare
Choose a tag to compare
  • Use pytest-cram (#22, @mforbes).
  • Add further shields to README.
  • Use argparse for argument parsing.
  • Add --attributes option to specify attributes file (#25).

v0.2.5 (2016-03-03)

30 Jul 19:25
Compare
Choose a tag to compare

v0.2.4 (2016-02-15)

30 Jul 19:24
Compare
Choose a tag to compare
  • Add __version__ and version command (#12).
  • Add bumpversion config.
  • Add contributing guidelines (#13).

v0.2.3 (2016-02-15)

30 Jul 19:24
Compare
Choose a tag to compare
  • Use UTF8 writer for stdout (#11) and regression test (@geggo).
  • Minor testing fixes.

v0.2.2 (2016-02-04)

30 Jul 19:23
Compare
Choose a tag to compare
  • Add uninstall task (#8).
  • Minor testing fixes.

v0.2.1 (2016-01-27)

30 Jul 19:21
Compare
Choose a tag to compare

v0.2.0 (2016-01-24)

30 Jul 19:18
Compare
Choose a tag to compare
  • Only process .ipynb files unless -f flag is used (@mforbes).
  • Process multiple files (@mforbes).
  • Add MIT License (@mforbes).