diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c1e4a2a..5eec89e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,26 @@ Changelog --------- +0.2.5 (2024-11-05) +****************** + +New: + +- Allow users to cancel build with :py:meth:`Project.cancel_build()` +- Filter training data in :py:meth:`simai.training_data.list()` +- Added experimental :py:meth:`Optimization.run_non_parametric()` +- Added an example section to the documentation + +Changes: + +- `Optimization.run()` is now :py:meth:`Optimization.run()` and checks that the generation function has a suitable signature +- Remove deprecated design of experiments feature +- Resolution steps are now printed upon error if any + +Fixes: + +- Correct payload for surface post-processing inputs on model build + 0.2.4 (2024-09-23) ****************** diff --git a/pyproject.toml b/pyproject.toml index 352952d..bde39aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-simai-core" -version = "0.2.4" +version = "0.2.5" description = "A python wrapper for Ansys SimAI" authors = [ {name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"},