-
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 #214 from NREL/development
2.0.0 Release
- Loading branch information
Showing
34 changed files
with
3,981 additions
and
604 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
[run] | ||
omit = | ||
# _version.py doesn't count | ||
# _version.py doesn't count, same for _deprecation.py | ||
rdtools/_version.py | ||
rdtools/_deprecation.py | ||
# omit the test files themselves | ||
rdtools/test/* |
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.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,4 +1,6 @@ | ||
RdTools Change Log | ||
================== | ||
|
||
.. include:: changelog/v2.0.0b0.rst | ||
.. include:: changelog/v2.0.0.rst | ||
.. include:: changelog/pre_2.0.0.rst | ||
|
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,126 @@ | ||
|
||
*********************** | ||
v1.2.3 (April 12, 2020) | ||
*********************** | ||
|
||
- Updates dependencies | ||
- Versioneer bug fix | ||
- Licence update | ||
|
||
Contributors | ||
------------ | ||
* Mike Deceglie (:ghuser:`mdeceglie`) | ||
|
||
|
||
************************* | ||
v1.2.2 (October 12, 2018) | ||
************************* | ||
|
||
Patch that adds author email to enable pypi deployment | ||
|
||
Contributors | ||
------------ | ||
* Mike Deceglie (:ghuser:`mdeceglie`) | ||
|
||
|
||
************************* | ||
v1.2.1 (October 12, 2018) | ||
************************* | ||
|
||
This update includes automated testing and deployment to support development | ||
along with some bug fixes to the library itself, a documented environment for | ||
the example notebook, and new example results to reflect changes in the example | ||
dataset. It addresses :issue:`49`, :issue:`76`, :issue:`78`, :issue:`79`, | ||
:issue:`80`, :issue:`85`, :issue:`86`, and :issue:`92`. | ||
|
||
Contributors | ||
------------ | ||
* Mike Deceglie (:ghuser:`mdeceglie`) | ||
* Adam Shinn (:ghuser:`abshinn`) | ||
* Chris Deline (:ghuser:`cdeline`) | ||
* nb137 (:ghuser:`nb137`) | ||
|
||
|
||
*********************** | ||
v1.2.0 (March 30, 2018) | ||
*********************** | ||
|
||
This incorporates changes including: | ||
|
||
- Enables users to control confidence intervals reported in degradation calculations (:issue:`59`) | ||
- Adds python 3 support (:issue:`56` and :issue:`67`) | ||
- Fixes bugs (:issue:`61` :issue:`57`) | ||
- Improvements/typo fixes to docstrings | ||
- Fixes error in check for two years of data in degradation_year_on_year | ||
- Improves the calculations underlying irradiance_rescale | ||
|
||
Contributors | ||
------------ | ||
* Mike Deceglie (:ghuser:`mdeceglie`) | ||
* Ambarish Nag (:ghuser:`ambarishnag`) | ||
* Gregory Kimball (:ghuser:`GregoryKimball`) | ||
* Chris Deline (:ghuser:`cdeline`) | ||
* Mark Mikofski (:ghuser:`mikofski`) | ||
|
||
|
||
************************* | ||
v1.1.3 (December 6, 2017) | ||
************************* | ||
|
||
This patch includes the following changes: | ||
|
||
1. Update the notebook for improved plotting with Pandas v.0.21.0 | ||
2. Fix installation bug related to package data | ||
|
||
Contributors | ||
------------ | ||
* Mike Deceglie (:ghuser:`mdeceglie`) | ||
* Chris Deline (:ghuser:`cdeline`) | ||
|
||
|
||
************************* | ||
v1.1.2 (November 6, 2017) | ||
************************* | ||
|
||
This patch includes the following changes: | ||
|
||
1. Fix bugs in installation | ||
2. Update requirements | ||
3. Notebook plots made compatible with pandas v.0.21.0 | ||
|
||
Contributors | ||
------------ | ||
* Mike Deceglie (:ghuser:`mdeceglie`) | ||
|
||
|
||
************************* | ||
v1.1.1 (November 1, 2017) | ||
************************* | ||
|
||
This patch: | ||
|
||
1. Improves documentation | ||
2. Fixes installation requirements | ||
|
||
Contributors | ||
------------ | ||
* Mike Deceglie (:ghuser:`mdeceglie`) | ||
* Adam Shinn (:ghuser:`abshinn`) | ||
* Chris Deline (:ghuser:`cdeline`) | ||
|
||
|
||
*************************** | ||
v1.1.0 (September 30, 2017) | ||
*************************** | ||
|
||
This update includes the addition of filters, functions to support a clear-sky | ||
workflow, and updates to the example notebook. | ||
|
||
Contributors | ||
------------ | ||
* Mike Deceglie (:ghuser:`mdeceglie`) | ||
* Adam Shinn (:ghuser:`abshinn`) | ||
* Ambarish Nag (:ghuser:`ambarishnag`) | ||
* Gregory Kimball (:ghuser:`GregoryKimball`) | ||
* Chris Deline (:ghuser:`cdeline`) | ||
* Jiyang Yan (:ghuser:`yjy1663`) |
Oops, something went wrong.