Skip to content

Releases: Neural-Space/genos

v0.1.7 PyPI Release

09 Nov 21:09
031687a
Compare
Choose a tag to compare

Fixes

  • Updated the contributions guideline link and the logo.

v0.1.2 Auto Upload to PyPI

09 Nov 19:59
d62d768
Compare
Choose a tag to compare

Updates

  • Updated CI to enable auto upload the package to PyPI #11

v0.1.0 Genos

09 Nov 19:19
bb53b93
Compare
Choose a tag to compare

This is the first public release of Genos. Hope you all use it to make configurable software components in Python. Enjoy!

Added

  • Instantiation of classes through the recursive_instantiate function #1
  • Calling functions using a dictionary config through the recursive_instantiate function #1
  • Getting references to functions and classes through get_method, get_class functions #1

Fixes

  • #9 removed multi import of copy