From 028b31afadcb8bc8f4b7d6962a743a1a902fd6b7 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 27 Nov 2024 09:27:43 -0500 Subject: [PATCH] Finalize v0.2.2 (#217) * whatsnew cleanup * create empty whatsnew file for next version --- docs/whatsnew/0.2.2.rst | 24 +++++------------------- docs/whatsnew/index.rst | 1 + docs/whatsnew/v0.2.3.rst | 29 +++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 19 deletions(-) create mode 100644 docs/whatsnew/v0.2.3.rst diff --git a/docs/whatsnew/0.2.2.rst b/docs/whatsnew/0.2.2.rst index 4097791f..c3f9b6c8 100644 --- a/docs/whatsnew/0.2.2.rst +++ b/docs/whatsnew/0.2.2.rst @@ -1,7 +1,7 @@ .. _whatsnew_022: -0.2.2 (not yet released) ------------------------- +0.2.2 (November 27, 2024) +------------------------- Enhancements @@ -12,26 +12,12 @@ Enhancements :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 +* Added optional keyword ``outside_domain`` to :py:func:`~pvanalytics.quality.irradiance.check_irradiance_consistency_qcrad`. (:pull:`214`) -Bug Fixes -~~~~~~~~~ - - -Requirements -~~~~~~~~~~~~ - - -Documentation -~~~~~~~~~~~~~ - - -Testing -~~~~~~~ - - Contributors ~~~~~~~~~~~~ * Adam R. Jensen (:ghuser:`AdamRJensen`) +* Cliff Hansen (:ghuser:`cwhanse`) +* Kevin Anderson (:ghuser:`kandersolar`) diff --git a/docs/whatsnew/index.rst b/docs/whatsnew/index.rst index a4478e37..1b884ef5 100644 --- a/docs/whatsnew/index.rst +++ b/docs/whatsnew/index.rst @@ -7,6 +7,7 @@ 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 diff --git a/docs/whatsnew/v0.2.3.rst b/docs/whatsnew/v0.2.3.rst new file mode 100644 index 00000000..ab9225ea --- /dev/null +++ b/docs/whatsnew/v0.2.3.rst @@ -0,0 +1,29 @@ +.. _whatsnew_023: + +0.2.3 (not yet released) +------------------------ + + +Enhancements +~~~~~~~~~~~~ + + +Bug Fixes +~~~~~~~~~ + + +Requirements +~~~~~~~~~~~~ + + +Documentation +~~~~~~~~~~~~~ + + +Testing +~~~~~~~ + + +Contributors +~~~~~~~~~~~~ +