Releases: jpmorganchase/nbcelltests
Releases · jpmorganchase/nbcelltests
v0.3.2
What's Changed
- Ensure test notebooks are packaged by @timkpaine in #281
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Move to jlpm, align with jupyter-fs, move back to typescript by @timkpaine in #278
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Release v0.2.3
- Add auth
- Fixup CLI w/ argparse
- UI Overhaul, lots of changes and improvements
- Omit raw cells before running external linter
- Find
noqa
comments in empty ast code cells - Some README tweaks and new logo
- Fixes for forked testing
Release v0.2.2
Minor change from v0.2.1: support running nbcelltests.lint
on python 2.7
Release v0.2.1
See the 0.2.1 milestone for a list of changes included in this release.
Release v0.2.0
See the 0.2 milestone for a list of changes.
Release v0.1.3
Bump version: 0, 1, 3, 'candidate', 1 → 0, 1, 3, 'final', 0
Release v0.1.2
- Test and lint object #27
- Linter cleanup
- Packaging cleanups
- Py3.6+
- Windows path fixes
- Better parsing (uses AST rather than string parsing)
- Autopep
- Kernel checks
Release v0.1.1
- Lint returns objects
- Better dist
- Raw reports/json
- Better docs