-
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 'aggregated_filters_for_trials' into dependabot/pip/pill…
…ow-10.3.0
- Loading branch information
Showing
45 changed files
with
13,383 additions
and
9,537 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Ignoring Paths | ||
# -------------- | ||
# which folders/files to ignore | ||
ignore: | ||
- setup.py | ||
- versioneer.py |
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 |
---|---|---|
|
@@ -35,3 +35,6 @@ rdtools.egg-info* | |
.\#* | ||
|
||
*.pickle | ||
|
||
# ignore vscode settings | ||
.vscode/ |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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,37 @@ | ||
******* | ||
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`) | ||
* Improve test coverage, especially for the newly added filter capabilities (:pull:`413`) | ||
* Added codecov.yml configuration file (:pull:`420`) | ||
|
||
Bug fixes | ||
--------- | ||
* Fix typos in citation section of the readme file (:issue:`414`, :pull:`421`) | ||
|
||
Requirements | ||
------------ | ||
* Specified versions in ``requirements.txt`` and ``docs/notebook_requirements.txt`` have been updated (:pull:`412`) | ||
* Increase maximum version of pvlib to <0.12 (:pull:`423`) | ||
* Update fonttools version to 4.43.0 in ``requirements.txt`` (:pull:`404`) | ||
* Update jinja2 from 3.0.0 to 3.1.3 in ``notebook_requirements.txt`` (:pull:`405`) | ||
|
||
Deprecations | ||
------------ | ||
* Removed :py:func:`~rdtools.normalization.sapm_dc_power` (:pull:`419`) | ||
* Removed :py:func:`~rdtools.normalization.normalize_with_sapm` (:pull:`419`) | ||
|
||
Contributors | ||
------------ | ||
* Martin Springer (:ghuser:`martin-springer`) | ||
* Michael Deceglie (:ghuser:`mdeceglie`) |
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.2.0-beta.0 (September 14, 2022) | ||
********************************** | ||
|
||
Enhancements | ||
------------ | ||
* Specifying ``detailed=True`` in :py:func:`rdtools.plotting.degradation_summary_plots` | ||
now shows the number of year-on-year slopes in addition to color coding points | ||
(:issue:`298`, :pull:`324`) | ||
* The Combined estimation Of Degradation and Soiling (CODS) algorithm is implemented | ||
in the soiling module and illustrated in an example notebook (:pull:`150`, :pull:`333`) | ||
* Circular block bootstrapping added as a method for calculating uncertainty in | ||
``degradation_year_on_year()`` via the ``Uncertainty_method`` argument (:pull:`150`) | ||
* New plotting functions :py:func:`rdtools.analysis_chains.TrendAnalysis.plot_degradation_timeseries` | ||
in TrendAnalysis object and :py:func:`rdtools.plotting.degradation_timeseries_plot` | ||
to plot time series degradation trend. (:issue:`334`, :pull:`335`) | ||
|
||
Testing | ||
------- | ||
* Added a CI notebook check (:pull:`270`) | ||
|
||
Requirements | ||
------------ | ||
* Upgrade the notebook environment from python 3.7 to python 3.10. | ||
(:issue:`319`, :pull:`326`) | ||
* Bump ``sphinx`` version from 3.2 to 4.5 and ``nbsphinx`` version | ||
from 0.8.5 to 0.8.8 in the optional ``[doc]`` requirements (:pull:`317`, :pull:`325`) | ||
* ``arch`` and ``filterpy`` added as dependencies (:pull:`150`) | ||
* minimum version of ``numpy`` increased to 1.16 and minimum version of | ||
statsmodels increased to 0.11.1 (:pull:`150`) | ||
* A number of updates to the environments specified in ``requirements.txt``, | ||
``requirements-min.txt``, and ``docs/notebook_requirements.txt`` | ||
(:pull:`326`, :pull:`314`, :pull:`337`) |
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,7 @@ | ||
******************************** | ||
v2.2.0-beta.1 (December 7, 2022) | ||
******************************** | ||
|
||
Enhancements | ||
------------ | ||
* Added framework for running aggregated filters in ``analysis_chains.py`` (:pull:`348`) |
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,23 @@ | ||
******************************** | ||
v2.2.0-beta.2 (December 1, 2023) | ||
******************************** | ||
|
||
Enhancements | ||
------------ | ||
* Return CODS results without bootstrapping when soiling signal | ||
is small but raise warning ``soiling.py`` (:issue:`367` :pull:`400`) | ||
|
||
Bug fixes | ||
--------- | ||
* Fix flake8 missing whitespaces ``bootstrap_test.py``, ``soiling_cods_test.py`` (:pull:`400`) | ||
* Specify dtype for seasonal samples ``soiling.py`` (:pull:`400`) | ||
* Update deprecated `check_less_precise` to `rtol` ``soiling_cods_test.py`` (:pull:`400`) | ||
|
||
Requirements | ||
------------ | ||
* Bump arch to 5.6.0 in ``requirements.txt`` | ||
|
||
Contributors | ||
------------ | ||
* Martin Springer (:ghuser:`martin-springer`) | ||
* Michael Deceglie (:ghuser:`mdeceglie`) |
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,3 @@ | ||
{ | ||
"path": "../../../cods_example.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
Oops, something went wrong.