From bd1226982dea4d3630d3ffd12390824ec7be3a5a Mon Sep 17 00:00:00 2001 From: Ludovic Steinbach Date: Thu, 24 Oct 2024 10:58:25 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cffb483..663881a8 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Granta MI releases and versions of the Python package. | Granta MI | ansys-grantami-serverapi-openapi | |-----------|----------------------------------| +| 2025R1 | v4.0.0 | | 2024R2 | v3.0.0 | | 2024R1 | v2.0.0 | | 2023R2 | v1.0.0 | @@ -144,6 +145,6 @@ if __name__ == '__main__': api_client = Connection(api_url=URL).with_autologon().connect() schema_api = api.SchemaApi(api_client) - server_version = schema_api.v1alpha_schema_mi_version_get() + server_version = schema_api.get_version() print(server_version.version) ``` From cf68dc73219e59cdf83149f28e701c00b5a8c4ed Mon Sep 17 00:00:00 2001 From: Ludovic Steinbach Date: Thu, 24 Oct 2024 11:03:03 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 663881a8..cec4b460 100644 --- a/README.md +++ b/README.md @@ -69,12 +69,14 @@ Granta MI releases and versions of the Python package. | 2023R2 | v1.0.0 | Alternatively, use the PyGranta meta-package with a requirement specifier. The following code will install all -PyGranta pacakges compatible with Granta MI 2023 R2, including `ansys-grantami-serverapi-openapi` v1.0.0: +PyGranta packages compatible with Granta MI 2023 R2, including `ansys-grantami-serverapi-openapi` v1.0.0: ```console pip install pygranta==2023.2.0 ``` +See [PyGranta Package versions](https://grantami.docs.pyansys.com/version/dev/package_versions.html) for a detailed list +of packages included in each meta-package release. ### Installation From c5ddd665872b0cecfbe14306b24523881397a886 Mon Sep 17 00:00:00 2001 From: Ludovic Steinbach Date: Thu, 24 Oct 2024 11:04:44 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cec4b460..9093b50b 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,10 @@ Granta MI releases and versions of the Python package. | 2023R2 | v1.0.0 | Alternatively, use the PyGranta meta-package with a requirement specifier. The following code will install all -PyGranta packages compatible with Granta MI 2023 R2, including `ansys-grantami-serverapi-openapi` v1.0.0: +PyGranta packages compatible with Granta MI 2024 R2, including `ansys-grantami-serverapi-openapi` v3.0.0: ```console - pip install pygranta==2023.2.0 + pip install pygranta==2024.2.0 ``` See [PyGranta Package versions](https://grantami.docs.pyansys.com/version/dev/package_versions.html) for a detailed list