Skip to content

Release 0.0.5

Compare
Choose a tag to compare
@mhucka mhucka released this 19 Nov 01:53
· 377 commits to main since this release

This release adds a new module, module_utils, and some additional functions to the file_utils module. It also removes some imports that were in the __init__.py file; callers are expected to import specific functions or modules using the Python idiom from commonpy.modulename import functionname.