-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #356 from NREL/merge_branch
Update development with 2.1.4
- Loading branch information
Showing
8 changed files
with
82 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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 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 was deleted.
Oops, something went wrong.
This file contains 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,35 @@ | ||
************************* | ||
v2.1.4 (December 1, 2022) | ||
************************* | ||
|
||
Bug Fixes | ||
--------- | ||
* :py:func:`~rdtools.degradation.degradation_year_on_year` no longer raises | ||
an error for inputs exactly two years long (:pull:`339`) | ||
* :py:func:`~rdtools.plotting.soiling_interval_plot` no longer ignores the optional | ||
``point_color``, ``profile_color``, ``point_alpha``, and ``profile_alpha`` parameters. | ||
(:issue:`343`, :pull:`345`) | ||
|
||
Testing | ||
------- | ||
* Added a CI notebook check (:pull:`270`) | ||
|
||
Requirements | ||
------------ | ||
* Upgrade the notebook environment from python 3.7 to python 3.10. | ||
Several dependency versions in ``docs/notebook_requirements.txt`` are | ||
updated as well. (:issue:`319`, :pull:`326`) | ||
* Bump ``ipython==7.16.3``, ``jupyter-console==6.4.0``, | ||
and ``prompt-toolkit==3.0.27`` in ``docs/notebook_requirements.txt`` | ||
and bump ``Pillow==9.3.0`` in ``requirements.txt`` (:pull:`314`, :pull:`349`) | ||
* Bump ``jupyter-core==4.11.2`` in ``docs\notebook_requirements.txt`` (:pull:`350`) | ||
* Bump ``sphinx`` version from 3.2 to 4.5 and ``nbsphinx`` version | ||
from 0.8.5 to 0.8.8 in the optional ``[doc]`` requirements (:pull:`317`, :pull:`325`) | ||
* A number of other requirements updates (:pull:`337`) | ||
|
||
Contributors | ||
------------ | ||
* Sandra Villamar (:ghuser:`SandraVillamar`) | ||
* Michael Deceglie (:ghuser:`mdeceglie`) | ||
* Chris Deline (:ghuser:`cdeline`) | ||
* Kevin Anderson (:ghuser:`kanderso-nrel`) |
This file contains 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 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 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 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