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

update examples and docs for RdTools 3 #429

Merged
merged 39 commits into from
Oct 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
9188488
Delete legacy notebook
mdeceglie Sep 10, 2024
2b4748f
update the nanoseconds pandas alias
mdeceglie Sep 10, 2024
ff5ee23
fix deprecations
mdeceglie Sep 11, 2024
df4e176
Fix mistake in filtering docstrings
mdeceglie Sep 11, 2024
ab42b19
Call out aggregated filters in docstrings
mdeceglie Sep 11, 2024
9857ef9
Add allowed filter keys to TrendAnalysis docstring
mdeceglie Sep 11, 2024
e7fa479
Fix deprecations
mdeceglie Sep 11, 2024
a60cfbe
Overhaul trend analysis notebook
mdeceglie Sep 11, 2024
97e5599
Update README.md
mdeceglie Sep 17, 2024
521cfaf
Docs overview page update
mdeceglie Sep 17, 2024
a256ee1
Deal with pandas future warnings
mdeceglie Sep 17, 2024
9a6546e
Notebook overhaul
mdeceglie Sep 17, 2024
cc8c100
Merge branch 'new_notebooks' of https://github.com/NREL/rdtools into …
mdeceglie Sep 17, 2024
3be8231
Update sphinx docs for notebooks
mdeceglie Sep 17, 2024
f1a9170
update nbval action
mdeceglie Sep 17, 2024
e2f4295
update example data url
mdeceglie Sep 20, 2024
ec6cc81
Update NSRDB notebook to use online file
mdeceglie Sep 20, 2024
34c1c1e
update minimum pandas version
mdeceglie Sep 20, 2024
397e513
update setup.py to agree with requirements-min.txt
mdeceglie Sep 20, 2024
7e66423
fix long lines
mdeceglie Sep 20, 2024
c849ca9
fix typo from last commit
mdeceglie Sep 20, 2024
7530443
add comma to nbval workflow
martin-springer Sep 25, 2024
66e6dad
update actions/upload-artifact@v4
martin-springer Sep 25, 2024
665a524
Merge branch 'aggregated_filters_for_trials' into new_notebooks
mdeceglie Oct 14, 2024
bf53a17
Change version name in availability example
mdeceglie Oct 14, 2024
11639e6
remove experimental warning from availability
mdeceglie Oct 15, 2024
e4cfddf
remove availability is experimental warning from plotting module
mdeceglie Oct 15, 2024
97b2b1e
Remove extra line (style fix)
mdeceglie Oct 15, 2024
4b30122
add availability warning removal to change log
mdeceglie Oct 15, 2024
ad95657
Run and polish notebooks
mdeceglie Oct 15, 2024
a37ff1b
add ability to seed CircularBlockBootstrap
mdeceglie Oct 16, 2024
69e6798
add missing comma
mdeceglie Oct 16, 2024
892dd53
Run notebooks with bootstrap seed
mdeceglie Oct 16, 2024
232fb55
change minimum version of arch to 5.0
mdeceglie Oct 16, 2024
b00d6ff
change approach to pandas future warning in CODS
mdeceglie Oct 16, 2024
db3ccdd
Merge branch 'aggregated_filters_for_trials' into new_notebooks
mdeceglie Oct 16, 2024
2ddfed6
run notebooks
mdeceglie Oct 16, 2024
d6025f8
remove verbose cods output
mdeceglie Oct 16, 2024
e916cd3
Review changes
mdeceglie Oct 17, 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
Prev Previous commit
Next Next commit
update actions/upload-artifact@v4
martin-springer committed Sep 25, 2024
commit 66e6dad0a79ae6bb21ac20ec5943c934311937be
2 changes: 1 addition & 1 deletion .github/workflows/nbval.yaml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
mkdir docs/artifacts
jupyter nbconvert --to html --execute --ExecutePreprocessor.timeout=600 --allow-errors --output artifacts/${{ matrix.notebook-file }}.html docs/${{ matrix.notebook-file }}
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: executed_notebooks
path: docs/artifacts