ansys-mechanical-core 0.11.15__py3-none-any.whl → 0.11.17__py3-none-any.whl
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/embedding/app.py +3 -1
- {ansys_mechanical_core-0.11.15.dist-info → ansys_mechanical_core-0.11.17.dist-info}/METADATA +7 -7
- {ansys_mechanical_core-0.11.15.dist-info → ansys_mechanical_core-0.11.17.dist-info}/RECORD +6 -6
- {ansys_mechanical_core-0.11.15.dist-info → ansys_mechanical_core-0.11.17.dist-info}/WHEEL +0 -0
- {ansys_mechanical_core-0.11.15.dist-info → ansys_mechanical_core-0.11.17.dist-info}/entry_points.txt +0 -0
- {ansys_mechanical_core-0.11.15.dist-info → ansys_mechanical_core-0.11.17.dist-info}/licenses/LICENSE +0 -0
@@ -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
|
|
{ansys_mechanical_core-0.11.15.dist-info → ansys_mechanical_core-0.11.17.dist-info}/METADATA
RENAMED
@@ -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
|
@@ -11,7 +11,7 @@ ansys/mechanical/core/pool.py,sha256=xii4fNxNH_Xnyom9-ZpvsyXCxoUxa2mDu8brS339B2Y
|
|
11
11
|
ansys/mechanical/core/run.py,sha256=wUsGPyZx2NwNlrdzIO1cWmDAZeZU0tOY1OvT-8pqjaw,9928
|
12
12
|
ansys/mechanical/core/embedding/__init__.py,sha256=QAUe-offKZZDPz0IYBIUtYi4Dgt02_U93yTeSWXO9fU,1356
|
13
13
|
ansys/mechanical/core/embedding/addins.py,sha256=6n3wCaD36cBbXWCbpniuABgvW6uBSN6xYXA5KkNgfLg,2167
|
14
|
-
ansys/mechanical/core/embedding/app.py,sha256=
|
14
|
+
ansys/mechanical/core/embedding/app.py,sha256=oln6S13lwec300mngN4x2mCCtrKWx066oMOmR6c38gc,24956
|
15
15
|
ansys/mechanical/core/embedding/app_libraries.py,sha256=_czRZ5cPwRo9SIZNitlgmBf2riLdzlGmmD4BJt9Nvng,2922
|
16
16
|
ansys/mechanical/core/embedding/appdata.py,sha256=lHhuLFQpXR5vHOGIS8BACezb03MyPXphGqV1xHuOE_k,4407
|
17
17
|
ansys/mechanical/core/embedding/background.py,sha256=dNwi45q8y8iXpMKathDMQd2k7CUfl4X6wIhngQvJcEc,4178
|
@@ -46,8 +46,8 @@ ansys/mechanical/core/embedding/rpc/server.py,sha256=lYnSJyQm1dDytR_Hts280C5EldX
|
|
46
46
|
ansys/mechanical/core/embedding/rpc/utils.py,sha256=SKEYy-XoukyjzARH4yAdb4DVnWuU_2SbxprLU49p-9o,4666
|
47
47
|
ansys/mechanical/core/examples/__init__.py,sha256=Y0T8CKmaALL3diLfhsz3opfBgckD85DfHdzDrVsSwzg,1267
|
48
48
|
ansys/mechanical/core/examples/downloads.py,sha256=5_Krq3HqVeAeD4z3dx9uujLk1u6rPFoAuwQus9eYWjg,4295
|
49
|
-
ansys_mechanical_core-0.11.
|
50
|
-
ansys_mechanical_core-0.11.
|
51
|
-
ansys_mechanical_core-0.11.
|
52
|
-
ansys_mechanical_core-0.11.
|
53
|
-
ansys_mechanical_core-0.11.
|
49
|
+
ansys_mechanical_core-0.11.17.dist-info/entry_points.txt,sha256=tErx6bIM27HGgwyM6ryyTUTw30Ab2F9J3FFkX2TPkhI,130
|
50
|
+
ansys_mechanical_core-0.11.17.dist-info/licenses/LICENSE,sha256=AVOPDv4UX26lKidhDvFf_fMR13Pr-n4wVAYSVyvD7Ww,1098
|
51
|
+
ansys_mechanical_core-0.11.17.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
52
|
+
ansys_mechanical_core-0.11.17.dist-info/METADATA,sha256=EPNLD94-gem0H5ASfwaIfktGsuyrwy217051EkcYSbc,10670
|
53
|
+
ansys_mechanical_core-0.11.17.dist-info/RECORD,,
|
File without changes
|
{ansys_mechanical_core-0.11.15.dist-info → ansys_mechanical_core-0.11.17.dist-info}/entry_points.txt
RENAMED
File without changes
|
{ansys_mechanical_core-0.11.15.dist-info → ansys_mechanical_core-0.11.17.dist-info}/licenses/LICENSE
RENAMED
File without changes
|