Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge v3 Development into develop #261

Merged
merged 207 commits into from
Dec 6, 2023
Merged

Merge v3 Development into develop #261

merged 207 commits into from
Dec 6, 2023

Conversation

RHammond2
Copy link
Collaborator

This PR brings develop up to date with the v3 development branch. This merge will therefore deprecate v2.x and make it an unsupported version, and align the development workflow with the contributor's guide.

Var-Char and others added 30 commits July 6, 2021 19:42
Update import from `operational_analysis` to `openoa`
… fix conflict on python version number and project_engie.py
RHammond2 and others added 26 commits July 18, 2023 09:28
* including yaw misalignment analysis method

* static yaw misalignment example notebook

* minor plot module bug fix

* updating changelog

* yaw misalgiment sphinx documentation

* update to yaw misalignment notebook text

* regression tests for yaw misalignment

* adding asset to metadata requirements for yaw mis. and wake losses

* update the schemas for new SCADA column and static yaw misalignment

* add analysis creation method for PlantData

* update schema testing to ensure asset is correctly included

* update plant helper tests to account for new scada variable

* introduce small efficiency gain in basic array math

* convert Series math to NumPy math for small gains

* add the examples-level imports to conftest for consistent data access in tests

* test updating expected values from different computer

* check with decimal=5 for uq stabilization

* several minor edits to yaw misalignment feature based on PR review

* removing unused subplots in yaw misalignment plots

* adding more power curve filter parameters as arguments in yaw misalignment feature

* temporary fix for wind farm map plotting in example 07 notebook; specificing boolean output type for bin filter

* adding INLINE resource to bokeh plotting for example 06 notebook

* updating yaw misalginment tests

* add verbosity flag to failing check

* print failing check

* update testing installation steps for process isolation

* remove prints

* test dropping the 95% CI and updating missed test in numbers reconfig

* add missing decimal restrictions

---------

Co-authored-by: RHammond2 <13874373+RHammond2@users.noreply.github.com>
* update documentation version pinning

* use nbsphinx-link in place of nbmerge for better notebook inclusion

* fix missing examples and small errors in display

* update base project settings

* update examples requirements

* update project settings

* bring the basic setup and guides up to date with Python in 2023 and for user friendliness

* fix bug in formatting

* update the changelog

* fix typos and clear up passive phrasing

* fix embarrassing typo

* update examples and documentation naming convention for them

* remove interfering logs from RandomizedSearchCV and fix deprecated pandas usage

* update the naming convention in the docs file references

* rerun notebook to test rendering

* update getting started page and pointers for navigation

* disable problematic sphinx version

* update leading text in bullets for easier reading

* fix rst errors

* convert to full blown myst process except building examples

* drop dated m2r2 requirement

* update links and make myst-appropriate

* fix bad hyperlink target

* update the myst settings

* fully adopt myst and add links for some examples

* add hyperlink to examples

* update the docs with latest updates to examples

* fix indentation

* include yaw misalignment in new structure

* Typo fixes in contributing.md

* Adding yaw misalignment to overview of sphinx/examples/index.md

* Update index.rst

* link to the contributors guide

* actually add the yaw misalignment notebook

* update readme flow and drop examples install flag

---------

Co-authored-by: ejsimley <40040961+ejsimley@users.noreply.github.com>
* add a nice __repr__ for PlantData supported by tabulate

* update repr formatting

* add base metadata __repr__ schema

* add nice reprs for all metadata

* update changelog

* update examplesout for changes to notebooks

* add separate markdown display for notebook compatibility

* update spacing in plant data and add docstrings

* fix missing list initialization

* move ipython to core requirements for markdown output

* add ipython to requirements

* add the __repr__ demonstration to the intro notebook

* fix spacing issues for docs markdown display

* update examples in the documentation source

* update markdown piece
* update coordinatMapping

* update docstring for better typing

* remove plot_array for being redundant

* sort of update the power rose, but it's not even mapped to itself correctly

* remove severely out of date plotting routines

* update plot_by_id and use of plot_kwargs

* update yaw misalignment with plot_by_id

* update examples

* update changelog

* fix docstring
* add init parameters to run for aep

* handle None in rean prod and fix deprecation warning for 1-value series

* update run docstring for new parameters and adjust ordering for class docstring

* update changelog

