ansys-mechanical-core 0.11.5__tar.gz → 0.11.6__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.5 → ansys_mechanical_core-0.11.6}/PKG-INFO +9 -8
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/README.rst +3 -2
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/pyproject.toml +6 -6
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/LICENSE +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/__init__.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/_version.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/__init__.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/addins.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/app.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/app_libraries.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/appdata.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/background.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/enum_importer.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/imports.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/initializer.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/loader.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/logger/__init__.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/logger/environ.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/logger/linux_api.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/logger/sinks.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/logger/windows_api.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/poster.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/resolver.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/runtime.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/shims.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/utils.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/viz/__init__.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/viz/embedding_plotter.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/viz/usd_converter.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/viz/utils.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/embedding/warnings.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/errors.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/examples/__init__.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/examples/downloads.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/feature_flags.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/launcher.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/logging.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/mechanical.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/misc.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/pool.py +0 -0
- {ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/run.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ansys-mechanical-core
|
3
|
-
Version: 0.11.
|
3
|
+
Version: 0.11.6
|
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>
|
@@ -28,14 +28,14 @@ Requires-Dist: grpcio>=1.30.0
|
|
28
28
|
Requires-Dist: protobuf>=3.12.2,<6
|
29
29
|
Requires-Dist: tqdm>=4.45.0
|
30
30
|
Requires-Dist: sphinx==8.0.2 ; extra == "doc"
|
31
|
-
Requires-Dist: ansys-sphinx-theme[autoapi]==1.0.
|
32
|
-
Requires-Dist: grpcio==1.
|
31
|
+
Requires-Dist: ansys-sphinx-theme[autoapi]==1.0.7 ; extra == "doc"
|
32
|
+
Requires-Dist: grpcio==1.66.0 ; extra == "doc"
|
33
33
|
Requires-Dist: imageio-ffmpeg==0.5.1 ; extra == "doc"
|
34
|
-
Requires-Dist: imageio==2.
|
34
|
+
Requires-Dist: imageio==2.35.1 ; extra == "doc"
|
35
35
|
Requires-Dist: jupyter_sphinx==0.5.3 ; extra == "doc"
|
36
36
|
Requires-Dist: jupyterlab>=3.2.8 ; extra == "doc"
|
37
|
-
Requires-Dist: matplotlib==3.9.
|
38
|
-
Requires-Dist: numpy==2.0
|
37
|
+
Requires-Dist: matplotlib==3.9.2 ; extra == "doc"
|
38
|
+
Requires-Dist: numpy==2.1.0 ; extra == "doc"
|
39
39
|
Requires-Dist: numpydoc==1.8.0 ; extra == "doc"
|
40
40
|
Requires-Dist: pandas==2.2.2 ; extra == "doc"
|
41
41
|
Requires-Dist: panel==1.4.5 ; extra == "doc"
|
@@ -66,8 +66,9 @@ Provides-Extra: doc
|
|
66
66
|
Provides-Extra: tests
|
67
67
|
Provides-Extra: viz
|
68
68
|
|
69
|
-
.. image:: https://raw.githubusercontent.com/ansys/pymechanical/main/doc/source/_static/logo/pymechanical-logo
|
69
|
+
.. image:: https://raw.githubusercontent.com/ansys/pymechanical/main/doc/source/_static/logo/pymechanical-logo.png
|
70
70
|
:alt: PyMechanical logo
|
71
|
+
:width: 580px
|
71
72
|
|
72
73
|
|
73
74
|
|pyansys| |pypi| |python| |GH-CI| |codecov| |MIT| |black|
|
@@ -117,7 +118,7 @@ Mechanical within Python's ecosystem. It includes the ability to:
|
|
117
118
|
Install the package
|
118
119
|
-------------------
|
119
120
|
|
120
|
-
Install PyMechanical using
|
121
|
+
Install PyMechanical using ``pip`` with::
|
121
122
|
|
122
123
|
pip install ansys-mechanical-core
|
123
124
|
|
@@ -1,5 +1,6 @@
|
|
1
|
-
.. image:: https://raw.githubusercontent.com/ansys/pymechanical/main/doc/source/_static/logo/pymechanical-logo
|
1
|
+
.. image:: https://raw.githubusercontent.com/ansys/pymechanical/main/doc/source/_static/logo/pymechanical-logo.png
|
2
2
|
:alt: PyMechanical logo
|
3
|
+
:width: 580px
|
3
4
|
|
4
5
|
|
5
6
|
|pyansys| |pypi| |python| |GH-CI| |codecov| |MIT| |black|
|
@@ -49,7 +50,7 @@ Mechanical within Python's ecosystem. It includes the ability to:
|
|
49
50
|
Install the package
|
50
51
|
-------------------
|
51
52
|
|
52
|
-
Install PyMechanical using
|
53
|
+
Install PyMechanical using ``pip`` with::
|
53
54
|
|
54
55
|
pip install ansys-mechanical-core
|
55
56
|
|
@@ -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.6"
|
9
9
|
description = "A python wrapper for Ansys Mechanical"
|
10
10
|
readme = "README.rst"
|
11
11
|
requires-python = ">=3.9,<4.0"
|
@@ -54,14 +54,14 @@ tests = [
|
|
54
54
|
]
|
55
55
|
doc = [
|
56
56
|
"sphinx==8.0.2",
|
57
|
-
"ansys-sphinx-theme[autoapi]==1.0.
|
58
|
-
"grpcio==1.
|
57
|
+
"ansys-sphinx-theme[autoapi]==1.0.7",
|
58
|
+
"grpcio==1.66.0",
|
59
59
|
"imageio-ffmpeg==0.5.1",
|
60
|
-
"imageio==2.
|
60
|
+
"imageio==2.35.1",
|
61
61
|
"jupyter_sphinx==0.5.3",
|
62
62
|
"jupyterlab>=3.2.8",
|
63
|
-
"matplotlib==3.9.
|
64
|
-
"numpy==2.0
|
63
|
+
"matplotlib==3.9.2",
|
64
|
+
"numpy==2.1.0",
|
65
65
|
"numpydoc==1.8.0",
|
66
66
|
"pandas==2.2.2",
|
67
67
|
"panel==1.4.5",
|
File without changes
|
{ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/__init__.py
RENAMED
File without changes
|
{ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/_version.py
RENAMED
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.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/errors.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/launcher.py
RENAMED
File without changes
|
{ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/logging.py
RENAMED
File without changes
|
File without changes
|
{ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/misc.py
RENAMED
File without changes
|
{ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/pool.py
RENAMED
File without changes
|
{ansys_mechanical_core-0.11.5 → ansys_mechanical_core-0.11.6}/src/ansys/mechanical/core/run.py
RENAMED
File without changes
|