-
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 #379 from NREL/release/2.1.6
Release/2.1.6
- Loading branch information
Showing
18 changed files
with
223 additions
and
171 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 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
********************** | ||
v2.1.6 (July 31, 2023) | ||
********************** | ||
|
||
Bug Fixes | ||
--------- | ||
* Fix NonExistentTimeError in :py:func:`rdtools.clearsky_temperature.get_clearsky_tamb` | ||
(:issue:`372` :pull:`373`) | ||
|
||
Enhancements | ||
------------ | ||
* :py:func:`rdtools.degradation.degradation_classical_decomposition` now | ||
executes significantly faster. (:pull:`371`) | ||
|
||
Requirements | ||
------------ | ||
* Increased the minimum versions of several dependencies: (:pull:`371`) | ||
|
||
+ pandas increased to 1.3.0 (released July 2, 2021) | ||
+ numpy to 1.17.3 (released October 17, 2019) | ||
+ statsmodels to 0.11.0 (released February 21, 2020) | ||
+ scipy to 1.2.0 (released December 17, 2018) | ||
|
||
* Add support for pvlib 0.10 (:pull:`378`) | ||
* Updated notebook requirements (:pull:`360`) | ||
* Bumps certifi from 2020.12.5 to 2022.12.7 (:pull:`357`) | ||
|
||
Testing | ||
------- | ||
* Extended pip timeout (:pull:`360`) | ||
* Updated example notebooks with new figure sizes (:pull:`360`) | ||
|
||
Contributors | ||
------------ | ||
* Michael Deceglie (:ghuser:`mdeceglie`) | ||
* Bernat Nicolau (:ghuser:`BernatNicolau`) | ||
* Kevin Anderson (:ghuser:`kandersolar`) |
Large diffs are not rendered by default.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cached-property==1.5.2 | ||
certifi==2020.12.5 | ||
certifi==2022.12.7 | ||
chardet==4.0.0 | ||
cycler==0.10.0 | ||
fonttools==4.37.1 | ||
|
Oops, something went wrong.