-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add documentation tree for release notes * Add whatsnew task to PR template * Add release date Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
- Loading branch information
Showing
5 changed files
with
68 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,6 +91,7 @@ Contents | |
:caption: Contents: | ||
|
||
api | ||
whatsnew/index | ||
|
||
Indices and tables | ||
================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.. _whatsnew_010: | ||
|
||
0.1.0 (November 20, 2020) | ||
------------------------- | ||
|
||
This is the first release of PVAnalytics. As such, the list of "changes" | ||
below is not specific. Future releases will describe specific changes here along | ||
with references to the relevant github issue and pull requests. | ||
|
||
API Changes | ||
~~~~~~~~~~~ | ||
|
||
Enhancements | ||
~~~~~~~~~~~~ | ||
|
||
* Quality control functions for irradiance, weather and time series data. See | ||
:py:mod:`pvanalytics.quality` for content. | ||
* Feature labeling functions for clipping, clearsky, daytime, and orientation. | ||
See :py:mod:`pvanalytics.features` for content. | ||
* System parameter inference for tilt, azimuth, and whether the system is | ||
tracking or fixed. See :py:mod:`pvanalytics.system` for content. | ||
* NREL performance ratio metric | ||
(:py:func:`pvanalytics.metrics.performance_ratio_nrel`). | ||
|
||
Bug Fixes | ||
~~~~~~~~~ | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Will Vining (:ghuser:`wfvining`) | ||
* Cliff Hansen (:ghuser:`cwhanse`) | ||
* Saurabh Aneja (:ghuser:`spaneja`) | ||
|
||
Special thanks to Matt Muller and Kirsten Perry of NREL for their assistance | ||
in adapting components from the PVFleets QA project to PVAnalytics. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
############# | ||
Release Notes | ||
############# | ||
|
||
These are the bug-fixes, new features, and improvements for each release. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
0.1.0 |