Skip to content

Commit b3a3782

Browse files
authored
Finalize v0.14.0 (#2656)
* rename v0.13.2 to v0.14.0 * rename 0.13.3 to 0.14.1 * set minimum solarfactors to 1.6.1 * add missing contributors * fix minor rst warning * release date += 1 * Update docs/sphinx/source/whatsnew/v0.14.0.rst
1 parent 9774a26 commit b3a3782

File tree

5 files changed

+16
-27
lines changed

5 files changed

+16
-27
lines changed

docs/sphinx/source/reference/location.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Classes
1616
:toctree: generated/
1717

1818
location.Location
19+
1920
A :py:class:`~pvlib.location.Location` object may be created from the
2021
metadata returned by these file types:
2122

docs/sphinx/source/whatsnew.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ What's New
66

77
These are new features and improvements of note in each release.
88

9-
.. include:: whatsnew/v0.13.2.rst
9+
.. include:: whatsnew/v0.14.0.rst
1010
.. include:: whatsnew/v0.13.1.rst
1111
.. include:: whatsnew/v0.13.0.rst
1212
.. include:: whatsnew/v0.12.0.rst
Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.. _whatsnew_0_13_2:
1+
.. _whatsnew_0_14_0:
22

33

4-
v0.13.2 (Anticipated December, 2025)
5-
------------------------------------
4+
v0.14.0 (January 16, 2026)
5+
--------------------------
66

77
Breaking Changes
88
~~~~~~~~~~~~~~~~
@@ -12,14 +12,6 @@ Breaking Changes
1212
* Rename output column names to be prefixed with ``"poa_"`` when ``return_components=True``
1313
in :py:func:`~pvlib.irradiance.haydavies`, :py:func:`~pvlib.irradiance.perez`,
1414
and :py:func:`~pvlib.irradiance.perez_driesse`. (:issue:`2529`, :pull:`2627`)
15-
16-
17-
Deprecations
18-
~~~~~~~~~~~~
19-
20-
21-
Bug fixes
22-
~~~~~~~~~
2315

2416
Enhancements
2517
~~~~~~~~~~~~
@@ -57,7 +49,6 @@ Documentation
5749
* Fix typo in parameter name ``atmos_refract`` in :py:func:`pvlib.solarposition.spa_python`
5850
and :py:func:`pvlib.spa.solar_position`. (:issue:`2532`, :pull:`2592`)
5951

60-
6152
Testing
6253
~~~~~~~
6354
* Add Python 3.14 to test suite. (:pull:`2590`)
@@ -66,18 +57,9 @@ Testing
6657
* Correct argument and value order in :py:func:`~pvlib.tests.ivtools.test_sde`,
6758
in tests of :py:func:`~pvlib.ivtools.sde._fit_sandia_cocontent`. (:issue:`2613`, :pull:`2615`)
6859

69-
70-
Benchmarking
71-
~~~~~~~~~~~~
72-
73-
7460
Requirements
7561
~~~~~~~~~~~~
76-
77-
78-
Maintenance
79-
~~~~~~~~~~~
80-
62+
* Advance minimum solarfactors to v1.6.1. (:pull:`2656`)
8163

8264
Contributors
8365
~~~~~~~~~~~~
@@ -90,3 +72,9 @@ Contributors
9072
* Anton Driesse (:ghuser:`adriesse`)
9173
* Rajiv Daxini (:ghuser:`RDaxini`)
9274
* Kevin Anderson (:ghuser:`kandersolar`)
75+
* Mark Mikofski (:ghuser:`mikofski`)
76+
* Will Holmgren (:ghuser:`wholmgren`)
77+
* Ioannis Sifnaios (:ghuser:`IoannisSifnaios`)
78+
* Mark Campanelli (:ghuser:`markcampanelli`)
79+
* Aman Srivastava (:ghuser:`aman-coder03`)
80+
* Vincent Filter (:ghuser:`vfilter`)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.. _whatsnew_0_13_3:
1+
.. _whatsnew_0_14_1:
22

33

4-
v0.13.3 (Month XX, 20YY)
4+
v0.14.1 (Month XX, 20YY)
55
-----------------------
66

77
Breaking Changes

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ optional = [
5050
'ephem',
5151
'nrel-pysam',
5252
'numba >= 0.17.0',
53-
'solarfactors',
53+
'solarfactors >= 1.6.1',
5454
'statsmodels',
5555
]
5656
doc = [
@@ -64,7 +64,7 @@ doc = [
6464
'pillow',
6565
'sphinx-toggleprompt == 0.5.2',
6666
'sphinx-favicon',
67-
'solarfactors',
67+
'solarfactors >= 1.6.1',
6868
'sphinx-hoverxref ~= 1.4.2', # when updating, check that _static/tooltipster_color_theming.css still works
6969
]
7070
test = [

0 commit comments

Comments
 (0)