Skip to content

Commit

Permalink
Release v0.2.4 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
yias authored Sep 23, 2024
1 parent 3e999f2 commit 7d4e32d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
---------

0.2.4 (2024-09-23)
******************

New:

- Auth tokens are now cached in file system and get re-authenticated in a parallel fashion.
- Invalid refresh token now triggers a reauth instead of crashing.
- `build_preset` option in :py:class:`ModelConfiguration<ansys.simai.core.data.model_configuration.ModelConfiguration>` can now be one of `debug`, `1_day`, `2_days`, `7_days`.
- Model Evaluation Report data (csv file) can now be downloaded with :py:meth:`download_mer_data<ansys.simai.core.data.workspaces.Workspace.download_mer_data>`.
- Typing improvements; introducing `JSON` type is introduced and `APIResponse` type is updated to include `JSON` type.
- New property :py:meth:`Prediction.raw_confidence_score<ansys.simai.core.data.predictions.Prediction.raw_confidence_score>` is added to :py:class:`Prediction<ansys.simai.core.data.predictions.Prediction>`, which returns the raw confidence score.

Fix:

- Fixed the error where :py:meth:`data<ansys.simai.core.data.post_processings.GlobalCoefficients.data>` was not in coordinance with the BE response. :py:meth:`data<ansys.simai.core.data.post_processings.GlobalCoefficients.data>` now runs without errors.

0.2.3 (2024-08-21)
******************

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.3"
version = "0.2.4"
description = "A python wrapper for Ansys SimAI"
authors = [
{name = "ANSYS, Inc.", email = "[email protected]"},
Expand Down

0 comments on commit 7d4e32d

Please sign in to comment.