Skip to content

Releases: PLAID-lib/plaid

0.1.9

24 Sep 13:35

Choose a tag to compare

See CHANGELOG

What's Changed

  • 🐛 Fix HF to Sample helper by @bstaber in #217
  • 📦 feat(envs) simplify muscat to muscat-core, impose channel_priority: s… by @casenave in #221
  • 🐛 fix(docs) correct warnings (3 remaining) and notebooks errors, configure doc to fail at first notebook error by @casenave in #224
  • 🚀 feat(huggingface_bridge) improve examples and add proxy compliant dataset retrieval from the Hub by @casenave in #225
  • 📄 feat(docs) minor improvements by @casenave in #227
  • ♻️ replace Dataset.from_list_of_samples(samples) with Dataset(samples) by @reg1um in #193
  • 🐛Retex pipelines by @xroynard in #212

Full Changelog: 0.1.8...0.1.9

0.1.8

18 Sep 14:18
f80d573

Choose a tag to compare

What's Changed

  • 📦 feat(github actions) prepare full pip: rely an all but muscat on pypi by @casenave in #141
  • 📦 feat(.github) Update actions versions by @casenave in #144
  • 📦 update codecov slug in testing action by @casenave in #145
  • 🎉 Add practical mechanisms to retrieve advanced datasets and examples by @casenave in #149
  • 🎉 feat(/) move to muscat=2.5.0 by @casenave in #146
  • ♻️ fix(docs) tricks to correct sphinx warning - some remain, but the aut… by @casenave in #147
  • ♻️ Fix typing + Ruff on benchmarks by @xroynard in #156
  • 📄 fix(doc/env) set muscat=2.5.0 dependency. Remove useless files by @casenave in #158
  • ♻️ rename types to remove Type from name of types by @xroynard in #164
  • fix CHANGELOG by @xroynard in #165
  • ♻️Rename some more types by @xroynard in #167
  • 🎉 feat(pipelines/plaid_blocks.py) add column transformer inverse_transform by @casenave in #161
  • 🎉 feat(Hugging Face bridge) add datasetdict conversion, and simple func… by @casenave in #159
  • ♻️ Refactoring Sample container by @bstaber in #125
  • 📄(utils.interpolation) fix docstrings style by @xroynard in #168
  • 🎉 Update dataset.py by @devkumar2313 in #172
  • 🎉 Update sample.py by @devkumar2313 in #173
  • 🎉 feat(dataset.py) from_list_of_samples: add optional ids argument by @casenave in #177
  • 🐛 fix(plaid/examples) fix circular imports by @casenave in #176
  • 🎉Improve imports by @xroynard in #182
  • ♻️Fix inconsistent path arguments by @xroynard in #181
  • 🎉Feat identifiers in prob def by @xroynard in #183
  • ♻️ refactor: use FeatureIdentifier type in dataset.py by @tanmayc07 in #186
  • ♻️ Fix some static typing in HF bridge by @bstaber in #190
  • ♻️ feat(examples/notebooks) switch to jupytext: unique sources by @casenave in #185
  • ♻️ feat(benchmarks/MMGP/VKI-LS59/VKI_study.ipynb) convert to .py using j… by @casenave in #200
  • ♻️ Refactoring Sample by introducing features module by @bstaber in #171
  • 🐛(dataset) fix tabular from multidimensional scalars by @xroynard in #199
  • ♻️ Improve pydantic usage in Sample container by @bstaber in #198
  • ♻️ Refactor: Rename methods for clarity (#195) by @AntitheticalElysium in #208
  • 🐛 fix get_field_names + reorder arguments + modify string_identifiers by @xroynard in #188
  • 🐛 Fix HuggingFace bridge by @bstaber in #211
  • 📄 fix(doc notebooks) remove depracted functions uses and dl for examples (robustifies doc wrt to API changes) by @casenave in #209
  • 📄Improve plaid documentation and explain feature identifier by @xroynard in #210
  • 📦 feat(envs/packaging) drop python3.9 support and packaging by @casenave in #213
  • 🎉 feat(CHANGELOG.md) move to 0.1.8 [no ci] by @casenave in #215

New Contributors

Full Changelog: 0.1.7...0.1.8

0.1.7

14 Aug 14:25
2bf9963

Choose a tag to compare

What's Changed

  • 📄 feat(readme/doc) add joss paper status badge by @casenave in #80
  • 🐛 fix(/problem_definition.py) sorts out_field_names instead of in_field_names in add_output_field_name() by @casenave in #86
  • 🐛 fix(samples) add time_series summary in str by @casenave in #92
  • 📄 feat(docs) replace data challenges section with plaid benchmarks by @casenave in #98
  • ♻️ Add types package and constants module by @bstaber in #102
  • 📦 add python313 support by @casenave in #99
  • 🐛 (CI) avoid running duplicate jobs by @xroynard in #104
  • 🐛 fix(stats.py) correct shape condition in add_samples by @casenave in #62
  • 🐛 feat(dataset.py) add iter fonction to class to correct bugged for loops over datasets by @casenave in #109
  • 🎉 feat(sample.py) add get_feature_from_string_identifier and get_feature_from_identifier by @casenave in #110
  • 🎉 add 'summarize_cgns_tree' by @reg1um in #114
  • 🐛 fix(dataset.py) typo in repr: no need to add an 's' for the plural of 'timeseries' by @casenave in #116
  • 📄 docs(dataset): add iter examples for Dataset by @reg1um in #118
  • 🎉 Add benchmark's method code source by @casenave in #121
  • 🐛 Correct Vi-transf benchmark by @casenave in #122
  • 📄 fix(benchmarks/README.md) improve phrasing by @casenave in #123
  • ♻️ feat(benchmarks/MGN) remove score computation using reference by @xmvnguyen in #124
  • 📄 add constant CGNS_FIELD_LOCATIONS and improve doctrings accordingly by @xroynard in #128
  • ♻️ feat(benchmarks/MARIO) update links by @casenave in #129
  • 📄 (CHANGELOG.md) Initiate; (pull_request_template.md) add checklist by @casenave in #133
  • 📄 feat(docs) add version to docs and rtd full git depth by @casenave in #131
  • 🐛 fix(.readthedocs.yml) remove git:depth option by @casenave in #134
  • 🚀 feat(tests) add time_series named 'a/b' in sample tests by @casenave in #91
  • 🎉 feat(sample.py) add option to overwrite folder in save by @casenave in #130
  • 🐛 fix(docs) correct doc compilation by @casenave in #135
  • 🎉 Online saving with appropriate arborescence by @casenave in #18
  • 🎉 Mmd split of input scalars by @casenave in #21
  • 🎉 Add pyright configuration file by @bstaber in #136
  • 🎉 Pipeline formalization, including scikit-learn block wrappers by @casenave in #101
  • 📄 feat(CHANGELOG.md) update for 0.1.7 release by @casenave in #137

New Contributors

Full Changelog: 0.1.6...0.1.7

0.1.6

19 Jun 12:15
dcc6112

Choose a tag to compare

🚀 feat(actions) Detect pattern with pre-commit (#77)

---------

Co-authored-by: Fabien Casenave <fabien.casenave@safrangroup.com>

0.1.5

05 Jun 06:43

Choose a tag to compare

🎉  Add pre-commit for developers (#57)

* Setup pre-commit

* Add documentation about ruff and pre-commit

* feat(conda_dev_env.yml) add ruff and pre-commit envs

* feat(pyproject.toml) add project.optional-dependencies section

* feat(doc/envs) update dev environment instructions

---------

Co-authored-by: Fabien Casenave <fabien.casenave@gmail.com>

0.1.4

01 Jun 06:48

Choose a tag to compare

Improve pypi distribution

0.1.3

01 Jun 06:21

Choose a tag to compare

🚀 Update Actions for pypi: tests and example, and multi version for p…

0.1.2

01 Jun 05:02

Choose a tag to compare

🚀 change project name in pyproject.toml for pypi

0.1.1

29 May 18:20

Choose a tag to compare

Merge branch 'main' of https://github.com/PLAID-lib/plaid