Skip to content

Releases: fastai/execnb

v0.1.6

06 May 00:46
Compare
Choose a tag to compare
  • New functions for extracting outputs

v0.1.5

13 Feb 00:36
Compare
Choose a tag to compare

New Features

  • Add DummyHistory (#38)

Bugs Squashed

  • CaptureShell.enable_matplotlib does not follow its parent's interface (#42)
  • Specify encoding when reading file in write_nb (#41), thanks to @RalfG

v0.1.4

25 Sep 23:38
Compare
Choose a tag to compare

Bugs Squashed

  • CaptureShell.shell sets cell.outputs to ordinary dicts instead of AttrDicts (#39), thanks to @seeM

v0.1.3

03 Sep 03:13
Compare
Choose a tag to compare

New Features

  • Add DummyHistory (#38)

Bugs Squashed

  • nbdev_test fails due to unescaped backslash in windows path (#37)

v0.1.2

21 Aug 08:11
Compare
Choose a tag to compare

New Features

  • Only write file if changed in write_nb (#35)
  • faster startup with MPLBACKEND environment variable to lazily set matplotlib backend (#33), thanks to @seeM

v0.1.1

07 Aug 00:43
Compare
Choose a tag to compare

New Features

  • Support ipywidgets (#24)

Bugs Squashed

  • Seaborn is not compatible with execnb (#27)

v0.1.0

06 Aug 22:28
Compare
Choose a tag to compare

New Features

  • Remove usage of fastcore.xtras and fastcore.foundation to reduce chance of macOS fork issue (#26)

v0.0.10

04 Aug 05:05
Compare
Choose a tag to compare

New Features

  • add mk_cell (#25)
  • Add new nb function (#23), thanks to @dleen
  • Parameterize Notebooks (#19)
    • (This was completed earlier but not marked done in gh issues)

v0.0.9

25 Jul 18:05
Compare
Choose a tag to compare

New Features

  • use fork mode on mac (#22)

v0.0.8

24 Jul 22:05
Compare
Choose a tag to compare
  • Use nbdev2