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

v1.1 #37

Merged
merged 16 commits into from
Oct 26, 2022
Merged

v1.1 #37

merged 16 commits into from
Oct 26, 2022

Conversation

bayc
Copy link
Collaborator

@bayc bayc commented Oct 26, 2022

Feature or improvement description
Merge develop into main for v1.1 release.

Additional supporting information
Proposed release notes are below.

Release Checklist:

  • Update the version in
    • docs/source/conf.py
    • flasc/VERSION
  • Verify readthedocs builds correctly
  • Create a tag in the NREL/FLASC repository

Change Log:

#18 Updated package setup to match FLORIS method
#19 Updated requirements to be less strict
#23 Fixed pandas concatenation issue
#24 Change DataError from core.base to pandas.errors
#30 Make labeling UQ optional in energy ratio plot
#32 Separate layout visualization and power/thrust curve plots
#33 Add turbine names to GUI

misi9170 and others added 16 commits July 28, 2022 12:08
… with previous versions. Seaborn added for examples.
Updating the setup file to match format used by FLORIS
* Rewrote the moving average function

Co-authored-by: Paul <paul.fleming@nrel.gov>
#24)

* change DataError from core.base to pandas.errors

* Update requirements to pandas >= 1.5

* Use isocalendar() to avoid error in year/week (#25)
* add an option to label UQ and set default to False

* chain hide_uq_labels to calling functions
* add turbine names option to gui

* add an option to sort the cols so appear in order
* Rearranging code to call out to functions that plot on individual axes.

* Restoring original inputs to plot_floris_layout

* Minor cosmetic changes to plots to allow line styles to be passed.

* Allowing newer versions of packages; not fully tested.

* Adding tools to visualize a wake steering offset lookup table.

* Adding function documentation.

* Explaining how to not print labels.

* Tools included for plotting waking distances and directions.

* Adding example waking directions plot.

* viz tools for looking at wake steering offset schedules, and example to demonstrate.

* Allows limiting the number of edges to plot; also specifying a limiting distance in m.
@bayc bayc requested a review from paulf81 October 26, 2022 19:57
@bayc bayc self-assigned this Oct 26, 2022
@codecov-commenter
Copy link

codecov-commenter commented Oct 26, 2022

Codecov Report

Base: 35.22% // Head: 33.73% // Decreases project coverage by -1.49% ⚠️

Coverage data is based on head (3b26fc2) compared to base (7e6f661).
Patch coverage: 20.25% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
- Coverage   35.22%   33.73%   -1.50%     
==========================================
  Files          37       38       +1     
  Lines        3662     3753      +91     
==========================================
- Hits         1290     1266      -24     
- Misses       2372     2487     +115     
Impacted Files Coverage Δ
flasc/dataframe_operations/dataframe_filtering.py 10.97% <0.00%> (ø)
flasc/version.py 0.00% <0.00%> (ø)
flasc/wake_steering/yaw_optimizer_visualization.py 5.46% <4.25%> (-0.71%) ⬇️
flasc/visualization.py 7.06% <6.76%> (+3.61%) ⬆️
flasc/raw_data_handling/sqldatabase_management.py 10.36% <16.66%> (-0.30%) ⬇️
flasc/energy_ratio/energy_ratio_visualization.py 3.15% <33.33%> (-0.03%) ⬇️
flasc/energy_ratio/energy_ratio_suite.py 10.25% <40.00%> (+0.05%) ⬆️
flasc/energy_ratio/energy_ratio.py 65.91% <66.66%> (ø)
flasc/time_operations.py 93.02% <96.00%> (-1.39%) ⬇️
flasc/floris_tools.py 50.00% <100.00%> (ø)
... and 4 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@paulf81
Copy link
Collaborator

paulf81 commented Oct 26, 2022

Thank you Chris!

@bayc bayc changed the title Develop v1.1 Oct 26, 2022
@bayc bayc merged commit 8b6a21e into main Oct 26, 2022
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.

4 participants