sgio 0.2.13__py3-none-any.whl → 0.2.14__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.
sgio/__init__.py CHANGED
@@ -14,6 +14,7 @@ from ._exceptions import (
14
14
 
15
15
  from .core import (
16
16
  StructureGene,
17
+ SGMesh,
17
18
  check_isolated_nodes,
18
19
  renumber_elements,
19
20
  )
@@ -50,7 +51,11 @@ from .utils import (
50
51
  from ._vendors import inprw
51
52
 
52
53
  __all__ = [
54
+ # Version
55
+ "__version__",
56
+ # Configuration and logging
53
57
  "configure_logging",
58
+ # I/O functions
54
59
  "read",
55
60
  "readOutput",
56
61
  "readOutputModel",
@@ -58,11 +63,26 @@ __all__ = [
58
63
  "write",
59
64
  "convert",
60
65
  "readLoadCsv",
61
- 'run',
62
- 'buildSG1D',
63
- 'combineSG'
66
+ "addCellDictDataToMesh",
67
+ "addPointDictDataToMesh",
68
+ # Execution
69
+ "run",
70
+ # Core functions and classes
71
+ "buildSG1D",
72
+ "combineSG",
64
73
  "SGMesh",
65
- 'StructureGene',
74
+ "StructureGene",
75
+ "check_isolated_nodes",
76
+ "renumber_elements",
77
+ # Utility functions
78
+ "plot_sg_2d",
79
+ # Model classes from .model import *
80
+ "CauchyContinuumModel",
81
+ "KirchhoffLovePlateShellModel",
82
+ "ReissnerMindlinPlateShellModel",
83
+ "EulerBernoulliBeamModel",
84
+ "TimoshenkoBeamModel",
85
+ # Exception classes
66
86
  "SwiftCompLicenseError",
67
87
  "VABSLicenseError",
68
88
  "SwiftCompIOError",
sgio/_version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.2.13"
1
+ __version__ = "0.2.14"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sgio
3
- Version: 0.2.13
3
+ Version: 0.2.14
4
4
  Summary: I/O for VABS and SwiftComp
5
5
  Project-URL: Homepage, https://github.com/wenbinyugroup/sgio
6
6
  Project-URL: Documentation, https://wenbinyugroup.github.io/sgio/
@@ -10,10 +10,13 @@ License-File: LICENSE
10
10
  Classifier: Operating System :: OS Independent
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Requires-Python: >=3.9
13
+ Requires-Dist: build>=1.3.0
14
+ Requires-Dist: hatchling>=1.27.0
13
15
  Requires-Dist: matplotlib
14
16
  Requires-Dist: meshio
15
17
  Requires-Dist: pyyaml
16
18
  Requires-Dist: scipy
19
+ Requires-Dist: twine>=6.2.0
17
20
  Provides-Extra: all
18
21
  Requires-Dist: h5py; extra == 'all'
19
22
  Requires-Dist: netcdf4; extra == 'all'
@@ -1,8 +1,8 @@
1
- sgio/__init__.py,sha256=Vi5EqeeBRw7u2CScqdfYt6sYgCLpCK7WAK_0tmezqGU,1369
1
+ sgio/__init__.py,sha256=_d9-FQgPuKSsMJwXz0BCG4syzC7oZN4GEqV4WiEvsdE,1915
2
2
  sgio/__main__.py,sha256=2aCTm13OApWkRzK4Bk5UFtrTiIi9zvd6BQDwmharoKU,528
3
3
  sgio/_exceptions.py,sha256=llmy4WD0257I-Fn6e7HRSkzGQDz-xbhdmrxfNX1wm6o,326
4
4
  sgio/_global.py,sha256=ak5NGrrNV3wQ-pqJDWig_cENF7xLMQ-uhpbB6J9bgq8,2794
5
- sgio/_version.py,sha256=F6FMO2VYZ6XPnMD-zJ-CJVp-2OHhDohcWS03N6bpokA,22
5
+ sgio/_version.py,sha256=na4fgWduDuK2x0rn62ncccY8t6M1aaQohiViSM1lWiE,22
6
6
  sgio/app.py,sha256=amPE0i2VtqErDDV-jHq04sj-1f9BEy7cKtORqrnYWmk,5182
7
7
  sgio/execu.py,sha256=wtjbvLYHFpcWBcvOCEQntYyJJXL9RE1Nw4W1h12MCH4,9350
8
8
  sgio/_vendors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -191,8 +191,8 @@ sgio/utils/math.py,sha256=K8yDF8yt1qbz8xvboxi6XTzRDBZMbo8xtDglUnM-4lg,20508
191
191
  sgio/utils/plot.py,sha256=BGT7tHFsxNXKeoRYqtyCp2THe28v8oziGrSHebDH7CU,10786
192
192
  sgio/utils/timer.py,sha256=fkTomvw4HwTc24Gz8gp7RVKkypzmS-aYQY5SIBMVCjI,964
193
193
  sgio/utils/version.py,sha256=CRzs6g4nL-ON1YkSLjuQiwo0pRX8x9-oBFig6xO-rn8,1811
194
- sgio-0.2.13.dist-info/METADATA,sha256=O6YWBebzDoxoUeAjq0ueXyS7CcUwusCesRvldlQ9AKc,5699
195
- sgio-0.2.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
196
- sgio-0.2.13.dist-info/entry_points.txt,sha256=oP1QqgkpqGCE6TFZmOS5vljLin2MYtgg9gD2bvdZjxs,44
197
- sgio-0.2.13.dist-info/licenses/LICENSE,sha256=wEM_DfG95p0KxCwsmqO2P8KwHAKk9P4-94A4tuBHFrY,1136
198
- sgio-0.2.13.dist-info/RECORD,,
194
+ sgio-0.2.14.dist-info/METADATA,sha256=EFAL6ANbRwURVGLWan5r0iWlHqraqg0v5kopDiY8Xvg,5788
195
+ sgio-0.2.14.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
196
+ sgio-0.2.14.dist-info/entry_points.txt,sha256=oP1QqgkpqGCE6TFZmOS5vljLin2MYtgg9gD2bvdZjxs,44
197
+ sgio-0.2.14.dist-info/licenses/LICENSE,sha256=wEM_DfG95p0KxCwsmqO2P8KwHAKk9P4-94A4tuBHFrY,1136
198
+ sgio-0.2.14.dist-info/RECORD,,
File without changes