v0.5.0
Supported optiSLang versions
- Full support for version 24R1 and above
- Support for version 23R1 and 23R2 with minor limitations:
- Optislang.save_copy() method doesn't work correctly on Ansys optiSLang backend side. Internally a "Save As" command is triggered. See Bug located in save_copy() command. #184.
- Optislang.open() method doesn't work correctly on Ansys optiSLang backend side. See Push notification of finished execution is not delivered after using open() command. #182.
What's Changed
- Maint: Fixed a bug causing listener registration not being refreshed when connecting to a running oSL instance by @rfahlberg in #177
- Fix
_find_subtree
method. by @PanekOndrej in #180 - Try to deal with vale errors by @widerschein in #188
- Minor issues in executable finder functions by @widerschein in #187
- Bump pytest from 7.3.1 to 7.4.0 by @dependabot in #149
- Bump matplotlib from 3.7.1 to 3.7.2 by @dependabot in #151
- Bump sphinx-gallery from 0.13.0 to 0.14.0 by @dependabot in #167
- Fix typo in CI config by @widerschein in #190
- Bump sphinx from 7.0.1 to 7.2.5 by @dependabot in #173
- Bump ansys-sphinx-theme from 0.9.9 to 0.10.6 by @dependabot in #174
- Bump pytest from 7.4.0 to 7.4.3 by @dependabot in #189
- Bump main version by @rfahlberg in #191
- Code maintenance in utility module by @widerschein in #197
- Explicitly annotate optionals by @widerschein in #200
- Maint: Fix Python version support statement in doc by @rfahlberg in #202
- Bump pypandoc from 1.11 to 1.12 by @dependabot in #192
- Bump sphinx from 7.2.5 to 7.2.6 by @dependabot in #193
- Consider AWP_ROOT on Linux by @widerschein in #205
- Bump numpydoc from 1.5.0 to 1.6.0 by @dependabot in #194
- Fix TypeError in unit test by @widerschein in #206
- Bump ansys-sphinx-theme from 0.10.6 to 0.12.4 by @dependabot in #196
- Bump matplotlib from 3.7.2 to 3.8.1 by @dependabot in #203
- Address various typing issues by @widerschein in #201
- Bump ansys-sphinx-theme from 0.12.4 to 0.12.5 by @dependabot in #209
- Add
service
arg. by @PanekOndrej in #208 - Resolve typing issues in example-fetcher by @widerschein in #210
- Run unit tests with copies of example projects by @widerschein in #211
- Use of nullcontext in test cases by @widerschein in #215
- Add missing args for various requests by @rfahlberg in #220
- Project parametric
__str__
methods. by @PanekOndrej in #214 - Feat/implement new queries commands by @PanekOndrej in #212
- Store osl version locally by @PanekOndrej in #213
- Bump matplotlib from 3.8.1 to 3.8.2 by @dependabot in #216
- Bump sphinx-gallery from 0.14.0 to 0.15.0 by @dependabot in #221
- Add warning log. by @PanekOndrej in #224
- Maint/follow up version by @widerschein in #222
- Full test workflow with optiSLang installation by @widerschein in #223
- Extend integration tests to 24R1 by @widerschein in #227
- MAINT: Retry timed out requests. by @rfahlberg in #217
- Minor fixes. by @PanekOndrej in #228
- Remove MacOS runs by @widerschein in #229
New Contributors
- @widerschein made their first contribution in #188
Full Changelog: v0.4.3...v0.5.0