We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006658f commit acf1c0bCopy full SHA for acf1c0b
CHANGELOG.md
@@ -2,6 +2,21 @@
2
3
<!-- do not remove -->
4
5
+## 0.1.6
6
+
7
+### New Features
8
9
+- Add support for timeouts in CaptureShell ([#60](https://github.com/fastai/execnb/issues/60))
10
+- Add `render_outputs` ([#55](https://github.com/fastai/execnb/issues/55))
11
+- Add SmartCompleter ([#54](https://github.com/fastai/execnb/issues/54))
12
+- Major refactor of CaptureShell ([#53](https://github.com/fastai/execnb/issues/53))
13
+- add markdown to doc output ([#52](https://github.com/fastai/execnb/issues/52))
14
15
+### Bugs Squashed
16
17
+- Use `callable` instead of `Callable` ([#59](https://github.com/fastai/execnb/issues/59))
18
19
20
## 0.1.6
21
22
- New functions for extracting outputs
0 commit comments