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