8000 make whatsnew for v0.6.2 (#655) · rlpappan/pvlib-python@594f47c · GitHub
[go: up one dir, main page]

Skip to content

Commit 594f47c

Browse files
authored
make whatsnew for v0.6.2 (pvlib#655)
* make whatsnew for v0.6.2 * remove pandas line * update readme
1 parent d621327 commit 594f47c

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pvlib-python
66
[![Coverage Status](https://img.shields.io/coveralls/pvlib/pvlib-python.svg)](https://coveralls.io/r/pvlib/pvlib-python)
77
[![codecov](https://codecov.io/gh/pvlib/pvlib-python/branch/master/graph/badge.svg)](https://codecov.io/gh/pvlib/pvlib-python)
88
[![Documentation Status](https://readthedocs.org/projects/pvlib-python/badge/?version=latest)](http://pvlib-python.readthedocs.org/en/latest/)
9-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1420548.svg)](https://doi.org/10.5281/zenodo.1420548)
9+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2554311.svg)](https://doi.org/10.5281/zenodo.2554311)
1010
[![Code Health](https://landscape.io/github/pvlib/pvlib-python/master/landscape.svg?style=flat)](https://landscape.io/github/pvlib/pvlib-python/master)
1111
[![status](http://joss.theoj.org/papers/41187535cad22dd4b076c89b72f874b1/status.svg)](http://joss.theoj.org/papers/41187535cad22dd4b076c89b72f874b1)
1212
[![Code Quality: Python](https://img.shields.io/lgtm/grade/python/g/pvlib/pvlib-python.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/pvlib/pvlib-python/context:python)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
.. _whatsnew_0620:
2+
3+
v0.6.2 (exp. 31 March 2019)
4+
---------------------------
5+
6+
This is a minor release. We recommend all users of v0.6.1 upgrade to this
7+
release.
8+
9+
**Python 2.7 support will end on June 1, 2019**. Releases made after this
10+
date will require Python 3. (:issue:`501`)
11+
12+
13+
API Changes
14+
~~~~~~~~~~~
15+
16+
17+
Enhancements
18+
~~~~~~~~~~~~
19+
20+
21+
Bug fixes
22+
~~~~~~~~~
23+
24+
25+
Testing
26+
~~~~~~~
27+
28+
29+
Contributors
30+
~~~~~~~~~~~~

0 commit comments

Comments
 (0)
0