Floris

Latest version: v4.2.2

Safety actively analyzes 701325 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

4.2.2

Patch release for FLORIS v4.2. Includes bug fix to prevent warnings being raised unnecessarily in yaw optimization routines caused by a bug fix in v4.2.1.

What's Changed
* [BUGFIX] Prevent unnecessary warning being raised in yaw optimization procedures by misi9170 in https://github.com/NREL/floris/pull/1045


**Full Changelog**: https://github.com/NREL/floris/compare/v4.2.1...v4.2.2

4.2.1

Patch release for FLORIS v4.2. Includes various bug fixes (for wind rose plot, unnecessary warnings, and documentation building) as well as code development improvements (uniform testing across all supported python versions as well moving package requirements to pyproject.toml).

FLORIS v4.2 will be the last minor FLORIS version to support python version 3.8, which is at end-of-life.

What's Changed
* [BUGFIX] Address reference wind height warnings raised unnecessarily by misi9170 in https://github.com/NREL/floris/pull/1017
* Test on all supported Python versions by rafmudaf in https://github.com/NREL/floris/pull/1019
* Allow yaw optimization with disabled turbines (into develop) by misi9170 in https://github.com/NREL/floris/pull/1031
* Move all metadata to pyproject.toml by paulf81 in https://github.com/NREL/floris/pull/1026
* [BUGFIX] Reenable legend plotting on WindRose by misi9170 in https://github.com/NREL/floris/pull/1028
* Fix docs by paulf81 in https://github.com/NREL/floris/pull/1034
* Add warnings about dropping support for python 3.8 by misi9170 in https://github.com/NREL/floris/pull/1041
* [BUGFIX] Fix docs build 2 by misi9170 in https://github.com/NREL/floris/pull/1036
* FLORIS v4.2.1 by misi9170 in https://github.com/NREL/floris/pull/1029


**Full Changelog**: https://github.com/NREL/floris/compare/v4.2...v4.2.1

4.2

New features
* Implement TurbOPark as a Gaussian model by JasperShell in https://github.com/NREL/floris/pull/907
* Add WRG file support to FLORIS by paulf81 in https://github.com/NREL/floris/pull/919
* Add gridded layout optimizer by misi9170 in https://github.com/NREL/floris/pull/976
* New parallel option that is fully consistent with FlorisModel by misi9170 in https://github.com/NREL/floris/pull/982

Performance enhancements
* Speed up turbine loading operation by misi9170 in https://github.com/NREL/floris/pull/966

Functional enhancements
* make plotting the points of HetMap optional by paulf81 in https://github.com/NREL/floris/pull/957
* Add capabilities to parallel_floris_model by paulf81 in https://github.com/NREL/floris/pull/967
* Add features to UncertainFlorisModel by paulf81 in https://github.com/NREL/floris/pull/975
* Improved Wind Rose Plot (v2) by paulf81 and cfrontin in https://github.com/NREL/floris/pull/969
* Add flow visualization to wake steering example by misi9170 in https://github.com/NREL/floris/pull/1006

Bug fixes
* [BUGFIX] Fix documentation examples build by paulf81 in https://github.com/NREL/floris/pull/960
* [BUGFIX] Fix bug in check_turbine example (not resetting operation) by misi9170 in https://github.com/NREL/floris/pull/962
* [BUGFIX] Gridded layout opt incorrectly generating spanning grid by misi9170 in https://github.com/NREL/floris/pull/984
* [BUGFIX] Control setpoints and wind data set on `FlorisModel` copied into `ParFlorisModel` by misi9170 in https://github.com/NREL/floris/pull/997
* Set ref wind height to -1 for turboparkgauss.yaml by paulf81 in https://github.com/NREL/floris/pull/999
* [BUGFIX] Warn users if the `turbine_type` is set without setting `reference_wind_height` by misi9170 in https://github.com/NREL/floris/pull/1000


New Contributors
* JasperShell made their first contribution in https://github.com/NREL/floris/pull/907
* cfrontin made their first contribution in https://github.com/NREL/floris/pull/969

**Full Changelog**: https://github.com/NREL/floris/compare/v4.1.1...v4.2

4.1.1

What's Changed
* [BUGFIX] Fix wind rose plots by paulf81 in https://github.com/NREL/floris/pull/930
* Change docs image by rafmudaf in https://github.com/NREL/floris/pull/911
* Add link to GRS layout optimization paper by misi9170 in https://github.com/NREL/floris/pull/932
* Update names of `WindRose` resampling methods by paulf81 in https://github.com/NREL/floris/pull/933
* [BUGFIX] Fix turbine selector in random search layout optimizer by misi9170 in https://github.com/NREL/floris/pull/934
* Update coloredlogs requirement by paulf81 in https://github.com/NREL/floris/pull/939
* [BUGFIX] Create reproducible version of random search layout optimizer for testing by misi9170 in https://github.com/NREL/floris/pull/940
* [BUGFIX] Circular upsampling across wind directions by paulf81 in https://github.com/NREL/floris/pull/943
* Wind direction resampling 2 by misi9170 in https://github.com/NREL/floris/pull/946
* FLORIS v4.1.1 by misi9170 in https://github.com/NREL/floris/pull/945


**Full Changelog**: https://github.com/NREL/floris/compare/v4.1...v4.1.1

4.1

What's Changed
* Add test for v3_to_v4 input file converters by paulf81 in https://github.com/NREL/floris/pull/880
* Peak shaving turbine operation model by misi9170 in https://github.com/NREL/floris/pull/888
* [BUGFIX] `NoneWakeTurbulence` returns zero (added) turbulence by misi9170 in https://github.com/NREL/floris/pull/894
* [BUGFIX] Include turbulence_intensities in turbine_previewer.py by misi9170 in https://github.com/NREL/floris/pull/900
* Ignore includes in v3->v4 conversions by paulf81 in https://github.com/NREL/floris/pull/904
* Expanded capabilities for heterogeneity by paulf81 in https://github.com/NREL/floris/pull/902
* Randomized layout optimization by paulf81 in https://github.com/NREL/floris/pull/697
* Add z/3d to HeterogeneousMap by paulf81 in https://github.com/NREL/floris/pull/915
* Fix typo in error message by jaredthomas68 in https://github.com/NREL/floris/pull/922
* FLORIS v4.1 by misi9170 in https://github.com/NREL/floris/pull/921

New Contributors
* jaredthomas68 made their first contribution in https://github.com/NREL/floris/pull/922

**Full Changelog**: https://github.com/NREL/floris/compare/v4.0.1...v4.1

4.0.1

Bugfixes since the release of FLORIS [v4.0](https://github.com/NREL/floris/releases/tag/v4.0)

What's Changed
* [BUGFIX] Add enable_active_wake_mixing field to v3 to v4 documentation and conversion by misi9170 in https://github.com/NREL/floris/pull/878
* [BUGFIX] Update CubatureGrid for 4-dimensional data structures by rafmudaf in https://github.com/NREL/floris/pull/881
* [BUGFIX] Incorrect indexing to hub heights in `Farm.coordinates()` by misi9170 in https://github.com/NREL/floris/pull/890
* FLORIS v4.0.1 by misi9170 in https://github.com/NREL/floris/pull/891


**Full Changelog**: https://github.com/NREL/floris/compare/v4.0...v4.0.1

Page 1 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.