Skip to content

Nano-Utils 0.4.2

Compare
Choose a tag to compare
@BvB93 BvB93 released this 09 Jun 11:26
· 110 commits to master since this release
da067f0
  • Set the default output of AbstractFileContainer.write() to sys.stdout.
  • Cleaned up tests_require in setup.py.
  • Added the get_func_name() function.
  • Added the module argument to issubclass_factory(), isinstance_factory() and import_factory().
  • PartialPrepend and SetAttr are now in their own (private) modules. Note that they still should be imported from (preferably) nanoutils or otherwise nanoutils.utils.
  • Run tests on the docs/ directory.
  • Updated annotations and documentation.
  • Fixed an issue where decorator documentation wasn't properly generated.