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 #1017
- Test on all supported Python versions by @rafmudaf in #1019
- Allow yaw optimization with disabled turbines (into develop) by @misi9170 in #1031
- Move all metadata to pyproject.toml by @paulf81 in #1026
- [BUGFIX] Reenable legend plotting on WindRose by @misi9170 in #1028
- Fix docs by @paulf81 in #1034
- Add warnings about dropping support for python 3.8 by @misi9170 in #1041
- [BUGFIX] Fix docs build 2 by @misi9170 in #1036
- FLORIS v4.2.1 by @misi9170 in #1029
Full Changelog: v4.2...v4.2.1