-
Notifications
You must be signed in to change notification settings - Fork 77
459 yoy label='center' #460
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
Open
cdeline
wants to merge
50
commits into
NREL:development
Choose a base branch
from
cdeline:459_YoY_label
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
569177f
Merge pull request #448 from NREL/development
mdeceglie 916fedd
Bump notebook from 7.2.1 to 7.2.2 in /docs
dependabot[bot] 0c6cae8
Merge pull request #451 from NREL/dependabot/pip/docs/notebook-7.2.2
mdeceglie 3e4be19
Bump tornado from 6.4.2 to 6.5.1 in /docs
dependabot[bot] 0548eab
add 'label' input option to `degradation_year_on_year`. Fixes #459
cdeline 9af5635
add pytests and update changelog.
cdeline 89ccbab
flake8 grumbles
cdeline b32211f
Minor updates to setup.py (constrain scipy<1.16) and refactor degrada…
cdeline 8ad5dac
Custom fix for Pandas < 2.0.0 which can't average two columns of time…
cdeline cf5ff77
flake8 grumbles
cdeline 424fc7d
statsmodels 0.14.4 is not able to handle the latest scipy.
cdeline 650c4ce
Merge pull request #461 from cdeline/scipy1.16
mdeceglie d59b5c7
Merge branch 'master' into 459_YoY_label
mdeceglie ea8854e
Bump jinja2 from 3.1.5 to 3.1.6 in /docs
dependabot[bot] f4b77bb
Bump requests from 2.32.3 to 2.32.4
dependabot[bot] e2c387a
Bump urllib3 from 2.2.2 to 2.5.0
dependabot[bot] 4955fd8
Merge branch 'master' into 459_YoY_label
cdeline 233da68
Merge branch '459_YoY_label' of https://github.com/cdeline/rdtools in…
cdeline 1ff743e
keep TZ-aware timestamps. Update pytests to specifically test _avg_t…
cdeline bc86af6
flake8 grumbles
cdeline ae080fd
try to UTC localize the pytest...
cdeline e448560
Add .asfreq() to get pytests to agree
cdeline fd62ea5
switch to calendar.timegm to hopefully remove TZ issues..
cdeline 03e094e
try setup.py now that statsmodels has a new release.
cdeline c220fad
update _right dt labels to correct _left labels in degradation_year_o…
cdeline 0464c25
update _avg_timestamp_old_Pandas to allow for numeric index instead o…
cdeline 644f4a8
add left label option to degradation_year_on_year
cdeline 0957ade
update degradation_year_on_year, index set to either left, center or …
cdeline c624a8c
update return for default = none uncertainty option
cdeline 3623edf
degradation_year_on_year - go back to single return when uncertainty_…
cdeline 8a5c935
update plotting for detailed=True, allow usage_of_points > 2
cdeline d6670b9
update plotting detailed=True for (even) and (odd) number of points …
cdeline 13ac2c3
To allow multi_yoy=True in plotting.degradation_timeseries_plot, resa…
cdeline a6c7355
Merge pull request #462 from NREL/dependabot/pip/docs/jinja2-3.1.6
mdeceglie 92270aa
Merge pull request #463 from cdeline/statsmodels_test
mdeceglie d665d38
Merge pull request #458 from NREL/dependabot/pip/urllib3-2.5.0
mdeceglie a0783bb
Merge pull request #457 from NREL/dependabot/pip/requests-2.32.4
mdeceglie ac25a59
Merge pull request #454 from NREL/dependabot/pip/docs/tornado-6.5.1
mdeceglie 3c43bdb
Update changelog
mdeceglie e38e7b9
Merge branch '3.0.1_candidate' of https://github.com/NREL/rdtools int…
mdeceglie 8060f31
Update release date
mdeceglie 076ebff
Merge pull request #465 from NREL/3.0.1_candidate
mdeceglie 84c3127
Merge remote-tracking branch 'remotes/origin/master' into 459_YoY_label
cdeline 1646f16
nbval fixes from qnguyen345-bare_except_error
cdeline 963527b
Add pandas 3.0 futurewarning handling
cdeline 7435734
Try again to solve pandas3.0 futurewarning
cdeline 3810fd5
attempt 3 to fix nbval
cdeline fecbd2e
Add infer_objects to remove futurewarning
cdeline 67795f4
update inline comments and whatsnew docs
cdeline a0f4a1e
Clean up inline comments per Copilot review
cdeline File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| ************************* | ||
| v3.0.x (X, X, 2025) | ||
| ************************* | ||
|
|
||
| Enhancements | ||
| ------------ | ||
| * :py:func:`~rdtools.degradation.degradation_year_on_year` has new parameter ``label=`` | ||
| to return the calc_info['YoY_values'] as either right labeled (default), left or center | ||
| labeled. (:issue:`459`) | ||
|
|
||
|
|
||
|
|
||
| Contributors | ||
| ------------ | ||
| * Chris Deline (:ghuser:`cdeline`) | ||
|
|
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| ************************* | ||
| v3.0.1 (August 21, 2025) | ||
| ************************* | ||
|
|
||
| Requirements | ||
| ------------ | ||
| * Updated Jinja2==3.1.6 in ``notebook_requirements.txt`` (:pull:`465`) | ||
| * Updated tornado==6.5.1 in ``notebook_requirements.txt`` (:pull:`465`) | ||
| * Updated requests==2.32.4 in ``requirements.txt`` (:pull:`465`) | ||
| * Updated urllib3==2.5.0 in ``requirements.txt`` (:pull:`465`) | ||
| * Removed constraint that scipy<1.16.0 (:pull:`465`) |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -618,7 +618,7 @@ | |
| } | ||
| ], | ||
| "source": [ | ||
| "aa2.plot();" | ||
| "plt.show(aa2.plot())" | ||
| ] | ||
| }, | ||
| { | ||
|
|
||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change at the end of system_availability_example.ipynb was done to bypass a nbval notebook check error that was ignoring the semicolon to suppress printing the plot twice. Changed to plt.show() instead.