Skip to content

Commit

Permalink
api, whatsnew
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhanse committed Apr 18, 2024
1 parent 91c9c7a commit 725240f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,17 @@ Functions for labeling shadows.

features.shading.fixed

Snow
----

Functions for identifying and quantifying the effects of snow.
.. autosummary::
:toctree: generated/

features.snow.categorize
features.snow.get_transmission


System
======

Expand Down
33 changes: 33 additions & 0 deletions docs/whatsnew/0.2.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.. _whatsnew_021:

0.2.1 (XXXX, 2024)
-------------------------

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


Enhancements
~~~~~~~~~~~~
* Added functions :py:func:`~pvanalytics.features.snow.categorize`
and :py:func:`~pvanalytics.features.snow.get_transmission` to categorize
data by the effect of snow on DC voltage and current. (:pull:`209`)

Bug Fixes
~~~~~~~~~

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

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

Testing
~~~~~~~


Contributors
~~~~~~~~~~~~
* Cliff Hansen (:ghuser:`cwhanse`)
* Emma Cooper (:ghuser:`eccoope`)

0 comments on commit 725240f

Please sign in to comment.