From 68d1d701ec7754f56bedba5bb84560bdbda91297 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Thu, 15 Jan 2026 18:32:51 -0500 Subject: [PATCH 1/7] rename v0.13.2 to v0.14.0 --- docs/sphinx/source/whatsnew.rst | 2 +- .../whatsnew/{v0.13.2.rst => v0.14.0.rst} | 26 +++---------------- 2 files changed, 5 insertions(+), 23 deletions(-) rename docs/sphinx/source/whatsnew/{v0.13.2.rst => v0.14.0.rst} (94%) diff --git a/docs/sphinx/source/whatsnew.rst b/docs/sphinx/source/whatsnew.rst index c38bd96134..b55e253df8 100644 --- a/docs/sphinx/source/whatsnew.rst +++ b/docs/sphinx/source/whatsnew.rst @@ -6,7 +6,7 @@ What's New These are new features and improvements of note in each release. -.. include:: whatsnew/v0.13.2.rst +.. include:: whatsnew/v0.14.0.rst .. include:: whatsnew/v0.13.1.rst .. include:: whatsnew/v0.13.0.rst .. include:: whatsnew/v0.12.0.rst diff --git a/docs/sphinx/source/whatsnew/v0.13.2.rst b/docs/sphinx/source/whatsnew/v0.14.0.rst similarity index 94% rename from docs/sphinx/source/whatsnew/v0.13.2.rst rename to docs/sphinx/source/whatsnew/v0.14.0.rst index f9d92c50f3..727558f22a 100644 --- a/docs/sphinx/source/whatsnew/v0.13.2.rst +++ b/docs/sphinx/source/whatsnew/v0.14.0.rst @@ -1,8 +1,8 @@ -.. _whatsnew_0_13_2: +.. _whatsnew_0_14_0: -v0.13.2 (Anticipated December, 2025) ------------------------------------- +v0.14.0 (January 15, 2025) +-------------------------- Breaking Changes ~~~~~~~~~~~~~~~~ @@ -12,14 +12,6 @@ Breaking Changes * Rename output column names to be prefixed with ``"poa_"`` when ``return_components=True`` in :py:func:`~pvlib.irradiance.haydavies`, :py:func:`~pvlib.irradiance.perez`, and :py:func:`~pvlib.irradiance.perez_driesse`. (:issue:`2529`, :pull:`2627`) - - -Deprecations -~~~~~~~~~~~~ - - -Bug fixes -~~~~~~~~~ Enhancements ~~~~~~~~~~~~ @@ -57,7 +49,6 @@ Documentation * Fix typo in parameter name ``atmos_refract`` in :py:func:`pvlib.solarposition.spa_python` and :py:func:`pvlib.spa.solar_position`. (:issue:`2532`, :pull:`2592`) - Testing ~~~~~~~ * Add Python 3.14 to test suite. (:pull:`2590`) @@ -66,18 +57,9 @@ Testing * Correct argument and value order in :py:func:`~pvlib.tests.ivtools.test_sde`, in tests of :py:func:`~pvlib.ivtools.sde._fit_sandia_cocontent`. (:issue:`2613`, :pull:`2615`) - -Benchmarking -~~~~~~~~~~~~ - - Requirements ~~~~~~~~~~~~ - - -Maintenance -~~~~~~~~~~~ - +* Advance minimum solarfactors to v1.6.1. (:pull:``) Contributors ~~~~~~~~~~~~ From 6a962a58ed54f20f7088275765d113b384762786 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Thu, 15 Jan 2026 18:33:09 -0500 Subject: [PATCH 2/7] rename 0.13.3 to 0.14.1 --- docs/sphinx/source/whatsnew/{v0.13.3.rst => v0.14.1.rst} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename docs/sphinx/source/whatsnew/{v0.13.3.rst => v0.14.1.rst} (86%) diff --git a/docs/sphinx/source/whatsnew/v0.13.3.rst b/docs/sphinx/source/whatsnew/v0.14.1.rst similarity index 86% rename from docs/sphinx/source/whatsnew/v0.13.3.rst rename to docs/sphinx/source/whatsnew/v0.14.1.rst index 1df727e708..3a15193886 100644 --- a/docs/sphinx/source/whatsnew/v0.13.3.rst +++ b/docs/sphinx/source/whatsnew/v0.14.1.rst @@ -1,7 +1,7 @@ -.. _whatsnew_0_13_3: +.. _whatsnew_0_14_1: -v0.13.3 (Month XX, 20YY) +v0.14.1 (Month XX, 20YY) ----------------------- Breaking Changes From a5f1d960c8284c31abf4d4f3e55ea8b31bad586c Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Thu, 15 Jan 2026 18:33:25 -0500 Subject: [PATCH 3/7] set minimum solarfactors to 1.6.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 406551680d..f359cc846d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ optional = [ 'ephem', 'nrel-pysam', 'numba >= 0.17.0', - 'solarfactors', + 'solarfactors >= 1.6.1', 'statsmodels', ] doc = [ @@ -64,7 +64,7 @@ doc = [ 'pillow', 'sphinx-toggleprompt == 0.5.2', 'sphinx-favicon', - 'solarfactors', + 'solarfactors >= 1.6.1', 'sphinx-hoverxref ~= 1.4.2', # when updating, check that _static/tooltipster_color_theming.css still works ] test = [ From e7ecef99e9eb2114bfc6da781aefee7b61514eef Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Thu, 15 Jan 2026 18:57:56 -0500 Subject: [PATCH 4/7] add missing contributors --- docs/sphinx/source/whatsnew/v0.14.0.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.14.0.rst b/docs/sphinx/source/whatsnew/v0.14.0.rst index 727558f22a..566bba6b9f 100644 --- a/docs/sphinx/source/whatsnew/v0.14.0.rst +++ b/docs/sphinx/source/whatsnew/v0.14.0.rst @@ -59,7 +59,7 @@ Testing Requirements ~~~~~~~~~~~~ -* Advance minimum solarfactors to v1.6.1. (:pull:``) +* Advance minimum solarfactors to v1.6.1. (:pull:`2656`) Contributors ~~~~~~~~~~~~ @@ -72,3 +72,10 @@ Contributors * Anton Driesse (:ghuser:`adriesse`) * Rajiv Daxini (:ghuser:`RDaxini`) * Kevin Anderson (:ghuser:`kandersolar`) +* Mark Mikofski (:ghuser:`mikofski`) +* Will Holmgren (:ghuser:`wholmgren`) +* Ioannis Sifnaios (:ghuser:`IoannisSifnaios`) +* Mark Campanelli (:ghuser:`markcampanelli`) +* Jesus Polo (:ghuser:`jesuspolo`) +* Aman Srivastava (:ghuser:`aman-coder03`) +* Vincent Filter (:ghuser:`vfilter`) From c2901a4ab88663f4f149398bc7b3d2c58be9846b Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Thu, 15 Jan 2026 19:09:27 -0500 Subject: [PATCH 5/7] fix minor rst warning --- docs/sphinx/source/reference/location.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sphinx/source/reference/location.rst b/docs/sphinx/source/reference/location.rst index 7fe859f295..5215ba81b7 100644 --- a/docs/sphinx/source/reference/location.rst +++ b/docs/sphinx/source/reference/location.rst @@ -16,6 +16,7 @@ Classes :toctree: generated/ location.Location + A :py:class:`~pvlib.location.Location` object may be created from the metadata returned by these file types: From e78a8de48e7baeb5938b1f81858c535ace2d9868 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Fri, 16 Jan 2026 08:23:45 -0500 Subject: [PATCH 6/7] release date += 1 --- docs/sphinx/source/whatsnew/v0.14.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.14.0.rst b/docs/sphinx/source/whatsnew/v0.14.0.rst index 566bba6b9f..d799042f63 100644 --- a/docs/sphinx/source/whatsnew/v0.14.0.rst +++ b/docs/sphinx/source/whatsnew/v0.14.0.rst @@ -1,7 +1,7 @@ .. _whatsnew_0_14_0: -v0.14.0 (January 15, 2025) +v0.14.0 (January 16, 2026) -------------------------- Breaking Changes From d9d5b369df019b654c604e4393fa6e5dec6ab766 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Fri, 16 Jan 2026 11:54:51 -0500 Subject: [PATCH 7/7] Update docs/sphinx/source/whatsnew/v0.14.0.rst --- docs/sphinx/source/whatsnew/v0.14.0.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.14.0.rst b/docs/sphinx/source/whatsnew/v0.14.0.rst index d799042f63..4d7c4b1a50 100644 --- a/docs/sphinx/source/whatsnew/v0.14.0.rst +++ b/docs/sphinx/source/whatsnew/v0.14.0.rst @@ -76,6 +76,5 @@ Contributors * Will Holmgren (:ghuser:`wholmgren`) * Ioannis Sifnaios (:ghuser:`IoannisSifnaios`) * Mark Campanelli (:ghuser:`markcampanelli`) -* Jesus Polo (:ghuser:`jesuspolo`) * Aman Srivastava (:ghuser:`aman-coder03`) * Vincent Filter (:ghuser:`vfilter`)