Releases: jupyter/nbclient
Releases · jupyter/nbclient
v0.5.13
0.5.13
Merged PRs
- Drop ipython_genutils #209 (@davidbrochart)
Contributors to this release
v0.5.12
0.5.12
Merged PRs
- Require traitlets>=5.0.0 #204 (@davidbrochart)
- Extend the ignored part of IPython outputs #202 (@frenzymadness)
Contributors to this release
v0.5.11
0.5.11
Merged PRs
- Pin ipython<8 in tests #198 (@davidbrochart)
- Clear execution metadata, prefer msg header date when recording times #195 (@kevin-bates)
- Client hooks #188 (@devintang3)
Contributors to this release
v0.5.10
0.5.10
Merged PRs
- Fix ipywidgets version in tests #192 (@martinRenou)
- Compatibility with IPython 8 where tracebacks are different #190 (@frenzymadness)
- Drop tox #187 (@davidbrochart)
- Update README #185 (@davidbrochart)
- Drop python3.6, test python3.10 #184 (@davidbrochart)
- Fix typos #182 (@kianmeng)
- Use codecov Github action v2 #168 (@takluyver)
Contributors to this release
(GitHub contributors page for this release)
@davidbrochart | @frenzymadness | @kianmeng | @martinRenou | @takluyver
v0.5.9
0.5.9
Merged PRs
- Remove jupyter-run, keep jupyter-execute #180 (@davidbrochart)
Contributors to this release
v0.5.8
0.5.8
No merged PRs
0.5.4
- Replace
km.cleanup
withkm.cleanup_resources
#152 (@davidbrochart) - Use async generator backport only on old python #154 (@mkoeppe)
- Support parsing of IPython dev version #150 (@cphyc)
- Set
IPYKERNEL_CELL_NAME = <IPY-INPUT>
#147 (@davidbrochart) - Print useful error message on exception #142 (@certik)