Skip to content

Releases: ansys/pyoptislang

v0.4.dev0

23 Aug 09:14
df6eacb
Compare
Choose a tag to compare
v0.4.dev0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.dev0

v0.3.0

13 Jun 11:47
Compare
Choose a tag to compare

Supported optiSLang versions

  • Version 23R1 and above

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

16 May 13:48
Compare
Choose a tag to compare

Supported optiSLang versions

  • Version 23R1 and above

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

31 Mar 08:26
Compare
Choose a tag to compare

Supported optiSLang versions

  • Version 23R1 and above

What's Changed

New Contributors

Full Changelog: https://github.com/pyansys/pyoptislang/commits/v0.2.0

v0.1.2

08 Nov 08:00
Compare
Choose a tag to compare

Release Notes v0.1.2

This is a maintenance release of pyoptislang v0.1, including maintenance concerning management of Ansys optiSLang instances, communication between Ansys optiSLang and pyoptislang as well as documentation fixes. This release has full support for optiSLang Version 23R1 and above. The support for for lower optiSLang versions has been dropped.

Most significant changes

  • Support for managing Ansys optiSLang instances using Python context manager (#67)
  • Fixed Ansys optiSLang project status tracking (#39, #59, #70)

Full Changelog: v0.1.1...v0.1.2

v0.1.1

04 Oct 20:18
Compare
Choose a tag to compare

Release Notes v0.1.1

This is a maintenance release of pyoptislang v0.1, including bugfixes to documentation and logging functionality. This release has full support for optiSLang Version 23R1 and above and limited support for lower optiSLang versions.

What's Changed

  • Logging: Rename _logger -> log in Optislang() class and api documentation. (#47)
  • Documentation: Replace Optislang -> optiSLang. (#48)
  • Documentation: Fixed documentation of run_python_script/run_python_file methods. (#49)

Full Changelog: v0.1.0...v0.1.1

v0.1.0

21 Sep 18:24
Compare
Choose a tag to compare

Release Notes v0.1.0

This is the initial release of pyoptislang. This release has full support for optiSLang Version 23R1 and above and limited support for lower optiSLang versions.

Supported features:

  • Start new (local) instance of optiSLang
  • Connect to already running optiSLang instance
  • Create new optiSLang project
  • Open existing optiSLang project
  • Control optiSLang project execution:
    • Start execution
    • Stop execution
    • Reset project
  • Save project
  • Execute classic optiSLang Python API script on optiSLang backend side (only supported with optiSLang Version 23R1 and above)

What's Changed

New Contributors

Full Changelog: https://github.com/pyansys/pyoptislang/commits/v0.1.0