* support analysis schema variations

* update changelog

* fix issue with renamed naming convention and drop aep.

* update wording of docstring

* update electrical losses with new analysis API framework

* fix control flow bug to get tests passing

* update naming convention for half-closed range validators

* fix spacing and docstring

* update renalysis product naming and convert to new analysis API

* update wake analysis to new API and attribute naming conventions

* fix issues with wake losses not actually running bc of bad variable references

* fix typos

* update wake losses to ensure the correct values are being tested compared to develop_v3

* remove print statements

* update typing

* update docstring

* fix typos

* fix other typos

* fix issue with range definition in docstring

* simplify control flow

* fix bug in half-closed copypasta

* use base data for tests every time

* update plantdata validations

* add new analysis classes and non-base cases into the schematics

* update schema files for new settings

* convert the yaw misalignment to the new api

* add missing connectors for static yaw misalignment

* add attrs validator for PlantData and convert reanalysis check to single attrs validator

* update the analysis requirements process for WakeLosses

* update valid tower test

* update TowerMetaData.col_map to reflect changes

* ensure the original plantdata object is not modified on analysis creation

* update analysis requirements to reflect actual uses

* remove extra space

* update the schemas and reference guide

* update changelog with more details on new analysis api

* sunset 'M' for 'MS' due to lack of pandas support

* remove unused function

* update Cubico for changes in OpenOA schema

* rerun example notebooks

* update examples in the documentation

* udpate schema files and tests for removed 'M' in place of 'MS'

* default to using full data pipeline instead pre-cleansed data
* add a first pass of the logging to the PlantData

* add missing word

* add customizable log level to PlantData and streamline setup

* remove todo

* put reanalysis validation back in place after recalculating data

* set use_cleansed to False due to saved data weirdness

* add debug-level logging to all calculation methods

* ensure logging is done when validation is skipped also
* remove large comment block

* make a constant for common number

* remove unnecessary imports

* remove comment blocks, blank docstring sections and tidy commenting

* convert TODO to note

* tidy comments in electrical losses

* address todo for converting to argument

* drop todo and add logging for from_dict

* address basic comments and todos

* add CRS info to metadata to be used in parsing geometry

* take care of remaining manageable todos

* update verbosity inputs to be controlled by log_level

* fix issue with bokeh output

* update language, minor formatting, and links

* updte reference link

* slight language change

* update schema docs to better highlight ANALYSIS_REQUIREMENTS

* tidy docstrings

* remove setting of reference geometry

* slightly reorgainze schema docs

* correct more backticks

* fix more backticks

* undo sticky values by adding in a reset mixin

* rerun examples

* udpate examples

* remove pdf and epub generation that break on build

* update for new mixin methods
@RHammond2 RHammond2 added the v3 label Dec 5, 2023
@codecov-commenter
Copy link

Codecov Report

Attention: 1504 lines in your changes are missing coverage. Please review.

Comparison is base (10b9408) 66.93% compared to head (edc65e4) 65.48%.
Report is 1 commits behind head on develop.

Files Patch % Lines
openoa/utils/plot.py 5.43% 487 Missing ⚠️
openoa/utils/qa.py 11.65% 197 Missing ⚠️
openoa/utils/downloader.py 0.00% 173 Missing ⚠️
openoa/plant.py 75.61% 158 Missing ⚠️
openoa/analysis/aep.py 82.59% 83 Missing ⚠️
openoa/analysis/wake_losses.py 86.00% 70 Missing ⚠️
openoa/analysis/turbine_long_term_gross_energy.py 75.49% 62 Missing ⚠️
openoa/schema/schema.py 49.50% 51 Missing ⚠️
openoa/analysis/yaw_misalignment.py 82.89% 39 Missing ⚠️
openoa/schema/metadata.py 86.41% 39 Missing ⚠️
... and 13 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #261      +/-   ##
===========================================
- Coverage    66.93%   65.48%   -1.46%     
===========================================
  Files           24       29       +5     
  Lines         1830     4358    +2528     
===========================================
+ Hits          1225     2854    +1629     
- Misses         605     1504     +899     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@RHammond2 RHammond2 merged commit bbf8cd1 into develop Dec 6, 2023
@RHammond2 RHammond2 deleted the develop_v3 branch December 6, 2023 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants