Releases: ThunderStruct/nbrefactor
Releases · ThunderStruct/nbrefactor
V0.1.6
Added a CLI flag option to generate __init__.py
to package roots for proper import workflow.
Full Changelog: CHANGELOG(v.0.1.3...v0.1.6)
v0.1.3
Added a new $analyze-only
Markdown flag option to process notebook cells without including them in the module tree (e.g. having an "Imports" or "Libraries" cell that only includes import statements; analyze-only
would process those statements in the CDA without having to generate an imports.py
module).
Fixed a bug where a package generation succeeded by a module declaration would fail.
Full Changelog: CHANGELOG(v.0.1.2...v0.1.3)
v.0.1.2
Release config updates
v.0.1.1
Initial release