Skip to content

Commit 72bf5f3

Browse files
authored
v0.1.1 Release (#132)
* change pypi classifier from pre-alpha to beta * remove unnecessary docs/requirements.txt * whatsnew v0.1.1 * include 0.1.1 in whatsnew index * link zenodo in readme
1 parent 1d43c1a commit 72bf5f3

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ formats: all
88
python:
99
version: 3.7
1010
install:
11-
- requirements: docs/requirements.txt
1211
- method: pip
1312
path: .
1413
extra_requirements:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
![lint and test](https://github.com/pvlib/pvanalytics/workflows/lint%20and%20test/badge.svg)
22
[![Coverage Status](https://coveralls.io/repos/github/pvlib/pvanalytics/badge.svg?branch=master)](https://coveralls.io/github/pvlib/pvanalytics?branch=master)
3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6110569.svg)](https://doi.org/10.5281/zenodo.6110569)
4+
35

46
# PVAnalytics
57

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/whatsnew/0.1.1.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,30 @@
11
.. _whatsnew_011:
22

3-
0.1.1 (MONTH DAY, YEAR)
3+
0.1.1 (February 18, 2022)
44
-------------------------
55

6-
API Changes
7-
~~~~~~~~~~~
8-
96
Enhancements
107
~~~~~~~~~~~~
118

129
* Quantification of irradiance variability with
1310
:py:func:`pvanalytics.metrics.variability_index`. (:issue:`60`, :pull:`106`)
14-
* Internal refactor of `pvanalytics.metrics.performance_ratio_nrel` to support
11+
* Internal refactor of :py:func:`pvanalytics.metrics.performance_ratio_nrel` to support
1512
other performance ratio formulas. (:pull:`109`)
1613
* Detect shadows from fixed objects in GHI data using
1714
:py:func:`pvanalytics.features.shading.fixed`. (:issue:`24`, :pull:`101`)
1815

1916
Bug Fixes
2017
~~~~~~~~~
2118

22-
* Added nan_policy to zscore calculation
19+
* Added ``nan_policy`` parameter to zscore calculation in
2320
:py:func:`pvanalytics.quality.outliers.zscore`. (:issue:`102`, :pull:`108`)
2421
* Prohibit pandas versions in the 1.1.x series to avoid an issue in
2522
``.groupby().rolling()``. Newer versions starting in 1.2.0 and older
2623
versions going back to 0.24.0 are still allowed. (:issue:`82`, :pull:`118`)
2724
* Fixed an issue with :py:func:`pvanalytics.features.clearsky.reno` in recent
2825
pandas versions (:issue:`125`, :pull:`128`)
26+
* Improved convergence in :py:func:`pvanalytics.features.orientation.fixed_nrel`
27+
(:issue:`119`, :pull:`120`)
2928

3029
Requirements
3130
~~~~~~~~~~~~
@@ -44,3 +43,7 @@ Contributors
4443
* Kevin Anderson (:ghuser:`kanderso-nrel`)
4544
* Cliff Hansen (:ghuser:`cwhanse`)
4645
* Will Vining (:ghuser:`wfvining`)
46+
* Kirsten Perry (:ghuser:`kperrynrel`)
47+
* Michael Hopwood (:ghuser:`MichaelHopwood`)
48+
* Carlos Silva (:ghuser:`camsilva`)
49+
* Ben Taylor (:ghuser:`bt-`)

docs/whatsnew/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ These are the bug-fixes, new features, and improvements for each release.
77
.. toctree::
88
:maxdepth: 2
99

10+
0.1.1
1011
0.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
SETUP_REQUIRES = ['setuptools_scm']
5555

5656
CLASSIFIERS = [
57-
'Development Status :: 2 - Pre-Alpha',
57+
'Development Status :: 4 - Beta',
5858
'Operating System :: OS Independent',
5959
'Intended Audience :: Science/Research',
6060
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)