Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions doc/source/user_guide/compatibility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,31 @@
Version 2025R1 is the first full release of the ACP gRPC server, which makes
almost all features of ACP available through PyACP.

Added in 2025R2

Check warning on line 13 in doc/source/user_guide/compatibility.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] doc/source/user_guide/compatibility.rst#L13

[Google.Headings] 'Added in 2025R2' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Added in 2025R2' should use sentence-style capitalization.", "location": {"path": "doc/source/user_guide/compatibility.rst", "range": {"start": {"line": 13, "column": 1}}}, "severity": "WARNING"}
~~~~~~~~~~~~~~~

The following features were added in version 2025R2 of the ACP gRPC server.

Attributes
''''''''''

- :attr:`.ImportedSolidModel.analysis_plies`
- :attr:`.ImportedSolidModel.imported_analysis_plies`
- :attr:`.LayupMappingObject.analysis_plies`
- :attr:`.LayupMappingObject.imported_analysis_plies`
- :attr:`.LookUpTable3D.rosette`
- :attr:`.LookUpTable3D.use_global_coordinate_system`
- :attr:`.Model.force_disable_result_extrapolation`
- :attr:`.ModelElementalData.price`
- :attr:`.SolidModel.interface_layers`


Other features
''''''''''''''

- Sensors can now be scoped to solid models.


Added in 2025R1
~~~~~~~~~~~~~~~

Expand Down