ansys-mechanical-core 0.11.16__tar.gz → 0.11.17__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/PKG-INFO +7 -7
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/pyproject.toml +7 -7
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/app.py +3 -1
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/LICENSE +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/README.rst +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/__init__.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/_version.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/__init__.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/addins.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/app_libraries.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/appdata.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/background.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/cleanup_gui.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/enum_importer.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/global_importer.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/graphics/__init__.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/graphics/embedding_plotter.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/graphics/usd_converter.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/graphics/utils.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/imports.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/initializer.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/loader.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/logger/__init__.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/logger/environ.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/logger/linux_api.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/logger/sinks.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/logger/windows_api.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/messages.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/poster.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/resolver.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/rpc/__init__.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/rpc/client.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/rpc/default_server.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/rpc/server.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/rpc/utils.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/runtime.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/shims.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/transaction.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/ui.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/utils.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/embedding/warnings.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/errors.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/examples/__init__.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/examples/downloads.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/feature_flags.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/ide_config.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/launcher.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/logging.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/mechanical.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/misc.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/pool.py +0 -0
- {ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/run.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ansys-mechanical-core
|
3
|
-
Version: 0.11.
|
3
|
+
Version: 0.11.17
|
4
4
|
Summary: A python wrapper for Ansys Mechanical
|
5
5
|
Keywords: pymechanical,mechanical,ansys,pyansys
|
6
6
|
Author-email: "ANSYS, Inc." <pyansys.core@ansys.com>
|
@@ -31,18 +31,18 @@ Requires-Dist: psutil>=6
|
|
31
31
|
Requires-Dist: tqdm>=4.45.0
|
32
32
|
Requires-Dist: requests>=2,<3
|
33
33
|
Requires-Dist: sphinx==8.2.3 ; extra == "doc"
|
34
|
-
Requires-Dist: ansys-sphinx-theme[autoapi, changelog]==1.4.
|
34
|
+
Requires-Dist: ansys-sphinx-theme[autoapi, changelog]==1.4.4 ; extra == "doc"
|
35
35
|
Requires-Dist: grpcio==1.70.0 ; extra == "doc"
|
36
36
|
Requires-Dist: imageio-ffmpeg==0.6.0 ; extra == "doc"
|
37
37
|
Requires-Dist: imageio==2.37.0 ; extra == "doc"
|
38
38
|
Requires-Dist: jupyter_sphinx==0.5.3 ; extra == "doc"
|
39
39
|
Requires-Dist: jupyterlab>=3.2.8 ; extra == "doc"
|
40
|
-
Requires-Dist: matplotlib==3.10.
|
41
|
-
Requires-Dist: numpy==2.2.
|
40
|
+
Requires-Dist: matplotlib==3.10.3 ; extra == "doc"
|
41
|
+
Requires-Dist: numpy==2.2.6 ; extra == "doc"
|
42
42
|
Requires-Dist: numpydoc==1.8.0 ; extra == "doc"
|
43
43
|
Requires-Dist: pandas==2.2.3 ; extra == "doc"
|
44
44
|
Requires-Dist: panel==1.6.1 ; extra == "doc"
|
45
|
-
Requires-Dist: plotly==6.
|
45
|
+
Requires-Dist: plotly==6.1.1 ; extra == "doc"
|
46
46
|
Requires-Dist: pypandoc==1.15 ; extra == "doc"
|
47
47
|
Requires-Dist: pytest-sphinx==0.6.3 ; extra == "doc"
|
48
48
|
Requires-Dist: pythreejs==2.4.2 ; extra == "doc"
|
@@ -56,7 +56,7 @@ Requires-Dist: sphinx-notfound-page==1.1.0 ; extra == "doc"
|
|
56
56
|
Requires-Dist: sphinxcontrib-websupport==2.0.0 ; extra == "doc"
|
57
57
|
Requires-Dist: sphinxemoji==0.3.1 ; extra == "doc"
|
58
58
|
Requires-Dist: ansys-tools-visualization-interface>=0.2.6 ; extra == "graphics"
|
59
|
-
Requires-Dist: usd-core==25.5 ; extra == "graphics"
|
59
|
+
Requires-Dist: usd-core==25.5.1 ; extra == "graphics"
|
60
60
|
Requires-Dist: ansys-platform-instancemanagement>=1.0.1 ; extra == "pim"
|
61
61
|
Requires-Dist: rpyc==6.0.2 ; extra == "rpc"
|
62
62
|
Requires-Dist: toolz==1.0.0 ; extra == "rpc"
|
@@ -65,7 +65,7 @@ Requires-Dist: pytest-cov==6.1.1 ; extra == "tests"
|
|
65
65
|
Requires-Dist: pytest-print==1.1.0 ; extra == "tests"
|
66
66
|
Requires-Dist: psutil==7.0.0 ; extra == "tests"
|
67
67
|
Requires-Dist: ansys-tools-visualization-interface>=0.2.6 ; extra == "viz"
|
68
|
-
Requires-Dist: usd-core==25.5 ; extra == "viz"
|
68
|
+
Requires-Dist: usd-core==25.5.1 ; extra == "viz"
|
69
69
|
Project-URL: Changelog, https://mechanical.docs.pyansys.com/version/stable/changelog.html
|
70
70
|
Project-URL: Documentation, https://mechanical.docs.pyansys.com
|
71
71
|
Project-URL: Homepage, https://github.com/ansys/pymechanical
|
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
|
|
5
5
|
[project]
|
6
6
|
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
|
7
7
|
name = "ansys-mechanical-core"
|
8
|
-
version = "0.11.
|
8
|
+
version = "0.11.17"
|
9
9
|
description = "A python wrapper for Ansys Mechanical"
|
10
10
|
readme = "README.rst"
|
11
11
|
requires-python = ">=3.10,<4.0"
|
@@ -57,18 +57,18 @@ tests = [
|
|
57
57
|
]
|
58
58
|
doc = [
|
59
59
|
"sphinx==8.2.3",
|
60
|
-
"ansys-sphinx-theme[autoapi,changelog]==1.4.
|
60
|
+
"ansys-sphinx-theme[autoapi,changelog]==1.4.4",
|
61
61
|
"grpcio==1.70.0",
|
62
62
|
"imageio-ffmpeg==0.6.0",
|
63
63
|
"imageio==2.37.0",
|
64
64
|
"jupyter_sphinx==0.5.3",
|
65
65
|
"jupyterlab>=3.2.8",
|
66
|
-
"matplotlib==3.10.
|
67
|
-
"numpy==2.2.
|
66
|
+
"matplotlib==3.10.3",
|
67
|
+
"numpy==2.2.6",
|
68
68
|
"numpydoc==1.8.0",
|
69
69
|
"pandas==2.2.3",
|
70
70
|
"panel==1.6.1",
|
71
|
-
"plotly==6.
|
71
|
+
"plotly==6.1.1",
|
72
72
|
"pypandoc==1.15",
|
73
73
|
"pytest-sphinx==0.6.3",
|
74
74
|
"pythreejs==2.4.2",
|
@@ -85,11 +85,11 @@ doc = [
|
|
85
85
|
# Viz option will be removed in future versions
|
86
86
|
viz = [
|
87
87
|
"ansys-tools-visualization-interface>=0.2.6",
|
88
|
-
"usd-core==25.5",
|
88
|
+
"usd-core==25.5.1",
|
89
89
|
]
|
90
90
|
graphics = [
|
91
91
|
"ansys-tools-visualization-interface>=0.2.6",
|
92
|
-
"usd-core==25.5",
|
92
|
+
"usd-core==25.5.1",
|
93
93
|
]
|
94
94
|
rpc = [
|
95
95
|
"rpyc==6.0.2",
|
@@ -189,6 +189,9 @@ class App:
|
|
189
189
|
# Get the globals dictionary from kwargs
|
190
190
|
globals = kwargs.get("globals")
|
191
191
|
|
192
|
+
# Set messages to None before BUILDING_GALLERY check
|
193
|
+
self._messages = None
|
194
|
+
|
192
195
|
# If the building gallery flag is set, we need to share the instance
|
193
196
|
# This can apply to running the `make -C doc html` command
|
194
197
|
if BUILDING_GALLERY:
|
@@ -240,7 +243,6 @@ class App:
|
|
240
243
|
|
241
244
|
self._updated_scopes: typing.List[typing.Dict[str, typing.Any]] = []
|
242
245
|
self._subscribe()
|
243
|
-
self._messages = None
|
244
246
|
if globals:
|
245
247
|
self.update_globals(globals)
|
246
248
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/errors.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/logging.py
RENAMED
File without changes
|
File without changes
|
{ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/misc.py
RENAMED
File without changes
|
{ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/pool.py
RENAMED
File without changes
|
{ansys_mechanical_core-0.11.16 → ansys_mechanical_core-0.11.17}/src/ansys/mechanical/core/run.py
RENAMED
File without changes
|