Skip to content

v4.6.0

Compare
Choose a tag to compare
@nfrasser nfrasser released this 10 Sep 18:11
· 5 commits to main since this release
96aeb7f

What's Changed

New

  • Dataset.is_equivalent method to check if two datasets have identical fields, but in a different order
  • Dataset.inspect class method which accepts a path to a dataset and returns its header without loading the entire dataset from disk
  • Load a subset of dataset fields with Dataset.load by specifying prefixes or fields keyword arguments
  • Support for uploading job assets in bild format

Updated

  • ExternalJob.add_output method now expects alloc argument to be specified as a keyword arg
  • Dataset methods which accept a copy argument now expect it to be specified as a keyword arg

Fixed

  • Significantly reduced memory usage when loading large datasets with Dataset.load

Full Changelog: v4.5.1...v4.6.0