v4.6.0
What's Changed
New
Dataset.is_equivalent
method to check if two datasets have identical fields, but in a different orderDataset.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 specifyingprefixes
orfields
keyword arguments - Support for uploading job assets in
bild
format
Updated
ExternalJob.add_output
method now expectsalloc
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