ansys-mechanical-core 0.11.20__py3-none-any.whl → 0.11.22__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 +4 -1
- ansys/mechanical/core/embedding/initializer.py +1 -1
- {ansys_mechanical_core-0.11.20.dist-info → ansys_mechanical_core-0.11.22.dist-info}/METADATA +2 -9
- {ansys_mechanical_core-0.11.20.dist-info → ansys_mechanical_core-0.11.22.dist-info}/RECORD +8 -8
- /ansys/mechanical/core/embedding/{warnings.py → mechanical_warnings.py} +0 -0
- {ansys_mechanical_core-0.11.20.dist-info → ansys_mechanical_core-0.11.22.dist-info}/WHEEL +0 -0
- {ansys_mechanical_core-0.11.20.dist-info → ansys_mechanical_core-0.11.22.dist-info}/entry_points.txt +0 -0
- {ansys_mechanical_core-0.11.20.dist-info → ansys_mechanical_core-0.11.22.dist-info}/licenses/LICENSE +0 -0
@@ -35,9 +35,12 @@ from ansys.mechanical.core.embedding import initializer, runtime
|
|
35
35
|
from ansys.mechanical.core.embedding.addins import AddinConfiguration
|
36
36
|
from ansys.mechanical.core.embedding.appdata import UniqueUserProfile
|
37
37
|
from ansys.mechanical.core.embedding.imports import global_entry_points, global_variables
|
38
|
+
from ansys.mechanical.core.embedding.mechanical_warnings import (
|
39
|
+
connect_warnings,
|
40
|
+
disconnect_warnings,
|
41
|
+
)
|
38
42
|
from ansys.mechanical.core.embedding.poster import Poster
|
39
43
|
from ansys.mechanical.core.embedding.ui import launch_ui
|
40
|
-
from ansys.mechanical.core.embedding.warnings import connect_warnings, disconnect_warnings
|
41
44
|
|
42
45
|
if typing.TYPE_CHECKING:
|
43
46
|
# Make sure to run ``ansys-mechanical-ideconfig`` to add the autocomplete settings to VS Code
|
@@ -189,7 +189,7 @@ def __set_environment(version: int) -> None:
|
|
189
189
|
# Set an environment variable to use the custom CLR host
|
190
190
|
# for embedding.
|
191
191
|
# In the future (>251), it would always be used.
|
192
|
-
if version == 251:
|
192
|
+
if version == 251 or version == 252 or version == 261:
|
193
193
|
if "PYMECHANICAL_NO_CLR_HOST_LITE" not in os.environ:
|
194
194
|
os.environ["ANSYS_MECHANICAL_EMBEDDING_CLR_HOST"] = "1"
|
195
195
|
|
{ansys_mechanical_core-0.11.20.dist-info → ansys_mechanical_core-0.11.22.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.22
|
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>
|
@@ -32,7 +32,6 @@ Requires-Dist: tqdm>=4.45.0
|
|
32
32
|
Requires-Dist: requests>=2,<3
|
33
33
|
Requires-Dist: sphinx==8.2.3 ; extra == "doc"
|
34
34
|
Requires-Dist: ansys-sphinx-theme[autoapi, changelog]==1.5.2 ; extra == "doc"
|
35
|
-
Requires-Dist: grpcio==1.73.0 ; extra == "doc"
|
36
35
|
Requires-Dist: imageio-ffmpeg==0.6.0 ; extra == "doc"
|
37
36
|
Requires-Dist: imageio==2.37.0 ; extra == "doc"
|
38
37
|
Requires-Dist: jupyter_sphinx==0.5.3 ; extra == "doc"
|
@@ -40,12 +39,7 @@ Requires-Dist: jupyterlab>=3.2.8 ; extra == "doc"
|
|
40
39
|
Requires-Dist: matplotlib==3.10.3 ; extra == "doc"
|
41
40
|
Requires-Dist: numpy==2.2.6 ; extra == "doc"
|
42
41
|
Requires-Dist: numpydoc==1.8.0 ; extra == "doc"
|
43
|
-
Requires-Dist: pandas==2.3.0 ; extra == "doc"
|
44
|
-
Requires-Dist: panel==1.7.1 ; extra == "doc"
|
45
|
-
Requires-Dist: plotly==6.1.2 ; extra == "doc"
|
46
42
|
Requires-Dist: pypandoc==1.15 ; extra == "doc"
|
47
|
-
Requires-Dist: pytest-sphinx==0.6.3 ; extra == "doc"
|
48
|
-
Requires-Dist: pythreejs==2.4.2 ; extra == "doc"
|
49
43
|
Requires-Dist: pyvista>=0.39.1 ; extra == "doc"
|
50
44
|
Requires-Dist: sphinx-autobuild==2024.10.3 ; extra == "doc"
|
51
45
|
Requires-Dist: sphinx-autodoc-typehints==3.1.0 ; extra == "doc"
|
@@ -54,13 +48,12 @@ Requires-Dist: sphinx_design==0.6.1 ; extra == "doc"
|
|
54
48
|
Requires-Dist: sphinx-gallery==0.19.0 ; extra == "doc"
|
55
49
|
Requires-Dist: sphinx-notfound-page==1.1.0 ; extra == "doc"
|
56
50
|
Requires-Dist: sphinxcontrib-websupport==2.0.0 ; extra == "doc"
|
57
|
-
Requires-Dist: sphinxemoji==0.3.1 ; extra == "doc"
|
58
51
|
Requires-Dist: ansys-tools-visualization-interface>=0.2.6 ; extra == "graphics"
|
59
52
|
Requires-Dist: usd-core==25.5.1 ; extra == "graphics"
|
60
53
|
Requires-Dist: ansys-platform-instancemanagement>=1.0.1 ; extra == "pim"
|
61
54
|
Requires-Dist: rpyc==6.0.2 ; extra == "rpc"
|
62
55
|
Requires-Dist: toolz==1.0.0 ; extra == "rpc"
|
63
|
-
Requires-Dist: pytest==8.4.
|
56
|
+
Requires-Dist: pytest==8.4.1 ; extra == "tests"
|
64
57
|
Requires-Dist: pytest-cov==6.2.1 ; extra == "tests"
|
65
58
|
Requires-Dist: pytest-print==1.1.0 ; extra == "tests"
|
66
59
|
Requires-Dist: psutil==7.0.0 ; extra == "tests"
|
@@ -11,7 +11,7 @@ ansys/mechanical/core/pool.py,sha256=xii4fNxNH_Xnyom9-ZpvsyXCxoUxa2mDu8brS339B2Y
|
|
11
11
|
ansys/mechanical/core/run.py,sha256=Q4P3Y1fqg7azpb12QCwxg5ysB8KSg20WY8Zjy4_MPvc,9941
|
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=mQh1SG2JLGSmF4JNHKEPteat4c7blwudiMCGXv32Kww,24980
|
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
|
@@ -19,8 +19,9 @@ ansys/mechanical/core/embedding/cleanup_gui.py,sha256=TEF3l4A7UxMacmlkUwBBymTdqM
|
|
19
19
|
ansys/mechanical/core/embedding/enum_importer.py,sha256=CWutE0jzAw_TSMMMxyWs9UeFmR97-tfOF7z-V6ZNMWM,1783
|
20
20
|
ansys/mechanical/core/embedding/global_importer.py,sha256=Ww-tVXx0fCXC8-_yZxzbpr3I1xJ49c80ZBdAWHwvbh0,2188
|
21
21
|
ansys/mechanical/core/embedding/imports.py,sha256=uRror4o4PGUjnUPF_dZXkHP5uy1dIdWdqkeN0jbwbY4,3414
|
22
|
-
ansys/mechanical/core/embedding/initializer.py,sha256=
|
22
|
+
ansys/mechanical/core/embedding/initializer.py,sha256=qA3f8PZnpvhj7M12j48678oht6lnMzmhEyP4zBRX5KA,10606
|
23
23
|
ansys/mechanical/core/embedding/loader.py,sha256=e2KWBrVv5001MP6DPJWI0UwrEauUnlTLpz9X6WYFdhk,2503
|
24
|
+
ansys/mechanical/core/embedding/mechanical_warnings.py,sha256=Iyo95YOneMdCxOImXjnohhQZ86tD3xcnvJPUstlvHy0,3071
|
24
25
|
ansys/mechanical/core/embedding/messages.py,sha256=VQy_XZlWxVXL_4lAVYJ4Vln3s1hhbqKQYIpsQXixk0Q,6759
|
25
26
|
ansys/mechanical/core/embedding/poster.py,sha256=-V1GYrvRDyv8nbaBJze7Uo3PUb1hfOIidf1YI7-cT60,3065
|
26
27
|
ansys/mechanical/core/embedding/resolver.py,sha256=cV5rj00-NcfaVjAZE-EI-X1ttF55SE68FbwHfE9tFf8,2199
|
@@ -29,7 +30,6 @@ ansys/mechanical/core/embedding/shims.py,sha256=LP5px-ED4JNbqFEpYnmBkGiGDdfDkLQ-
|
|
29
30
|
ansys/mechanical/core/embedding/transaction.py,sha256=rU68v9CTrbZ9yQmAtbQDHoKpj5TcoCWmCnSX08pT7JM,2053
|
30
31
|
ansys/mechanical/core/embedding/ui.py,sha256=1XXkKSvui9iHKGqFROJQZMW-3iY-Hh2i1Ixq8Iav8cY,8480
|
31
32
|
ansys/mechanical/core/embedding/utils.py,sha256=7KSFCl9VM_WhrQEtI3Jc9OwhmH9wI7PH0n17ab_ytfo,1900
|
32
|
-
ansys/mechanical/core/embedding/warnings.py,sha256=Iyo95YOneMdCxOImXjnohhQZ86tD3xcnvJPUstlvHy0,3071
|
33
33
|
ansys/mechanical/core/embedding/graphics/__init__.py,sha256=KHZQAzlfgEVhi-G0msA6ca1o-2RecoNGzkpYfBIoCTA,1206
|
34
34
|
ansys/mechanical/core/embedding/graphics/embedding_plotter.py,sha256=Q2BGY1FhIb3pcHG0jBU2va6iMra58zmAG-K9hYgrDJ8,3703
|
35
35
|
ansys/mechanical/core/embedding/graphics/usd_converter.py,sha256=kMKmGLThbWf7iR9bYn24mdmgKBkLDdkwdHrOokFvg_U,5329
|
@@ -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=shNBkg3XGwQkrhSAvGOUbV-hYv9BXE5e_-PnoCrciSQ,4293
|
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.22.dist-info/entry_points.txt,sha256=tErx6bIM27HGgwyM6ryyTUTw30Ab2F9J3FFkX2TPkhI,130
|
50
|
+
ansys_mechanical_core-0.11.22.dist-info/licenses/LICENSE,sha256=AVOPDv4UX26lKidhDvFf_fMR13Pr-n4wVAYSVyvD7Ww,1098
|
51
|
+
ansys_mechanical_core-0.11.22.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
52
|
+
ansys_mechanical_core-0.11.22.dist-info/METADATA,sha256=idNJPt8FajgXB5kxO-aJ_lypSCLRevVyZtWoyXzuLno,10333
|
53
|
+
ansys_mechanical_core-0.11.22.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{ansys_mechanical_core-0.11.20.dist-info → ansys_mechanical_core-0.11.22.dist-info}/entry_points.txt
RENAMED
File without changes
|
{ansys_mechanical_core-0.11.20.dist-info → ansys_mechanical_core-0.11.22.dist-info}/licenses/LICENSE
RENAMED
File without changes
|