Skip to content

v0.2.0

Compare
Choose a tag to compare
@tom-andersson tom-andersson released this 07 Sep 14:04
· 294 commits to main since this release

What's Changed

  • DataProcessor, TaskLoader, and ConvNP now each have a .save(folder) method and can be re-initialised with .__init__(folder)
  • DataProcessor init kwargs x1_map and x2_map now optional (if not provided, will be auto-inferred from first dataset passed to .__call__)
  • Convert normalization parameters to a dictionary for data processor by @patel-zeel in #48

New Contributors

Full Changelog: v0.1.11...v0.2.0