Skip to content

Commit

Permalink
v0.1.1 Release (#132)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
kandersolar authored Feb 18, 2022
1 parent 1d43c1a commit 72bf5f3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
1 change: 0 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ formats: all
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
![lint and test](https://github.com/pvlib/pvanalytics/workflows/lint%20and%20test/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/pvlib/pvanalytics/badge.svg?branch=master)](https://coveralls.io/github/pvlib/pvanalytics?branch=master)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6110569.svg)](https://doi.org/10.5281/zenodo.6110569)


# PVAnalytics

Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt

This file was deleted.

15 changes: 9 additions & 6 deletions docs/whatsnew/0.1.1.rst
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
.. _whatsnew_011:

0.1.1 (MONTH DAY, YEAR)
0.1.1 (February 18, 2022)
-------------------------

API Changes
~~~~~~~~~~~

Enhancements
~~~~~~~~~~~~

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

Bug Fixes
~~~~~~~~~

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

Requirements
~~~~~~~~~~~~
Expand All @@ -44,3 +43,7 @@ Contributors
* Kevin Anderson (:ghuser:`kanderso-nrel`)
* Cliff Hansen (:ghuser:`cwhanse`)
* Will Vining (:ghuser:`wfvining`)
* Kirsten Perry (:ghuser:`kperrynrel`)
* Michael Hopwood (:ghuser:`MichaelHopwood`)
* Carlos Silva (:ghuser:`camsilva`)
* Ben Taylor (:ghuser:`bt-`)
1 change: 1 addition & 0 deletions docs/whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ These are the bug-fixes, new features, and improvements for each release.
.. toctree::
:maxdepth: 2

0.1.1
0.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
SETUP_REQUIRES = ['setuptools_scm']

CLASSIFIERS = [
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 4 - Beta',
'Operating System :: OS Independent',
'Intended Audience :: Science/Research',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 72bf5f3

Please sign in to comment.