Skip to content

v0.1.3

Compare
Choose a tag to compare
@ThunderStruct ThunderStruct released this 19 Feb 14:51
· 8 commits to main since this release

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)