-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into patch_development_with_2.0.4
- Loading branch information
Showing
13 changed files
with
2,302 additions
and
199 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,3 @@ | ||
{ | ||
"path": "../../TrendAnalysis_example_pvdaq4.ipynb" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
********************************* | ||
v2.1.0-beta.0 (November 20, 2020) | ||
********************************* | ||
|
||
|
||
Enhancements | ||
------------ | ||
* Add new :py:mod:`~rdtools.analysis_chains` module to focus on objected-oriented analysis workflows | ||
combining other RdTools modules. Includes :py:class:`~rdtools.analysis_chains.TrendAnalysis` class | ||
for sensor- and clear-sky-based soiling and degradation analyses (:pull:`117`). | ||
|
||
|
||
Requirements | ||
------------ | ||
* tables added as a requirement (:pull:`196`). | ||
|
||
|
||
Example Updates | ||
--------------- | ||
* New example notebook based on PVDAQ system #4 for the new | ||
:py:class:`~rdtools.analysis_chains.TrendAnalysis` analysis work flow (:pull:`196` and | ||
:pull:`117`). | ||
* Update ``degradation_and_soiling_example_pvdaq_4.ipynb`` example to match best practice, including | ||
``pvlib.get_total_irradiance()`` in rdtools.interpolate (:pull:`196` and :pull:`117`). | ||
* Update ``degradation_and_soiling_example_pvdaq_4.ipynb`` example to use a single | ||
``soiling * ac_power`` signal (:pull:`196`). | ||
|
||
|
||
Contributors | ||
------------ | ||
* Mike Deceglie (:ghuser:`mdeceglie`) | ||
* Kevin Anderson (:ghuser:`kanderso-nrel`) | ||
* Chris Deline (:ghuser:`cdeline`) |
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
Oops, something went wrong.