Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/sphinx/source/reference/location.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _whatsnew_0_13_2:
.. _whatsnew_0_14_0:


v0.13.2 (Anticipated December, 2025)
------------------------------------
v0.14.0 (January 16, 2026)
--------------------------

Breaking Changes
~~~~~~~~~~~~~~~~
Expand All @@ -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
~~~~~~~~~~~~
Expand Down Expand Up @@ -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`)
Expand All @@ -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:`2656`)

Contributors
~~~~~~~~~~~~
Expand All @@ -90,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`)
Comment thread
kandersolar marked this conversation as resolved.
Outdated
Comment thread
kandersolar marked this conversation as resolved.
Outdated
* Aman Srivastava (:ghuser:`aman-coder03`)
* Vincent Filter (:ghuser:`vfilter`)
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ optional = [
'ephem',
'nrel-pysam',
'numba >= 0.17.0',
'solarfactors',
'solarfactors >= 1.6.1',
'statsmodels',
]
doc = [
Expand All @@ -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 = [
Expand Down