-
Notifications
You must be signed in to change notification settings - Fork 75
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update import from `operational_analysis` to `openoa`
… fix conflict on python version number and project_engie.py
…lid numerical data
Create SECURITY.md
Utils Methods and TIE Speedups
* 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
Develop v3
Codecov ReportAttention:
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.