You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
<!-- do not remove -->
4
4
5
+
## 0.1.9
6
+
7
+
### New Features
8
+
9
+
- add `shell.run_async` ([#63](https://github.com/AnswerDotAI/execnb/pull/63)), thanks to [@comhar](https://github.com/comhar)
10
+
- Use pygments for md output rendering ([#62](https://github.com/AnswerDotAI/execnb/issues/62))
11
+
- Add optional image rendering control to `render_outputs` ([#61](https://github.com/AnswerDotAI/execnb/pull/61)), thanks to [@ncoop57](https://github.com/ncoop57)
12
+
- Add option to use ansi2html renderer ([#57](https://github.com/AnswerDotAI/execnb/pull/57)), thanks to [@Isaac-Flath](https://github.com/Isaac-Flath)
13
+
14
+
### Bugs Squashed
15
+
16
+
- Missing execution count in run cells ([#65](https://github.com/AnswerDotAI/execnb/issues/65))
17
+
- Fix matplotlib rendering in `render_outputs` ([#64](https://github.com/AnswerDotAI/execnb/pull/64)), thanks to [@johnowhitaker](https://github.com/johnowhitaker)
0 commit comments