0.1.14
See CHANGELOG
What's Changed
- 🎉 init release by @casenave in #303
- 🐛 Fix(containers/utils.py) fix path_to_location update for retrocompati… by @casenave in #305
- ♻️ Improve some type hints in storage module by @bstaber in #304
- 📄 feat(joss paper/doc) modifications aksed by review by karanprime by @casenave in #307
- 🎉 feat(storage) add split args for init_from_disk, add train_test_split for all backends by @casenave in #309
- 🚀 feat(storage/writer) add validate_required_infos before creating and pushing heavy data to prevent later error by @casenave in #311
- 🐛 feat(containers) enforce CGNS name validation across tree insertion by @casenave in #313
- 🐛 feat(containers/managers) return a warning when an automatically resolved time stamp is different from 0.0 and (sample) fix fields summarize in str by @casenave in #316
- 📦 Uv environment by @casenave in #319
- 📄 improve README and doc by @casenave in #320
- 📄 fix CHANGELOG by @casenave in #321
- 📦 Pin versions in pyproject by @bstaber in #322
- 🐛 Improve zarr and cgns readers/writers (parallel write, simplified reading classes) and remove train_test_split by @casenave in #325
- 🐛 fix(storage/common/bridge) complete missing keys with None in bridges: required for reading zarr backend for which written features cannot be None by @casenave in #326
- 🐛 fix(storage/zarr/bridge) remove missing keys check: required for zarr backend for which written features cannot be None. by @casenave in #327
- 🐛 (storage/common/preprocessor) Fix: make constant_features split-dependant by @casenave in #330
- 🐛 fix (cgns_helpers) update_features_for_CGNS_compatibility: fix behavior where input variable was modified by the function. by @casenave in #331
- 📦 fix(dependencies) update following security alert by @casenave in #336
- 🐛 fix(datasets) fix missing location use in get_field_names, and improve corresponding tests. by @casenave in #335
- ♻️ (storage) disable HF's cache filling when using generate_datasetdict_to_disk by @casenave in #337
- 🚀 feat(storage) hf_datasets backend: modify init_datasetdict_from_disk … by @casenave in #338
- 🐛 fix(sample) get_global in the scalar case now returns the scalar with… by @casenave in #340
- ♻️ (sample) add_tree: add in_place arg to decide whether the added tree … by @casenave in #341
- 📄 doc: small update by @casenave in #343
- ♻️ (add_field) check type and convert to np.float64 is array type is int by @casenave in #342
- 🐛fix(storage): materialize hub-loaded constants and keep disk memmaps by @casenave in #345
- ♻️ storage: simplify save_to_disk sharding API with split_n_samples by @casenave in #344
- 🚀 prepare release 0.1.14 by @casenave in #347
- 🐛 fix(actions) uv command in publish-pypi action by @casenave in #348
Full Changelog: 0.1.13...0.1.14