h2lib 13.1.4__cp310-cp310-win_amd64.whl → 13.1.202__cp310-cp310-win_amd64.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.
- h2lib/HAWC2Lib.dll +0 -0
- h2lib/_h2lib.py +2 -2
- h2lib/_version.py +3 -3
- {h2lib-13.1.4.dist-info → h2lib-13.1.202.dist-info}/METADATA +3 -3
- h2lib-13.1.202.dist-info/RECORD +10 -0
- h2lib-13.1.4.dist-info/RECORD +0 -10
- {h2lib-13.1.4.dist-info → h2lib-13.1.202.dist-info}/WHEEL +0 -0
- {h2lib-13.1.4.dist-info → h2lib-13.1.202.dist-info}/top_level.txt +0 -0
h2lib/HAWC2Lib.dll
CHANGED
Binary file
|
h2lib/_h2lib.py
CHANGED
@@ -241,7 +241,7 @@ class H2LibThread(H2LibSignatures, DLLWrapper):
|
|
241
241
|
return H2LibSignatures.get_aerosections_position(self, rotor + 1, position)[0][1]
|
242
242
|
|
243
243
|
def set_aerosections_windspeed(self, uvw, rotor=0):
|
244
|
-
return H2LibSignatures.set_aerosections_windspeed(self, rotor + 1, uvw)
|
244
|
+
return H2LibSignatures.set_aerosections_windspeed(self, rotor + 1, np.asarray(uvw, np.float64))
|
245
245
|
|
246
246
|
def get_aerosections_forces(self, rotor=0):
|
247
247
|
shape = self.aero_sections_data_shape(rotor)
|
@@ -330,7 +330,7 @@ def MultiH2Lib(N, filename=None, cwd='.', suppress_output=False):
|
|
330
330
|
|
331
331
|
with set_LD_LIBRARY_PATH():
|
332
332
|
from multiclass_interface import mpi_interface
|
333
|
-
if mpi_interface.
|
333
|
+
if mpi_interface.mpi: # pragma: no cover
|
334
334
|
# try:
|
335
335
|
# with H2LibThread(filename):
|
336
336
|
# pass
|
h2lib/_version.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
# This file is autogenerated and should not be modified manually
|
2
|
-
__version__ = '13.1.
|
3
|
-
h2lib_version = '13.1.
|
4
|
-
hawc2_version = '13.
|
2
|
+
__version__ = '13.1.202'
|
3
|
+
h2lib_version = '13.1.202'
|
4
|
+
hawc2_version = '13.1.2+5-g396f274'
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: h2lib
|
3
|
-
Version: 13.1.
|
4
|
-
Summary: Python interface to HAWC2 (13.
|
3
|
+
Version: 13.1.202
|
4
|
+
Summary: Python interface to HAWC2 (13.1.2+5-g396f274)
|
5
5
|
Download-URL:
|
6
6
|
Author: Mads M. Pedersen, S.G.Horcas and N.G.Ramos
|
7
7
|
Author-email: mmpe@dtu.dk
|
@@ -13,7 +13,7 @@ Project-URL: Tracker, https://gitlab.windenergy.dtu.dk/HAWC2/HAWC2Lib/-/issues
|
|
13
13
|
Requires-Dist: numpy
|
14
14
|
Requires-Dist: intel-fortran-rt ==2021.3.0
|
15
15
|
Requires-Dist: mkl ==2021.3.0
|
16
|
-
Requires-Dist: multiclass-interface
|
16
|
+
Requires-Dist: multiclass-interface >=1.5
|
17
17
|
Provides-Extra: mpi
|
18
18
|
Requires-Dist: mpi4py ; extra == 'mpi'
|
19
19
|
Provides-Extra: test
|
@@ -0,0 +1,10 @@
|
|
1
|
+
h2lib/HAWC2Lib.dll,sha256=WJzn9JPUAbG4ZeY_pW4nn2csEnFk1Qw0DAvu3kcIWS0,29764608
|
2
|
+
h2lib/__init__.py,sha256=f3fO4I6IEFRM9LaV2O3w9Pioj3GPI8qRl7P5Tg5ONtE,528
|
3
|
+
h2lib/_h2lib.py,sha256=gSel22yAcJun6t9RFlVPxzY4XiezgXAHSX3tF6DPNp0,14957
|
4
|
+
h2lib/_version.py,sha256=bnmBYJvZQilGmkE-_IK8sLMHWP_pB36L-A0ylIwxqZM,157
|
5
|
+
h2lib/dll_wrapper.py,sha256=xQicDPnhK0Zgr3ifHX1peLJ6uwYZvXxLQAt9LIu45RY,11922
|
6
|
+
h2lib/h2lib_signatures.py,sha256=uIcqvgVbm_L5C4jpHc9mBqz_6G5sLIk_6n2i-j1oA04,14500
|
7
|
+
h2lib-13.1.202.dist-info/METADATA,sha256=VAPRGiGn2on164bOgBt-2LycHl5aTeGNYfrXqdAZlkM,738
|
8
|
+
h2lib-13.1.202.dist-info/WHEEL,sha256=lO6CqtLHCAi38X3Es1a4R1lAjZFvN010IMRCFo2S7Mc,102
|
9
|
+
h2lib-13.1.202.dist-info/top_level.txt,sha256=y_a-tUqphEZQ_0nsWSMaSb21P8Lsd8hUxUdE9g2Dcbk,6
|
10
|
+
h2lib-13.1.202.dist-info/RECORD,,
|
h2lib-13.1.4.dist-info/RECORD
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
h2lib/HAWC2Lib.dll,sha256=gDMWUleYE8UJO9i3msDgPuDljI6VYT6zOhgF7RzD48c,29719552
|
2
|
-
h2lib/__init__.py,sha256=f3fO4I6IEFRM9LaV2O3w9Pioj3GPI8qRl7P5Tg5ONtE,528
|
3
|
-
h2lib/_h2lib.py,sha256=PvXyuoVW6IDbjeYWYtCHRYcpLMlZh7aCiJkfLBl88gg,14938
|
4
|
-
h2lib/_version.py,sha256=P4SwGszcXOb5StSEUGfOeX1glPD7uIXviE6PIIPFVPg,154
|
5
|
-
h2lib/dll_wrapper.py,sha256=xQicDPnhK0Zgr3ifHX1peLJ6uwYZvXxLQAt9LIu45RY,11922
|
6
|
-
h2lib/h2lib_signatures.py,sha256=uIcqvgVbm_L5C4jpHc9mBqz_6G5sLIk_6n2i-j1oA04,14500
|
7
|
-
h2lib-13.1.4.dist-info/METADATA,sha256=X3Q76bmFfE_qQQ8YkzAPsyZjQOW4_patC_tS_Fuo9as,731
|
8
|
-
h2lib-13.1.4.dist-info/WHEEL,sha256=lO6CqtLHCAi38X3Es1a4R1lAjZFvN010IMRCFo2S7Mc,102
|
9
|
-
h2lib-13.1.4.dist-info/top_level.txt,sha256=y_a-tUqphEZQ_0nsWSMaSb21P8Lsd8hUxUdE9g2Dcbk,6
|
10
|
-
h2lib-13.1.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|