Skip to content

Commit

Permalink
release: v0.2.5 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpbeing authored Nov 5, 2024
1 parent 3160005 commit 50acab5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Changelog
---------

0.2.5 (2024-11-05)
******************

New:

- Allow users to cancel build with :py:meth:`Project.cancel_build()<ansys.simai.core.data.projects.Project.cancel_build>`
- Filter training data in :py:meth:`simai.training_data.list()<ansys.simai.core.data.training_data.TrainingDataDirectory.list>`
- Added experimental :py:meth:`Optimization.run_non_parametric()<ansys.simai.core.data.optimizations.OptimizationDirectory.run_non_parametric>`
- Added an example section to the documentation

Changes:

- `Optimization.run()` is now :py:meth:`Optimization.run()<ansys.simai.core.data.optimizations.OptimizationDirectory.run_parametric>` 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)
******************

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"},
Expand Down

0 comments on commit 50acab5

Please sign in to comment.