Releases: dnv-opensource/axtreme
Releases · dnv-opensource/axtreme
v0.1.1
Added:
Major addition of new qoi method MarginalCDFExtrapolation. The following helpers are alse added.
utils/numerical_precision: quantify the precision possible with different datatypesdistributions/mixture: The contains mixture distributions required for marginalisationdistributions/icdf: optimisation methods for finding icdfs where not availab.- Associated test for these pieces of functionality.
Changed
- tests/qoi/test_gp_brute_force_system.py : Improved type-checking
- pyproject.toml:
- cleaned up and reorganized dependencies
- removed orphaned dependency
pytest-django
- .pre-commit-config.yaml : updated with latest changes in python_project_template
- README.md : updated with latest changes from python_project_template
- GitHub workflows _test.yml and _test_future.yml : rewrote how pytest gets called in a cleaner way
eval/object_logging: unpack_object: minor update to supporttypeattributes.eval/qoi_helpers.py: minor updates to prevent divide by 0 warningstutorials/end_to_end_v2.py->tutorials/basic_example.py. Updated to useMarginalCDFExtrapolation.data/importance_dataset.py: Updated typing and usedtorch'sStackedDataset.
Fixed
- Minor updates to docs.