Floris

Latest version: v3.5

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

Scan your dependencies

Page 1 of 6

3.5

What's Changed
* Bug fix: erroneous rotation in turbine locations in horizontal flowfield plots by Bartdoekemeijer in https://github.com/NREL/floris/pull/663
* Feature: Add concurrent library to ParallelComputingInterface by Bartdoekemeijer in https://github.com/NREL/floris/pull/667
* Bug fix: Finalize Farm attributes by rafmudaf in https://github.com/NREL/floris/pull/665
* Performance Improvements and Code Simplification by RHammond2 in https://github.com/NREL/floris/pull/494
* Infrastructure updates by rafmudaf in https://github.com/NREL/floris/pull/677
* Bug fix: Add variable wind shear to GCH calculations by fg320 in https://github.com/NREL/floris/pull/679
* Enable heterogeneous inflows in yaw optimization routines by misi9170 in https://github.com/NREL/floris/pull/678
* Documentation fixes by rafmudaf in https://github.com/NREL/floris/pull/696
* Add geometric yaw code for rough yaw optimization (in layout optimization) by misi9170 in https://github.com/NREL/floris/pull/681
* Add example of larger floating farm with comparison to fixed-bottom. by misi9170 in https://github.com/NREL/floris/pull/695
* Address pandas 2.1.0 FutureWarning on wind rose plot by pablo-benito in https://github.com/NREL/floris/pull/710
* [Bugfix]: Update geometric yaw optimizer layout when called during layout optimization by misi9170 in https://github.com/NREL/floris/pull/706
* Allow switching on and off contour plot numerical labels at top level by misi9170 in https://github.com/NREL/floris/pull/719
* Feature: Add multidimensional Cp/Ct turbine definition support by bayc in https://github.com/NREL/floris/pull/711
* Update default parameters for the Empirical Gaussian model by misi9170 in https://github.com/NREL/floris/pull/723
* FLORIS v3.5 by rafmudaf in https://github.com/NREL/floris/pull/726

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

**Full Changelog**: https://github.com/NREL/floris/compare/v3.4.1...v3.5

3.4.1

What's Changed
* Bug fix: Finalize Farm attributes by rafmudaf in https://github.com/NREL/floris/pull/665

This pull request fixes an issue where data was out of sync in `FlorisInterface.get_turbine_ais()`; see 664 and 685.

3.4

What's Changed
* Bugfix: Unexpected behavior in SerialRefine caused by quiet NaNs by paulf81 in https://github.com/NREL/floris/pull/605
* Address matplotlib user warning on wind rose plot by pablo-benito in https://github.com/NREL/floris/pull/608
* Bug Fix: Correct a misleading error message by RHammond2 in https://github.com/NREL/floris/pull/622
* Feature: Floating turbine Cp/Ct/Tilt support by bayc in https://github.com/NREL/floris/pull/518
* Serial Refine: Prevent console spam by changing from print to logger statement by Bartdoekemeijer in https://github.com/NREL/floris/pull/634
* Various changes to code and documentation by rafmudaf in https://github.com/NREL/floris/pull/613
* Use setup.py for all installs by rafmudaf in https://github.com/NREL/floris/pull/632
* Pin Jupyter Book version by rafmudaf in https://github.com/NREL/floris/pull/636
* Bug fix: Fix error message in `FromDictMixin` by RHammond2 in https://github.com/NREL/floris/pull/637
* Add documentation for high level FLORIS architecture by rafmudaf in https://github.com/NREL/floris/pull/630
* Docs: Update timing tests with results from Eagle by rafmudaf in https://github.com/NREL/floris/pull/645
* Remove deprecated user API's by rafmudaf in https://github.com/NREL/floris/pull/603
* Improve error handling and robustness in turbine model loads by rafmudaf in https://github.com/NREL/floris/pull/646
* Documentation: Add a wake model description page by RHammond2 in https://github.com/NREL/floris/pull/631
* Feature: New library to inspect and interact with turbine models by RHammond2 in https://github.com/NREL/floris/pull/639
* Print error when turbine models are missing reference values by paulf81 in https://github.com/NREL/floris/pull/647
* Add CI branch for Python 3.8 and 3.10, update Ruff by rafmudaf in https://github.com/NREL/floris/pull/648
* Add support for probing velocities at arbitrary flow field points by misi9170 in https://github.com/NREL/floris/pull/650
* Add Empirical Gauss wake model for fitting SCADA data by misi9170 in https://github.com/NREL/floris/pull/628
* Disable user-provided tilt angle settings in wake calculation by paulf81 in https://github.com/NREL/floris/pull/651
* Add cubature integration method for rotor velocities by rafmudaf in https://github.com/NREL/floris/pull/649
* Add coordinates from inertial frame to grid class by Bartdoekemeijer in https://github.com/NREL/floris/pull/578
* FLORIS v3.4 by rafmudaf in https://github.com/NREL/floris/pull/656

