Skip to content

Releases: ansys/pysimai

v0.1.6

29 Apr 16:24
a66bd85
Compare
Choose a tag to compare

New:

  • Added new method :py:meth:TrainingData.assign_subset()<ansys.simai.core.data.training_data.TrainingData.assign_subset> that allows you to assign a Train, Validation, or Test subset to your data.

Fixes:

  • The method :py:meth:Optimization.run()<ansys.simai.core.data.optimizations.OptimizationDirectory.run> now raises an exception if no workspace is provided and none is configured.
  • Fix RecursionError on authentication refresh

Full Changelog: v0.1.5...v0.1.6

v0.1.5

15 Apr 16:26
Compare
Choose a tag to compare
  • Training can now be launched using the most recent model configuration from a project.
  • Enabled non-interactive mode capability, allowing for automation or operations without manual inputs.
  • Added new validation Project.is_trainable() to verify if the project meets all minimum requirements for training.
  • Added new method Project.get_variables() to get all available variables used for a model's inputs and outputs.
  • Fixed bug where a subset of training data could not be pulled. A subset of training data is now correctly retrieved.
  • Fixed erroneous call to a private function during the optimization run.

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

29 Feb 09:26
2d7d8bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

05 Feb 14:46
84fa20f
Compare
Choose a tag to compare

What's Changed

  • dev: add codecov action by @tmpbeing in #20
  • fix: training data upload_folder method by @tmpbeing in #21
  • build(deps): bump pdm-project/setup-pdm from 3 to 4 by @dependabot in #23
  • build(deps): bump peter-evans/create-or-update-comment from 2 to 4 by @dependabot in #22
  • Merge release branch into main by @awoimbee in #24
  • Fix arguments ignored if no config file found by @awoimbee in #26

Full Changelog: v0.1.2...v0.1.3

v0.1.2

24 Jan 12:49
v0.1.2
32aa16e
Compare
Choose a tag to compare
v0.1.2

v0.1.1

19 Jan 15:26
Compare
Choose a tag to compare
MAINT: Bump version to v0.1.1

v0.1.0

19 Jan 15:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/ansys/pysimai/commits/v0.1.0