Skip to content

Latest commit

 

History

History
153 lines (74 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

153 lines (74 loc) · 4.04 KB

Release notes

0.1.11

New Features

  • Limit to param names in completions if available (#67)

0.1.10

Bugs Squashed

  • execution_count and traceback formatted incorrectly (#66)

0.1.9

New Features

  • add shell.run_async (#63), thanks to @comhar
  • Use pygments for md output rendering (#62)
  • Add optional image rendering control to render_outputs (#61), thanks to @ncoop57
  • Add option to use ansi2html renderer (#57), thanks to @Isaac-Flath

Bugs Squashed

  • Missing execution count in run cells (#65)
  • Fix matplotlib rendering in render_outputs (#64), thanks to @johnowhitaker

0.1.8

New Features

  • Add support for timeouts in CaptureShell (#60)
  • Add render_outputs (#55)
  • Add SmartCompleter (#54)
  • Major refactor of CaptureShell (#53)
  • add markdown to doc output (#52)

Bugs Squashed

  • Use callable instead of Callable (#59)

0.1.6

  • New functions for extracting outputs

0.1.5

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

0.1.4

Bugs Squashed

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

0.1.3

New Features

  • Add DummyHistory (#38)

Bugs Squashed

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

0.1.2

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

0.1.1

New Features

  • Support ipywidgets (#24)

Bugs Squashed

  • Seaborn is not compatible with execnb (#27)

0.1.0

New Features

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

0.0.10

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)

0.0.9

New Features

  • use fork mode on mac (#22)

0.0.8

  • Use nbdev2

0.0.6

Bugs Squashed

  • do not fail if matplotlib is not installed when running %matplotlib inline (#6), thanks to @hamelsmu

0.0.3

  • Add notebook dir to python path

0.0.2

  • Compat with nbdev test runner

0.0.1

  • Initial release