Releases: AnswerDotAI/execnb
Releases · AnswerDotAI/execnb
v0.1.11
04 Dec 17:35
Compare
Sorry, something went wrong.
No results found
New Features
Limit to param names in completions if available (#67 )
v0.1.10
03 Dec 02:58
Compare
Sorry, something went wrong.
No results found
Bugs Squashed
execution_count and traceback formatted incorrectly (#66 )
v0.1.9
01 Dec 23:41
Compare
Sorry, something went wrong.
No results found
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
15 Nov 21:19
Compare
Sorry, something went wrong.
No results found
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
15 Nov 21:14
Compare
Sorry, something went wrong.
No results found
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
06 May 00:46
Compare
Sorry, something went wrong.
No results found
New functions for extracting outputs
v0.1.5
13 Feb 00:36
Compare
Sorry, something went wrong.
No results found
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
25 Sep 23:38
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
New Features
Bugs Squashed
nbdev_test fails due to unescaped backslash in windows path (#37 )
v0.1.2
21 Aug 08:11
Compare
Sorry, something went wrong.
No results found
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