Skip to content

v0.5.0

Compare
Choose a tag to compare
@ZLLentz ZLLentz released this 08 May 20:50
· 861 commits to master since this release
695c6b7

Bugfixes

  • fix issue where importing hutchname.db could break under certain conditions
  • fix issue where autocompleting a SimpleNamespace subclass would always have an extra mro() method, even though this is a class method not shared with instances.
  • add logs folder to the hutch-python directory creator

Minor API break

  • metadata_namespace -> renamed to tree_namespace (nobody imports this yet, but important enough to make this 0.5.0 instead of 0.4.1...)