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

Add wind up example using FlascDataFrame #210

Merged
merged 34 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
3f9a2db
Adding at the root level for now; could consider moving to utilities/
misi9170 Jul 25, 2024
ed20d56
Ruff.
misi9170 Jul 25, 2024
3b64957
precommit stuff.
misi9170 Jul 25, 2024
02c4864
Add example notebook
paulf81 Jul 26, 2024
2714c2b
Add wide to long
paulf81 Jul 26, 2024
49a0e58
Add test
paulf81 Jul 26, 2024
9416fe6
Update README.md engagement
christiannvaughn May 20, 2024
f5ec977
Update README.md replacing 'FLORIS' typo
christiannvaughn May 20, 2024
2d749aa
Feature/add docstrings (#197)
paulf81 Aug 10, 2024
282ce47
Update to 15 (#202)
paulf81 Aug 12, 2024
03056f0
Update for PyPI installation. (#204)
misi9170 Aug 13, 2024
13f2719
Update version number; ignore version.py for ruff.
misi9170 Aug 13, 2024
093281d
Adhere to FLASC formatting rules.
misi9170 Aug 13, 2024
39dbb38
Merge branch 'develop' into feature/flasc-df
misi9170 Aug 13, 2024
7d91fb5
Create 09_wake_steering_uplift_analysis.ipynb
aclerc Sep 3, 2024
a2eece5
add _set_legend_alpha_to_one to filtering.py
aclerc Sep 3, 2024
5e5abb1
add convert_to_windup_format to FlascDataFrame
aclerc Sep 3, 2024
6f28182
add res-wind-up to setup.py
aclerc Sep 4, 2024
351c652
fix ruff issues
aclerc Sep 4, 2024
2e17ffd
improve convert_to_windup_format
aclerc Sep 4, 2024
9f4e019
Update 09_wake_steering_uplift_analysis.ipynb
aclerc Sep 4, 2024
5a99403
add .venv to .gitignore
aclerc Sep 4, 2024
90d34a2
add test_convert_to_windup_format()
aclerc Sep 4, 2024
08ca886
Update flasc_dataframe.py
aclerc Sep 4, 2024
b313231
Update flasc_dataframe_test.py
aclerc Sep 4, 2024
e0c7d7e
Update 09_wake_steering_uplift_analysis.ipynb
aclerc Sep 4, 2024
f44dff7
Update setup.py
aclerc Sep 4, 2024
8dc948d
update res-wind-up version
aclerc Sep 6, 2024
738a7ba
Update flasc_dataframe.py
aclerc Sep 6, 2024
981e1db
try to resolve 02_flasc_data_frame.ipynb conflict
aclerc Sep 6, 2024
681b1dc
Merge flasc-dataframe branch and resolve conflicts.
misi9170 Sep 9, 2024
41d4fde
Minor formatting miss.
misi9170 Sep 9, 2024
c06b25d
Merge branch 'flasc-dataframe' into pr/aclerc/210
paulf81 Sep 11, 2024
0457711
Up the pandas dependency
paulf81 Sep 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ _autosummary
*.csv
*.ftr
*.png
.venv

# Documentation build files
docs/build
Expand Down
Loading
Loading