Skip to content

v0.1.2

Latest
Compare
Choose a tag to compare
@ndalchau ndalchau released this 27 Sep 09:21
· 4 commits to main since this release
  • Removed use of yaml.unsafe_load. This prevents identifying Python modules directly as models. Instead, there is now a look-up mechanism, so the class to be used for a particular model is now identified by string. The look-up table is specified in models.init.
  • Renamed master as main