foxes 1.1.0.2__py3-none-any.whl → 1.1.1__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.
Potentially problematic release.
This version of foxes might be problematic. Click here for more details.
- docs/source/conf.py +0 -1
- foxes/input/windio/windio.py +1 -1
- {foxes-1.1.0.2.dist-info → foxes-1.1.1.dist-info}/METADATA +3 -5
- {foxes-1.1.0.2.dist-info → foxes-1.1.1.dist-info}/RECORD +7 -7
- {foxes-1.1.0.2.dist-info → foxes-1.1.1.dist-info}/LICENSE +0 -0
- {foxes-1.1.0.2.dist-info → foxes-1.1.1.dist-info}/WHEEL +0 -0
- {foxes-1.1.0.2.dist-info → foxes-1.1.1.dist-info}/top_level.txt +0 -0
docs/source/conf.py
CHANGED
|
@@ -344,7 +344,6 @@ python_apigen_modules = {
|
|
|
344
344
|
"foxes.utils": "_foxes/utils/",
|
|
345
345
|
"foxes.utils.abl": "_foxes/utils/abl",
|
|
346
346
|
"foxes.utils.geom2d": "_foxes/utils/geom2d/",
|
|
347
|
-
"foxes.utils.runners": "_foxes/utils/runners/",
|
|
348
347
|
"foxes.utils.two_circles": "_foxes/utils/two_circles/",
|
|
349
348
|
"foxes.utils.abl.neutral": "_foxes/utils/abl/neutral/",
|
|
350
349
|
"foxes.utils.abl.stable": "_foxes/utils/abl/stable/",
|
foxes/input/windio/windio.py
CHANGED
|
@@ -133,7 +133,7 @@ def read_windio(
|
|
|
133
133
|
if verbosity > 0:
|
|
134
134
|
print(f"Reading windio file {wio_file}")
|
|
135
135
|
|
|
136
|
-
yml_utils = import_module("windIO.utils.yml_utils", hint="pip install
|
|
136
|
+
yml_utils = import_module("windIO.utils.yml_utils", hint="pip install git+https://github.com/kilojoules/windIO@master#egg=windIO")
|
|
137
137
|
wio = yml_utils.load_yaml(wio_file)
|
|
138
138
|
|
|
139
139
|
if verbosity > 1:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: foxes
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.1
|
|
4
4
|
Summary: Farm Optimization and eXtended yield Evaluation Software
|
|
5
5
|
Author: Jonas Schulte
|
|
6
6
|
Maintainer: Jonas Schulte
|
|
@@ -92,8 +92,6 @@ Requires-Dist: distributed; extra == "eng0"
|
|
|
92
92
|
Requires-Dist: dask-jobqueue; extra == "eng0"
|
|
93
93
|
Requires-Dist: setuptools; extra == "eng0"
|
|
94
94
|
Requires-Dist: ray; extra == "eng0"
|
|
95
|
-
Provides-Extra: io
|
|
96
|
-
Requires-Dist: windIO>=1.0; extra == "io"
|
|
97
95
|
Provides-Extra: opt
|
|
98
96
|
Requires-Dist: foxes-opt; extra == "opt"
|
|
99
97
|
Provides-Extra: test
|
|
@@ -119,8 +117,8 @@ The parallelization on local or remote clusters is supported, based on
|
|
|
119
117
|
[mpi4py](https://mpi4py.readthedocs.io/en/stable/) or
|
|
120
118
|
[dask.distributed](https://distributed.dask.org/en/stable/).
|
|
121
119
|
The wind farm
|
|
122
|
-
optimization capabilities invoke the [
|
|
123
|
-
as well supports vectorization.
|
|
120
|
+
optimization capabilities invoke the [foxes-opt](https://github.com/FraunhoferIWES/foxes-opt) package which
|
|
121
|
+
as well supports vectorization and parallelization.
|
|
124
122
|
|
|
125
123
|
`foxes` is build upon many years of experience with wake model code development at IWES, starting with the C++ based in-house code _flapFOAM_ (2011-2019) and the Python based direct predecessor _flappy_ (2019-2022).
|
|
126
124
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
docs/source/conf.py,sha256=
|
|
1
|
+
docs/source/conf.py,sha256=ATw6FnFSnyhlpaYtNqHcm8sm2y3SUrHcQ0jFbeVRZeE,12201
|
|
2
2
|
examples/abl_states/run.py,sha256=_r74o2H8bZWE__faIQMlKOw_187MXh29femgLXhP8YM,4530
|
|
3
3
|
examples/compare_rotors_pwakes/run.py,sha256=EAODYtY4ZMJnmon4OSBmUBOle41OqUwaCPY3t-RZKEY,6643
|
|
4
4
|
examples/compare_wakes/run.py,sha256=WFn74BBkPNOStdBvKR3mN3kv34M7u-SAmWTwtgqxUqA,7355
|
|
@@ -130,7 +130,7 @@ foxes/input/windio/read_farm.py,sha256=qIbEWq61cE6-YSQrEaqZVqNG2yboGc9VhbZfPLf5d
|
|
|
130
130
|
foxes/input/windio/read_fields.py,sha256=NeLTyHDhFXrRVO-_4_57Mc9PAEiDqkRJ2FRRxzJQRIA,4630
|
|
131
131
|
foxes/input/windio/read_outputs.py,sha256=fjpRYsrpjcZLbWMI5Md4g9ZbM9tiMzemblNay0Xctas,5949
|
|
132
132
|
foxes/input/windio/runner.py,sha256=wBYW88I1g4GoTTOi5WTCiALcPuc0XgrlXHPxz2fSnU8,5611
|
|
133
|
-
foxes/input/windio/windio.py,sha256=
|
|
133
|
+
foxes/input/windio/windio.py,sha256=vWfPC2M0SesFf4SPr9jBigPFNuDBe8_yMNVWDgYKIeo,5649
|
|
134
134
|
foxes/models/__init__.py,sha256=8eOGCieghW7ILjpkxMHzp4GN2zFF3xlKPl7Df7sMxoU,434
|
|
135
135
|
foxes/models/model_book.py,sha256=NOht0AfOggeKX0ybdpJOu0FMbwD9kSQCM6yh1oOM9Nc,24965
|
|
136
136
|
foxes/models/axial_induction/__init__.py,sha256=CdYOzu45DWu7xrzpRpFIQ6CGZIMABjjy_lqAszjj9lg,78
|
|
@@ -302,8 +302,8 @@ tests/1_verification/flappy_0_6_2/row_Bastankhah_Crespo/flappy/run.py,sha256=nwI
|
|
|
302
302
|
tests/1_verification/flappy_0_6_2/row_Bastankhah_linear_centre/test_row_Bastankhah_linear_centre.py,sha256=JHitwzV_Ai8Hr7TgaTd5aMenTlaAmgv7BYIIutBwvZ4,2332
|
|
303
303
|
tests/1_verification/flappy_0_6_2/row_Bastankhah_linear_centre/flappy/run.py,sha256=s6FbEdpiIdHYmdD8S85_NhLH-S3EOinXvw8RHmR2QOU,2122
|
|
304
304
|
tests/3_examples/test_examples.py,sha256=rS2Dz04ktbS6v3TRDr96AkWGypr5u49jihqbEmGFmRU,694
|
|
305
|
-
foxes-1.1.
|
|
306
|
-
foxes-1.1.
|
|
307
|
-
foxes-1.1.
|
|
308
|
-
foxes-1.1.
|
|
309
|
-
foxes-1.1.
|
|
305
|
+
foxes-1.1.1.dist-info/LICENSE,sha256=bBCH6mYTPzSepk2s2UUZ3II_ZYXrn1bnSqB85-aZHxU,1071
|
|
306
|
+
foxes-1.1.1.dist-info/METADATA,sha256=P6gO5Sl58sEm_0_l8YxysMN6ldaOEOTNza8slnAlsLE,8637
|
|
307
|
+
foxes-1.1.1.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
|
308
|
+
foxes-1.1.1.dist-info/top_level.txt,sha256=G7oHApEz5nc-iP__XsPcvjYe_NyXGmKMUMPHi3C3x6I,26
|
|
309
|
+
foxes-1.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|