From ac73568fd6280ed60b00d1ec936bfa9a3e1e3fe9 Mon Sep 17 00:00:00 2001 From: Cameron Stark Date: Tue, 17 Dec 2019 16:24:02 -0700 Subject: [PATCH 1/2] update whatsnew.rst, add contributors, v0.7.0 release date, address #809 --- docs/sphinx/source/whatsnew/v0.7.0.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.7.0.rst b/docs/sphinx/source/whatsnew/v0.7.0.rst index 06bdd7e041..c16f438bd6 100644 --- a/docs/sphinx/source/whatsnew/v0.7.0.rst +++ b/docs/sphinx/source/whatsnew/v0.7.0.rst @@ -1,6 +1,6 @@ .. _whatsnew_0700: -v0.7.0 (MONTH DAY, YEAR) +v0.7.0 (December 18, 2019) ------------------------ This is a major release that drops support for Python 2 and Python 3.4. We @@ -198,7 +198,7 @@ Removal of prior version deprecations * Removed `ModelChain.singlediode` method. * Removed `ModelChain.prepare_inputs` clearsky assumption when no irradiance data was provided. - + Requirements ~~~~~~~~~~~~ * numpy minimum increased to v1.12.0, released in 2017. (:issue:`830`) @@ -220,3 +220,12 @@ Contributors * Todd Karin (:ghuser:`toddkarin`) * Mark Mikofski (:ghuser:`mikofski`) * Kevin Anderson (:ghuser:`kevinsa5`) +* Cameron Stark (:ghuser:`camerontstark`) +* Janine Freeman (:ghuser:`janinefreeman`) +* Roel Loonen (:ghuser:`roelloonen`) +* Birgit Schachler (:ghuser:`birgits`) +* Hamilton Kibbe (:ghuser:`hamiltonkibbe`) +* Adam Peretti (:ghuser:`aperetti`) +* Cedric Leroy (:ghuser:`cedricleroy`) +* Joseph Palakapilly (:ghuser:`JPalakapillyKWH`) +* (:ghuser:`shall-resurety`) From 2b6258adc8deb7d29b3f9003cb2e7c473a81a4e1 Mon Sep 17 00:00:00 2001 From: Cameron Stark Date: Wed, 18 Dec 2019 09:06:10 -0700 Subject: [PATCH 2/2] fix dotted line to match date line's length --- docs/sphinx/source/whatsnew/v0.7.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.7.0.rst b/docs/sphinx/source/whatsnew/v0.7.0.rst index c16f438bd6..f1e3112f40 100644 --- a/docs/sphinx/source/whatsnew/v0.7.0.rst +++ b/docs/sphinx/source/whatsnew/v0.7.0.rst @@ -1,7 +1,7 @@ .. _whatsnew_0700: v0.7.0 (December 18, 2019) ------------------------- +-------------------------- This is a major release that drops support for Python 2 and Python 3.4. We recommend all users of v0.6.3 upgrade to this release after checking API