Releases: ansys/pyoptislang
Releases · ansys/pyoptislang
v0.9.2
Supported optiSLang versions
- Full support for version 24R1 and above
- Support for version 23R1 and 23R2 with minor limitations (See v0.5.0 release notes)
Bug Fixes
- OptimizationParameter: Fix wrapping of reference_value and range by @rfahlberg in #374
Full Changelog: v0.9.1...v0.9.2
v0.9.1
Supported optiSLang versions
- Full support for version 24R1 and above
- Support for version 23R1 and 23R2 with minor limitations (See v0.5.0 release notes)
Bug Fixes
- Fix documentation search functionality
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Supported optiSLang versions
- Full support for version 24R1 and above
- Support for version 23R1 and 23R2 with minor limitations (See v0.5.0 release notes)
What's Changed
- Bump matplotlib from 3.9.1 to 3.9.2 by @dependabot in #320
- Bump sphinx-gallery from 0.17.0 to 0.17.1 by @dependabot in #317
- Bump ansys-sphinx-theme from 0.16.6 to 1.0.8 by @dependabot in #324
- Bump ansys/actions from 6 to 7 by @dependabot in #314
- Bump pytest from 8.3.2 to 8.3.3 by @dependabot in #326
- Feat/proxy solver node by @PanekOndrej in #328
- Buffer size has been increased. by @ekrja in #330
- Break after the first successful connection. by @ekrja in #331
- The get_omdb_files() method is only supported when the osl server is running on the localhost. by @ekrja in #335
- Bump ansys-sphinx-theme from 1.0.8 to 1.0.11 by @dependabot in #329
- The save_designs_as() replaced with new methods with mandatory file_path. by @ekrja in #334
- FIX: Functions return File instances. Names of test functions switched. by @ekrja in #336
- Bump numpydoc from 1.7.0 to 1.8.0 by @dependabot in #315
- Bump ansys-sphinx-theme from 1.0.11 to 1.1.2 by @dependabot in #340
- Change the structure of the proxy solver example a bit. by @optislangdeveloper in #341
- Bump sphinx-gallery from 0.17.1 to 0.18.0 by @dependabot in #344
- Add AUTHORS and CONTRIBUTORS files by @widerschein in #345
- Bump ansys/actions from 7 to 8 by @dependabot in #339
- Provide bot username and email for doc deployment by @widerschein in #347
- Bump ansys-sphinx-theme from 1.1.2 to 1.1.4 by @dependabot in #343
- Getter/setter methods implemented for execution options property of Node class. by @ekrja in #323
- Bump pypandoc from 1.13 to 1.14 by @dependabot in #342
- Omit redundant parameter by @widerschein in #348
New Contributors
- @optislangdeveloper made their first contribution in #341
Full Changelog: v0.8.0...v0.9.0
v0.8.0
Supported optiSLang versions
- Full support for version 24R1 and above
- Support for version 23R1 and 23R2 with minor limitations (See v0.5.0 release notes)
What's Changed
- Bump ansys/actions from 5 to 6 by @dependabot in #273
- MAINT: Fix opening of remote projects by @rfahlberg in #280
- Bump pytest from 8.1.2 to 8.2.0 by @dependabot in #279
- Bump sphinx-gallery from 0.15.0 to 0.16.0 by @dependabot in #278
- Fix integration tests by @widerschein in #282
- Migrate Vale version by @widerschein in #281
- Update flake8 version for pre-commit hook by @widerschein in #283
- Bump sphinx from 7.2.6 to 7.3.7 by @dependabot in #272
- Maint/unit tests by @widerschein in #285
- Maint/unit tests ii by @widerschein in #286
- Maint/typing by @widerschein in #284
- Update versions used in pre-commit hooks by @widerschein in #287
- Increase ini_timeout from 20 sec to 60 seconds. by @shrik6548 in #289
- Bump pytest from 8.2.0 to 8.2.1 by @dependabot in #292
- Bump matplotlib from 3.8.4 to 3.9.0 by @dependabot in #290
- Bump ansys-sphinx-theme from 0.15.2 to 0.16.0 by @dependabot in #291
- More typing issues by @widerschein in #293
- Fix argument type check by @widerschein in #296
- MAINT: Bump main version by @rfahlberg in #295
- Speed up disposing Optislang client. by @jonas-norlin in #298
- Bump ansys-sphinx-theme from 0.16.0 to 0.16.5 by @dependabot in #300
- Bump pytest from 8.2.1 to 8.2.2 by @dependabot in #301
- Update pre-commit hooks by @widerschein in #303
- Bump ansys-sphinx-theme from 0.16.5 to 0.16.6 by @dependabot in #304
- Bump matplotlib from 3.9.0 to 3.9.1 by @dependabot in #305
- Bump sphinx from 7.3.7 to 7.4.4 by @dependabot in #306
- Bump sphinx-gallery from 0.16.0 to 0.17.0 by @dependabot in #309
- Bump sphinx from 7.4.4 to 7.4.7 by @dependabot in #308
- Bump pytest from 8.2.2 to 8.3.2 by @dependabot in #311
- Revisit loggin module by @widerschein in #312
New Contributors
- @shrik6548 made their first contribution in #289
- @jonas-norlin made their first contribution in #298
Full Changelog: v0.7.1...v0.8.0
v0.7.1
Supported optiSLang versions
- Full support for version 24R1 and above
- Support for version 23R1 and 23R2 with minor limitations (See v0.5.0 release notes)
What's Changed
- MAINT: Fix opening of remote projects by @rfahlberg in #280
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Supported optiSLang versions
- Full support for version 24R1 and above
- Support for version 23R1 and 23R2 with minor limitations (See v0.5.0 release notes)
New features
- Adaptions to optiSLang 24R2 server interface changes
- Added Python 3.12 support (dropped Python 3.7 support)
- Support providing project_properties_file path along with project file path when opening a project.
What's Changed
- Fixed listener handling for remote connections by @rfahlberg in #249
- Fixed a bug causing listener registration not working for machines with only a single network adapter by @rfahlberg in #251
- Maint: Fix some auto tests by @rfahlberg in #252
- MAINT: Use somewhat more stable determination of machine IP addresses by @rfahlberg in #254
- Support providing project_properties_file path along with project file path when opening a project. by @rfahlberg in #256
- Bump pypandoc from 1.12 to 1.13 by @dependabot in #246
- Bump matplotlib from 3.8.2 to 3.8.3 by @dependabot in #247
- Bump ansys-sphinx-theme from 0.13.1 to 0.14.1 by @dependabot in #253
- MAINT: Drop Python 3.7 support and add 3.12 suport. by @rfahlberg in #265
- Bump pytest from 7.4.4 to 8.0.0 by @dependabot in #241
- Bump pytest-cov from 4.1.0 to 5.0.0 by @dependabot in #260
- Bump numpydoc from 1.6.0 to 1.7.0 by @dependabot in #261
- Bump ansys-sphinx-theme from 0.14.1 to 0.15.1 by @dependabot in #266
- MAINT: Fix force option for shutdown command by @rfahlberg in #259
- Extend integration test matrix for 24R2 by @widerschein in #270
- Replace
Union
withOptional
. by @PanekOndrej in #263 - Update features in doc and readme. by @PanekOndrej in #264
- Address failing integration tests by @widerschein in #271
- Integration tests maintenance by @widerschein in #274
- Address deprecation warning by @widerschein in #275
- Add some additional server queries and query options by @rfahlberg in #276
- Bump matplotlib from 3.8.3 to 3.8.4 by @dependabot in #268
- Bump pytest from 8.0.0 to 8.1.2 by @dependabot in #277
- Bump ansys-sphinx-theme from 0.15.1 to 0.15.2 by @dependabot in #269
Full Changelog: v0.6.3...v0.7.0
v0.6.3
Supported optiSLang versions
- Full support for version 24R1 and above
- Support for version 23R1 and 23R2 with minor limitations (See v0.5.0 release notes)
What's Changed
- MAINT: Use somewhat more stable determination of machine IP addresses by @rfahlberg in #257
Full Changelog: v0.6.2...v0.6.3
v0.5.4
Supported optiSLang versions
- Full support for version 24R1 and above
- Support for version 23R1 and 23R2 with minor limitations (See v0.5.0 release notes)
What's Changed
- MAINT: Use somewhat more stable determination of machine IP addresses by @rfahlberg in #255
Full Changelog: v0.5.3...v0.5.4
v0.6.2
Supported optiSLang versions
- Full support for version 24R1 and above
- Support for version 23R1 and 23R2 with minor limitations (See v0.5.0 release notes)
What's Changed
- Fixed a bug causing listener registration not working for machines with only a single network adapter (#251) by @rfahlberg
Full Changelog: v0.6.1...v0.6.2
v0.5.3
Supported optiSLang versions
- Full support for version 24R1 and above
- Support for version 23R1 and 23R2 with minor limitations (See v0.5.0 release notes)
What's Changed
- Fixed a bug causing listener registration not working for machines with only a single network adapter by @rfahlberg
Full Changelog: v0.5.2...v0.5.3