-
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.
Wrapper for clearsky filter combining csi and pvlib models (#412)
* add wrapper clearsky_filter * rename filter to model * update analysis_chains with clearsky filter wrapper * update clearsky tests * update default filter params * add pending changelog * update init.py * update api.rst * add test for clearsky_filter function * remove experimental warning for logic_clip_filter test * re-run notebook * update configparser deprecated arguments python 3.12 * Use csi clearsky filter in a number of tests * Adjust how attributes are removed for error testing * fix linting in analysis_chains_test * update numexpr to 2.10 * update h5py requirements to 3.11 * Revert "re-run notebook" This reverts commit 751cfaa. * update notebook requirements * save degradation notebook without logic filter warning * availability notebook avoid double plotting figures * re-run TrendAnalysis notebook * Revert "re-run TrendAnalysis notebook" This reverts commit 3e91ada. * restart kernel and re-run TrendAnalysis notebook * update change log * add line to change log * further changelog fixes --------- Co-authored-by: Michael Deceglie <[email protected]>
- Loading branch information
1 parent
26bb72d
commit 1f25b2f
Showing
14 changed files
with
4,546 additions
and
4,569 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
8,315 changes: 4,075 additions & 4,240 deletions
8,315
docs/degradation_and_soiling_example_pvdaq_4.ipynb
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
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,27 @@ | ||
******* | ||
pending | ||
******* | ||
|
||
Breaking changes | ||
------------ | ||
These changes have the potential to change answers in existing scripts | ||
when compared with older versions of RdTools | ||
|
||
* Use the pvlib method for clear sky detection by default in :py:func:`~rdtools.analysis_chains.TrendAnalysis` (:pull:`412`) | ||
|
||
Enhancements | ||
------------ | ||
* Added a new wrapper function for clearsky filters (:pull:`412`) | ||
|
||
Bug fixes | ||
--------- | ||
* tbd | ||
|
||
Requirements | ||
------------ | ||
* Specified versions in ``requirements.txt`` and ``docs/notebook_requirements.txt`` have been updated (:pull:`412`) | ||
|
||
Contributors | ||
------------ | ||
* Martin Springer (:ghuser:`martin-springer`) | ||
* Michael Deceglie (:ghuser:`mdeceglie`) |
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
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.