Release notes#
This document contains the release notes for the project.
0.9.0 - May 22, 2025#
feat: launching a specific version of Sherlock |
|
feat: add Analysis.update_component_failure_mechanism_analysis_props() |
|
feat: New API update_semiconductor_wearout_props() |
|
feat: new API update_PTH_fatigue_props() |
|
feat: add Parts.get_parts_list_properties() |
|
feat: new API update_pad_properties() |
|
feat: Refactor launcher to allow connecting to Sherlock that is running |
|
feat: new API deletePartsFromPartsList() |
|
feat: Update thermal maps APIs |
|
feat: Get solder info RPC |
|
feat: new API import_GDSII_file |
|
feat: new API to add board outline |
fix: proper AUTHORS file |
|
fix: API updatePTHFatigueProps() |
|
fix: PartLocation variable was renamed by mistake |
|
fix: update_pad_properties - returnCode management |
|
fix: don’t try to launch Sherlock that isn’t installed with corresponding version of Ansys |
|
fix: Error handling: improved for Parts, Lifecycle, and Stackup |
MAINT: add action changelog and changelog.rst for release notes |
|
Update unit test for HV strain map analysis. |
|
MAINT: Bump ansys-sphinx-theme from 1.1.6 to 1.1.7 |
|
MAINT: Bump grpcio from 1.67.0 to 1.67.1 |
|
MAINT: Bump pytest-cov from 5.0.0 to 6.0.0 |
|
MAINT: Bump ansys-sphinx-theme from 1.1.7 to 1.2.0 |
|
feat: Adding version check to all API methods |
|
feat: Keith/potting region update |
|
fix: Analysis.update_harmonic_vibe_props(): add support for setting model source and strain map natural frequency |
|
docs: update the pull request template |
|
feat:Keith/copy delete potting region |
|
MAINT: Bump ansys-sphinx-theme from 1.2.0 to 1.2.1 |
|
doc: project logo |
|
MAINT: Bump codecov/codecov-action from 4 to 5 |
|
feat: add type hints |
|
feat: increment version of ansys-api-sherlock to 0.1.35 |
|
fea: adding new PySherlock APIs Layer.list_layers and Layer.export_layer_image |
|
chore: update CHANGELOG for v0.8.0 |
|
chore: update CHANGELOG for v0.8.1 |
|
MAINT: Bump version ansys-api-sherlock to v0.1.36 |
|
docs: Updated documentation in update potting region. |
|
MAINT: bump ansys-sphinx-theme from 1.2.3 to 1.2.4 |
|
DOC: New documentation examples |
|
MAINT: Add support for Python 3.13 |
|
MAINT: bump grpcio from 1.67.1 to 1.69.0 |
|
MAINT: bump ansys-sphinx-theme from 1.2.4 to 1.2.6 |
|
MAINT: Revert grpcio version for tests. Modify dependabot.yml so it doesn’t update grpcio dependencies |
|
chore: update CHANGELOG for v0.8.2 |
|
MAINT: bump ansys-api-sherlock from 0.1.37 to 0.1.38 |
|
feat: Update license file to latest |
|
MAINT: bump ansys-sphinx-theme from 1.2.6 to 1.2.7 |
|
MAINT: bump ansys-api-sherlock from 0.1.38 to 0.1.39 |
|
MAINT: bump sphinx-gallery from 0.18.0 to 0.19.0 |
|
MAINT: bump ansys-sphinx-theme from 1.2.7 to 1.3.1 |
|
MAINT: bump ansys-api-sherlock from 0.1.39 to 0.1.40 |
|
MAINT: bump sphinx from 8.1.3 to 8.2.0 |
|
MAINT: bump ansys-sphinx-theme from 1.3.1 to 1.3.2 |
|
MAINT: bump sphinx from 8.2.0 to 8.2.3 |
|
MAINT: bump pytest from 8.3.4 to 8.3.5 |
|
MAINT: bump ansys-api-sherlock from 0.1.41 to 0.1.42 |
|
fix: unit test for Layer.list_layers() |
|
MAINT: bump ansys-api-sherlock from 0.1.43 to 0.1.44 |
|
MAINT: bump ansys-sphinx-theme from 1.3.2 to 1.4.2 |
|
feat: Keith/solder info |
|
maint: set sphinx-design as documentation requirement |
|
MAINT: bump pytest-cov from 6.0.0 to 6.1.0 |
|
test: modify test for getting part list properties to validate partNumber instead of validating number of properties |
|
MAINT: bump pytest-cov from 6.1.0 to 6.1.1 |
|
docs: Update |
|
MAINT: Bump ansys/actions from 8 to 9 |
|
fix: stackup test- modified expected CTEz for result of Stackup.get_stackup_props() |
|
docs: Layer.update_modeling_region()- fixed HTML formatting of example (rem… |
|
test: fix launcher tests |
|
MAINT: Bump ansys-api-sherlock from 0.1.45 to 0.1.46 |
|
MAINT: Bump matplotlib from 3.9.2 to 3.10.1 |
|
MAINT: Bump sphinx-notfound-page from 1.0.4 to 1.1.0 |
|
MAINT: Bump ansys-sphinx-theme from 1.3.1 to 1.4.2 |
|
MAINT: Bump sphinx-autodoc-typehints from 2.5.0 to 3.0.1 |
|
docs: Examples: reorganize folders, fix Sphinx warnings |
|
docs: corrected the syntax of the API example for Model.exportTraceModel() |
|
chore: Update pre-config-hooks from 4.6.0 to 5.0.0 |
|
MAINT: Bump ansys-sphinx-theme from 1.4.2 to 1.4.3 |
|
MAINT: Bump ansys-sphinx-theme from 1.4.3 to 1.4.4 |
|
MAINT: Bump matplotlib from 3.10.1 to 3.10.3 |
|
docs: document version compatibility in the installation instructions |
0.8.2 - 2025-01-20#
Documentation#
fix: changed Launcher.launch_sherlock() to properly append sherlock_command_args #487
0.8.1 - 2024-12-10#
Fixed#
Documentation#
0.8.0 - 2024-12-10#
Fixed#
fix: conf.py issue #467
0.8.0 - 2024-12-09#
Added#
feat: launching a specific version of Sherlock #431
Fixed#
fix: proper AUTHORS file #438
Documentation#
MAINT: add action changelog and changelog.rst for release notes #426
Update unit test for HV strain map analysis. #428
MAINT: Bump ansys-sphinx-theme from 1.1.6 to 1.1.7 #429
MAINT: Bump grpcio from 1.67.0 to 1.67.1 #433
MAINT: Bump pytest-cov from 5.0.0 to 6.0.0 #434
MAINT: Bump ansys-sphinx-theme from 1.1.7 to 1.2.0 #436
feat: Adding version check to all API methods #440
feat: Keith/potting region update #441
fix: Analysis.update_harmonic_vibe_props(): add support for setting model source and strain map natural frequency #442
docs: update the pull request template #446
feat:Keith/copy delete potting region #448
MAINT: Bump ansys-sphinx-theme from 1.2.0 to 1.2.1 #449
doc: project logo #450
MAINT: Bump codecov/codecov-action from 4 to 5 #451
feat: add type hints #454
feat: increment version of ansys-api-sherlock to 0.1.35 #461