Releases: AnswerDotAI/execnb
Releases · AnswerDotAI/execnb
v0.1.11
New Features
- Limit to param names in completions if available (#67)
v0.1.10
Bugs Squashed
execution_count
and traceback formatted incorrectly (#66)
v0.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
v0.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)
v0.1.7
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)
v0.1.6
- New functions for extracting outputs
v0.1.5
New Features
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
Bugs Squashed
CaptureShell.shell
sets cell.outputs
to ordinary dicts instead of AttrDict
s (#39), thanks to @seeM
v0.1.3
New Features
Bugs Squashed
- nbdev_test fails due to unescaped backslash in windows path (#37)
v0.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