Skip to content

Releases: ansys/pysimai

v0.4.3

19 May 15:04
07c6627

Choose a tag to compare

chore(release): v0.4.3 (#309)

v0.4.2

22 Apr 15:18
09a3e4d

Choose a tag to compare

release: v0.4.2 (#298)

v0.4.1

15 Apr 17:03
c53603d

Choose a tag to compare

release: v0.4.1 (#294)

v0.4.0

15 Apr 13:07
6ed0a2e

Choose a tag to compare

release: v0.4.0 (#291)

v0.3.10

20 Feb 12:31
4f6eb79

Choose a tag to compare

release: v0.3.10 (#264)

v0.3.9

22 Jan 14:53
aadea78

Choose a tag to compare

release: v0.3.9 (#252)

v0.3.8

16 Jan 15:00
05ea530

Choose a tag to compare

release: v0.3.8 (#249)

Co-authored-by: Marc Planelles <marc.planelles@ansys.com>

v0.3.7

18 Dec 09:22
5b3db23

Choose a tag to compare

New:

  • Add basic SimAI examples in documentation.
  • Add method GeomAIWorkspace.get_latent_parameters() to retrieve latent parameters as dict in GeomAIWorkspace.
  • Remove deprecated Optimization.run_parametric() optimization method.
  • Add model_configuration property in Workspace and GeomAIWorkspace.
  • Allow users to use scalars in model output in model configuration and add a new post-processing PredictScalars.

Changes:

  • Increase default timeout for long operations.
  • Deprecate boundary_conditions in favor of scalars.

v0.3.6

04 Dec 08:46
b4f0905

Choose a tag to compare

New:

  • Add renaming methods forWorkspace, Project, Geometry, GeomAIWorkspace and GeomAIProject.
  • Allow users to retrieve training data by name.
  • Add GeomAI examples in documentation.

Changes:

  • build_on_top parameter is deprecated in ModelConfiguration.
  • margin parameter is deprecated in GeomAIPredictionConfiguration.
  • Documentation improvements

Fixes:

  • Fix post-processing inputs in model configuration not being included in global coefficients processing.
  • Fix incorrect handling of dictionaries when building a GeomAI model.

v0.3.5

16 Oct 12:22
4e474cf

Choose a tag to compare

New:

  • Add GeomAI model evaluation report download capabilities
  • Add support for point data in calculette and model training

Changes:

  • Replace requests/niquests with httpx
  • Documentation improvements
  • Refactor the authentication logic

Fixes:

  • Fix GeomAI prediction deletion