You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Extracted common interface between V1 and V2
* Skeleton structure for tests and Dataset V2. Small changes to shared API
* Implemented the test cases
Test-driven development! Yeah
* Basic test cases passed
Now the fun starts...
* Added additional validation
* Improved docs
* Fixed some reference errors in the docs
* Disable use of iloc to loc mapping for Dataset V2
* Updated import to prevent circular import
* Ruff check and format
* Adding new Zarr manifest generation to DatasetV2 class (#185)
* updates for calculating zarr manifests & adding basic tests for it
* moving cache_dir assignment to DatasetV1 and DatasetV2 model validators
* Updating argument types for parquet utils
* Updating argument types for md5 util
* fixing DatasetV1 export & dataset model validators
* PR feedback updates
* Adding test that checks the length of the manifest after update
* PR feedback
* fixing code check test
* Move code to dataset base class
* Addressed most feedback on the PR, still need to revisit the __getitem__ method
* Worked on the __getitem__ method
* Address special case of pointer columns
* Renamed md5sum to zarr_manifest_md5sum for clarity, remove equality test from the v2 dataset and moved the verify_checksum parameter to v1
* Fix missing import
* Added PR feedback
* Update decorators
---------
Co-authored-by: Andrew Quirke <[email protected]>
Co-authored-by: Andrew Quirke <[email protected]>
0 commit comments