Skip to content

Releases: ThunderStruct/nbrefactor

V0.1.6

22 Feb 17:18
Compare
Choose a tag to compare

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

19 Feb 14:51
Compare
Choose a tag to compare

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

15 Sep 19:08
Compare
Choose a tag to compare

Release config updates

v.0.1.1

15 Sep 18:37
Compare
Choose a tag to compare

Initial release