-
Notifications
You must be signed in to change notification settings - Fork 77
Degradation timeseries plot - add left or right label option #456
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
27
commits into
NREL:development
Choose a base branch
from
cdeline:455_degradation_timeseries
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 26 commits
Commits
Show all changes
27 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] 7c312ad
add keyword 'label' to degradation_timeseries_plot, enabling 'left' a…
cdeline d6a898e
Update changelog, add pytests, update sphinx documentation
cdeline df2effc
fix flake8 grumbles
cdeline 3099497
update pytests to include axes limits
cdeline 1d140e6
fix 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 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] 125a5ff
Merge remote-tracking branch 'remotes/origin/master' into 455_degrada…
cdeline 03e094e
try setup.py now that statsmodels has a new release.
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 0f53385
Merge branch 'master' into 455_degradation_timeseries
cdeline 8451499
update plotting tests to be relative value, update ordering of module…
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| ************************* | ||
| v3.0.x (X, X, 2025) | ||
| ************************* | ||
|
|
||
| Enhancements | ||
| ------------ | ||
| * :py:func:`~rdtools.plotting.degradation_timeseries_plot` has new parameter ``label=`` | ||
| to allow the timeseries plot to have right labeling (default), center or left labeling. | ||
| (:issue:`455`) | ||
|
|
||
|
|
||
|
|
||
| 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
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.