Skip to content

Commit

Permalink
update changelog and check notebooks (#224)
Browse files Browse the repository at this point in the history
* Update contributors

* add a semicolon to plotting cell

* contributor adjustment

* add 2.0.0 release date

* Add release summary
  • Loading branch information
mdeceglie authored Oct 20, 2020
1 parent 93e6980 commit 8f24666
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 15 deletions.
47 changes: 47 additions & 0 deletions docs/sphinx/source/changelog/pre_2.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@ v1.2.3 (April 12, 2020)
- 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)
Expand All @@ -25,6 +33,13 @@ 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)
Expand All @@ -39,6 +54,14 @@ This incorporates changes including:
- 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)
Expand All @@ -49,6 +72,11 @@ 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)
Expand All @@ -60,6 +88,10 @@ This patch includes the following changes:
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)
Expand All @@ -70,10 +102,25 @@ 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`)
4 changes: 3 additions & 1 deletion docs/sphinx/source/changelog/v2.0.0.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*************************
v2.0.0 (TBD, 2020)
v2.0.0 (October 20, 2020)
*************************
Version 2.0.0 adds experimental soiling and availability modules, plotting capability, and includes updates to normalization work flow. This major release introduces some breaking changes to the API. Details below.

API Changes
-----------
Expand Down Expand Up @@ -106,3 +107,4 @@ Contributors
* Mike Deceglie (:ghuser:`mdeceglie`)
* Kevin Anderson (:ghuser:`kanderso-nrel`)
* Chris Deline (:ghuser:`cdeline`)
* Will Vining (:ghuser:`wfvining`)
18 changes: 4 additions & 14 deletions docs/system_availability_example.ipynb

Large diffs are not rendered by default.

0 comments on commit 8f24666

Please sign in to comment.