Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecating corba in docs #2639

Merged
merged 4 commits into from
Jan 11, 2024
Merged
Changes from 3 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
18 changes: 12 additions & 6 deletions doc/source/getting_started/versioning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Legacy interfaces
CORBA interface
---------------

.. warning:: This interface has been deprecated with PyMAPDL 0.68.


.. vale off

Ansys 17.0 supports the legacy CORBA interface, enabled with the
Expand All @@ -49,15 +52,18 @@ MAPDL support specific versions of Windows and Linux.
For more information on supported platforms, see
`Ansys Platform Support <ansys_platform_support_>`_.

The CORBA interface is likely to be phased out from MAPDL at some
point. The gRPC interface is faster, more stable, and can run in
both local and remote connection configurations.
The CORBA interface is an outdate interface, and its usage is not
recommended. The gRPC interface is recommended since it is faster,
more stable, and can run in both local and remote connection configurations.

Deprecation of CORBA Interface in PyMAPDL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Starting from version v0.67 of PyMAPDL library, the CORBA interface
is set to be deprecated and eventually removed.
.. warning:: This interface has been deprecated with PyMAPDL 0.68.

Started from version v0.67 of PyMAPDL library, the CORBA interface
was set to be deprecated and in version v.68, it has been completely
removed from PyMAPDL.
This decision is driven by the CORBA library's lack of support
for Python versions superior to 3.8.

Expand All @@ -76,7 +82,7 @@ environments, enabling the maintainers to provide better
features and support in the future.

**When this happen?** The deprecation process is set to start
with version v0.66 and it should be completed with version v0.67.
with version v0.66 and it should be completed with version v0.68.
While the exact timeline for the removal is yet to be determined,
it is essential to prepare for its eventual deprecation.

Expand Down
Loading