Releases: NatLabRockies/OpenOA
Releases · NatLabRockies/OpenOA
v3.2
What's Changed
- Hourly reanalysis downloading by @ejsimley in #296
- Enhancement: Add flexibility to the Monte Carlo analysis PlantData initialization by @RHammond2 in #307
- Enhancement: Update supported Python versions by @RHammond2 in #309
- Freestream wind speed heterogeneity corrections for wake loss analysis by @ejsimley in #310
- Code cleanup for versioning updates by @RHammond2 in #317
- Release 3.2 by @RHammond2 in #318
Full Changelog: v3.1.4...v3.2
v3.1.4
v3.1.3 Release
Minor documentation and dependency updates. Please see the changelog.
v3.1.2
v3.1.1 Release
This release patches an incorrect specification in the pyproject.toml causing the installation to complete without installing the actual package data.
v3.1
v3.0
v3.0rc2
Release: 3.0rc2 (#223) * change version number to 3.0rc1 * bumpy scikit-learn version * bumpy scipy version * udpate changelog for brief update commentary * bump version: * fix unnecessary version changes * fix inequality typo * Closes: 224 * bump python version to latest for action
Release 3.0 RC 1
This is the first release candidate for the completely refactored v3.0! Please see the documentation for this release candidate, and future release candidates at the "develop_v3" version of our Read the Docs Page: https://openoa.readthedocs.io/en/develop_v3/
Highlights:
PlantDatais now simplified to streamline loading, validation, and, most importantly, the user experience- The addition of
PlantMetaDatato house the metadata specifications for each of the required data types enables users to bring their own column naming convention and let OpenOA map them to our internal conventions - Remixed examples to better guide users getting started with, or wanting to learn more about, how to run analyses, experiment with the code base, or develop more functionality
- Underlying
utils(formerlytoolkits) andanalysis(formerlymethods) have performance and usability improvements, particularly for more standardized and publication-ready plotting routines that have more user control
Release 2.3
- Replaced hard-coded reanalysis dates in plant analysis with automatic valid date selection and added optional user-defined end date argument. Fixed bug in normalization to 30-day months.
- Toolkit added for downloading reanalysis data using the PlanetOS API
- Added hourly resolution to AEP calculation
- Added wind farm plotting function to pandas_plotting toolkit using the Bokeh library
- Split the QC methods into a more generic
WindToolKitQualityControlDiagnosticSuiteclass and WTK-specific subclass:WindToolKitQualityControlDiagnosticSuite. - Updated filter algorithms in AEP calculation, now with a proper outlier filter