Skip to content

Commit

Permalink
Merge branch 'main' into py313
Browse files Browse the repository at this point in the history
  • Loading branch information
kandersolar committed Dec 13, 2024
2 parents 7a8d2e9 + 028b31a commit 77cf535
Show file tree
Hide file tree
Showing 6 changed files with 258 additions and 95 deletions.
13 changes: 4 additions & 9 deletions docs/whatsnew/0.2.1.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.. _whatsnew_021:

Breaking Changes
~~~~~~~~~~~~~~~~

0.2.1 (October 16, 2024)
------------------------


Enhancements
Expand All @@ -12,22 +13,16 @@ Enhancements
data by the effect of snow on DC voltage and current. (:pull:`209`)


Bug Fixes
~~~~~~~~~


Requirements
~~~~~~~~~~~~
* Minimum python advanced to 3.8. (:pull:`210`)
* Minimum statsmodels advanced to 0.10.0 and numpy to 1.17.0. (:pull:`210`)


Documentation
~~~~~~~~~~~~~
* Added a gallery example for snow effects categorization (:pull:`209`)

Testing
~~~~~~~


Contributors
~~~~~~~~~~~~
Expand Down
23 changes: 23 additions & 0 deletions docs/whatsnew/0.2.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. _whatsnew_022:

0.2.2 (November 27, 2024)
-------------------------


Enhancements
~~~~~~~~~~~~
* Added extreme limits option to
:py:func:`~pvanalytics.quality.irradiance.check_ghi_limits_qcrad`,
:py:func:`~pvanalytics.quality.irradiance.check_dhi_limits_qcrad`,
:py:func:`~pvanalytics.quality.irradiance.check_dni_limits_qcrad`, and
:py:func:`~pvanalytics.quality.irradiance.check_irradiance_limits_qcrad`.
(:pull:`190`)
* Added optional keyword ``outside_domain`` to
:py:func:`~pvanalytics.quality.irradiance.check_irradiance_consistency_qcrad`.
(:pull:`214`)

Contributors
~~~~~~~~~~~~
* Adam R. Jensen (:ghuser:`AdamRJensen`)
* Cliff Hansen (:ghuser:`cwhanse`)
* Kevin Anderson (:ghuser:`kandersolar`)
2 changes: 2 additions & 0 deletions docs/whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ These are the bug-fixes, new features, and improvements for each release.
.. toctree::
:maxdepth: 2

0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
Expand Down
29 changes: 29 additions & 0 deletions docs/whatsnew/v0.2.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
.. _whatsnew_023:

0.2.3 (not yet released)
------------------------


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


Bug Fixes
~~~~~~~~~


Requirements
~~~~~~~~~~~~


Documentation
~~~~~~~~~~~~~


Testing
~~~~~~~


Contributors
~~~~~~~~~~~~

Loading

0 comments on commit 77cf535

Please sign in to comment.