New Contributors
* pablo-benito made their first contribution in https://github.com/NREL/floris/pull/608
* misi9170 made their first contribution in https://github.com/NREL/floris/pull/650

**Full Changelog**: https://github.com/NREL/floris/compare/v3.3...v3.4

3.3

What's Changed
* Speed up angle wrap functions and improve API by paulf81 in https://github.com/NREL/floris/pull/505
* Move docs to Jupyter Book and expand content by rafmudaf in https://github.com/NREL/floris/pull/514
* Update documentation references list by paulf81 in https://github.com/NREL/floris/pull/519
* Remove requirement to use codecov token to upload reports by RHammond2 in https://github.com/NREL/floris/pull/532
* FLORIS Tools API improvements by rafmudaf in https://github.com/NREL/floris/pull/512
* Configure isort and apply rules by rafmudaf in https://github.com/NREL/floris/pull/535
* Add weights to AEP wind rose by paulf81 in https://github.com/NREL/floris/pull/541
* Add parallel computing interface for farm simulation and yaw optimization by Bartdoekemeijer in https://github.com/NREL/floris/pull/555
* Update layout visualization routines to v3 API by paulf81 in https://github.com/NREL/floris/pull/496
* Add Ruff linting and autoformatting by rafmudaf in https://github.com/NREL/floris/pull/562
* Enable and fix pre-commit formatting hooks by rafmudaf in https://github.com/NREL/floris/pull/567
* Support heterogeneous wind speed definition via FlorisInterface.reinitialize by pjireland in https://github.com/NREL/floris/pull/453
* Infrastructure improvements by rafmudaf in https://github.com/NREL/floris/pull/569
* Add virtual turbine plotting method by paulf81 in https://github.com/NREL/floris/pull/418
* Add linear wind condition upsampling method to WindRose by Bartdoekemeijer in https://github.com/NREL/floris/pull/544
* Bug fix: Scipy layout optimization boundary constraints are violated by bayc in https://github.com/NREL/floris/pull/576
* Improve the documentation navigation menu and organization by RHammond2 in https://github.com/NREL/floris/pull/570
* Feature: External Turbine Library by RHammond2 in https://github.com/NREL/floris/pull/568
* Use 3x3 turbine grid in regression tests by rafmudaf in https://github.com/NREL/floris/pull/599
* Add helpful info to GitHub Issue and PR templates by rafmudaf in https://github.com/NREL/floris/pull/597
* Bug fix: initialize TI array with correct dimensions by bayc in https://github.com/NREL/floris/pull/584
* FLORIS v3.3 by rafmudaf in https://github.com/NREL/floris/pull/586


**Full Changelog**: https://github.com/NREL/floris/compare/v3.2.2...v3.3

3.2.2

What's Changed
* Bug fix: sort turbulence intensity field in post-calculation step bayc in https://github.com/NREL/floris/pull/564
* Corrected rotor diameter, Cp, Ct for IEA 15 MW RWT pduff-code in https://github.com/NREL/floris/pull/553

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

3.2.1

What's Changed
* Bug fix: cast reference_wind_height to float by Bartdoekemeijer in https://github.com/NREL/floris/pull/507

* Bug fix: reset for zero yaw angles by rafmudaf in 2fc9c544b89e5c00d7b49c581b1cc2bfb2759bae

* In subsequent function calls to `FlorisInterface.calculate_wake`, the yaw angles were not reset when they are all zeros. This means that if initially the yaw angles are non-zero and then they’re all-zero, the non-zero yaw settings are retained.

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

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.