Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finalize 0.9.5 #1699

Merged
merged 5 commits into from
Mar 18, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
24 changes: 10 additions & 14 deletions docs/sphinx/source/whatsnew/v0.9.5.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
.. _whatsnew_0950:


v0.9.5 (anticipated March 2023)
-------------------------------
v0.9.5 (March 17, 2023)
-----------------------

Starting with this version, new releases are no longer distributed through
the ``pvlib`` `conda channel <https://anaconda.org/pvlib/pvlib>`_. We recommend
``conda`` users install from the ``conda-forge`` channel instead (see
:ref:`installation`).


Deprecations
~~~~~~~~~~~~


Enhancements
~~~~~~~~~~~~
* Added the optional `string_factor` parameter to
:py:func:`pvlib.snow.loss_townsend` (:issue:`1636`, :pull:`1653`)
:py:func:`pvlib.snow.loss_townsend`. (:issue:`1636`, :pull:`1653`)
* Added optional ``n_ar`` parameter to :py:func:`pvlib.iam.physical` to
support an anti-reflective coating. (:issue:`1501`, :pull:`1616`)
* :py:func:`~pvlib.irradiance.boland` is another diffuse fraction, DF,
Expand Down Expand Up @@ -45,7 +41,7 @@ Enhancements
Bug fixes
~~~~~~~~~
* Added a limit to :py:func:`pvlib.snow.loss_townsend` to guard against
incorrect loss results for systems that are near the ground (:issue:`1636`,
incorrect loss results for systems that are near the ground. (:issue:`1636`,
:pull:`1653`)
* Fixed incorrect mapping of requested parameters names when using the ``get_psm3``
function. Also fixed the random reordering of the dataframe columns.
Expand All @@ -54,30 +50,28 @@ Bug fixes
the time index subset is now selected with ``nearest`` instead of ``before``
and ``after`` for consistency with ``cftime>=1.6.0``. (:issue:`1609`, :pull:`1656`)
* :py:func:`~pvlib.ivtools.sdm.pvsyst_temperature_coeff` no longer raises
a scipy deprecation warning (and is slightly more accurate) (:issue:`1644`, :pull:`1674`)

a scipy deprecation warning (and is slightly more accurate). (:issue:`1644`, :pull:`1674`)

Testing
~~~~~~~
* Added Python 3.11 to test suite. (:pull:`1582`)
* Updated PSM3 test data files to match the new version 3.2.2 data returned
by the PSM3 API (:issue:`1591`, :pull:`1652`)
by the PSM3 API. (:issue:`1591`, :pull:`1652`)
* Testing :py:func:`pvlib.pvsystem.singlediode`, :py:func:`pvlib.pvsystem.v_from_i`,
and :py:func:`pvlib.pvsystem.i_from_v` against precisely generated IV curve data.
(:issue:`411`, :pull:`1573`)


Documentation
~~~~~~~~~~~~~
* Remove LGTM.com integration. (:issue:`1550`, :pull:`1651`)

Benchmarking
~~~~~~~~~~~~~
* Added benchmarks for :py:mod:`pvlib.bifacial.infinite_sheds` (:pull:`1627`)
* Added benchmarks for :py:mod:`pvlib.bifacial.infinite_sheds`. (:pull:`1627`)

Requirements
~~~~~~~~~~~~
* Removed unnecessary ``nose`` test requirement (:pull:`1637`)
* Removed unnecessary ``nose`` test requirement. (:pull:`1637`)

Contributors
~~~~~~~~~~~~
Expand All @@ -95,3 +89,5 @@ Contributors
* Areeba Turabi (:ghuser:`aturabi`)
* Mark Campanelli (:ghuser:`markcampanelli`)
* Taos Transue (:ghuser:`reepoi`)
* Tim Townsend
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cwhanse I wonder if you have an opinion regarding this addition

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems appropriate to me

* Tom Arjannikov (:ghuser:`Arjannikov`)
38 changes: 38 additions & 0 deletions docs/sphinx/source/whatsnew/v0.9.6.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
.. _whatsnew_0960:


v0.9.6 (Anticipated June 2023)
------------------------------


Deprecations
~~~~~~~~~~~~


Enhancements
~~~~~~~~~~~~


Bug fixes
~~~~~~~~~


Testing
~~~~~~~


Documentation
~~~~~~~~~~~~~


Benchmarking
~~~~~~~~~~~~~


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


Contributors
~~~~~~~~~~~~