Skip to content

Finalize 0.9.1 #1431

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

Merged
merged 10 commits into from
Mar 29, 2022
Merged
Show file tree
Hide file tree
Changes from all 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
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</tr>
<tr>
<td>Code Quality</td>
 <td>
<td>
<a href="https://lgtm.com/projects/g/pvlib/pvlib-python/context:python">
<img src="https://img.shields.io/lgtm/grade/python/g/pvlib/pvlib-python.svg?logo=lgtm&logoWidth=18" alt="lgtm quality grade" />
</a>
Expand All @@ -46,7 +46,7 @@
</tr>
<tr>
<td>Coverage</td>
 <td>
<td>
<a href="https://coveralls.io/r/pvlib/pvlib-python">
<img src="https://img.shields.io/coveralls/pvlib/pvlib-python.svg" alt="coveralls coverage" />
</a>
Expand All @@ -62,11 +62,12 @@
<img src="https://img.shields.io/badge/benchmarks-asv-lightgrey" />
</a>
</td>
</tr>
</tr>
<tr>
<td>Publications</td>
<td>
<a href="https://doi.org/10.5281/zenodo.3762635">
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.3762635.svg" alt="zenodo reference">
<a href="https://doi.org/10.5281/zenodo.593284">
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.593284.svg" alt="zenodo reference">
Copy link
Member Author

Choose a reason for hiding this comment

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

This DOI is the special one that always resolves to the latest version; I figure that was the best option here since this URL isn't really shown to the user anyway.

</a>
<a href="http://joss.theoj.org/papers/41187535cad22dd4b076c89b72f874b1">
<img src="http://joss.theoj.org/papers/41187535cad22dd4b076c89b72f874b1/status.svg" alt="JOSS reference" />
Expand Down Expand Up @@ -107,7 +108,7 @@ Installation
============

pvlib-python releases may be installed using the ``pip`` and ``conda`` tools.
Please see the [Installation page](http://pvlib-python.readthedocs.io/en/stable/installation.html) of the documentation for complete instructions.
Please see the [Installation page](https://pvlib-python.readthedocs.io/en/stable/user_guide/installation.html) of the documentation for complete instructions.


Contributing
Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/source/user_guide/bifacial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ irradiance:


pvfactors
=========
---------
Copy link
Member Author

Choose a reason for hiding this comment

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

These were being incorrectly interpreted as top-level headers. This demotes them to second-level.


The `pvfactors <https://sunpower.github.io/pvfactors/>`_ package calculates
incident irradiance on the front and back surfaces of an array. pvfactors uses
Expand All @@ -35,7 +35,7 @@ trackers.


Infinite Sheds
==============
--------------

The "infinite sheds" model [1] is a 2-dimensional model of irradiance on the
front and rear surfaces of a PV array. The model assumes that the array
Expand Down
21 changes: 11 additions & 10 deletions docs/sphinx/source/whatsnew/v0.9.1.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
.. _whatsnew_0910:

v0.9.1 (TBD)
--------------------------

Breaking changes
~~~~~~~~~~~~~~~~
v0.9.1 (March 29, 2022)
-----------------------

Deprecations
~~~~~~~~~~~~
* Moved :py:func:`pvlib.bifacial.pvfactors_timeseries` to
:py:func:`pvlib.bifacial.pvfactors.pvfactors_timeseries`.
:py:module:`pvlib.bifacial` is now a sub-package. (:pull:`717`)
:py:mod:`pvlib.bifacial` is now a sub-package. (:pull:`717`)
* :py:func:`pvlib.modelchain.basic_chain` is deprecated.
See :py:meth:`pvlib.modelchain.ModelChain.with_pvwatts` and
:py:meth:`pvlib.modelchain.ModelChain.with_sapm` for alternative simplified
Expand All @@ -23,7 +20,7 @@ Enhancements
~~~~~~~~~~~~
* Added ``map_variables`` option to :py:func:`pvlib.iotools.get_psm3` and
:py:func:`pvlib.iotools.read_psm3` (:pull:`1374`)
* Added `pvlib.bifacial.infinite_sheds`, containing a model for irradiance
* Added ``pvlib.bifacial.infinite_sheds``, containing a model for irradiance
on front and back surfaces of bifacial arrays. (:pull:`717`)
* Added ``map_variables`` option to :func:`~pvlib.iotools.read_crn` (:pull:`1368`)
* Added :py:func:`pvlib.temperature.prilliman` for modeling cell temperature
Expand All @@ -37,7 +34,7 @@ Bug fixes
values were returned when the sun is behind the plane of array (:issue:`1348`, :pull:`1349`)
* Fixed bug in :py:func:`pvlib.iotools.get_pvgis_hourly` where the ``optimal_surface_tilt``
argument was not being passed to the ``optimalinclination`` request parameter (:pull:`1356`)
* Fixed bug in :py:func:`pvlib.bifacial.pvfactors_timeseries` where scalar ``surface_tilt``
* Fixed bug in :py:func:`pvlib.bifacial.pvfactors.pvfactors_timeseries` where scalar ``surface_tilt``
and ``surface_azimuth`` inputs caused an error (:issue:`1127`, :issue:`1332`, :pull:`1361`)
* Added -99999 to list of values to map to nan in :func:`~pvlib.iotools.read_crn`
(:issue:`1372`, :pull:`1368`)
Expand All @@ -58,7 +55,7 @@ Documentation
* Fix documentation return error in :py:meth:`pvlib.forecast.ForecastModel.cloud_cover_to_transmittance_linear`
(:issue:`1367`, :pull:`1370`)
* Add gallery example illustrating bifacial simulation using the
:py:func:`pvlib.bifacial.pvfactors_timeseries` function and either
:py:func:`pvlib.bifacial.pvfactors.pvfactors_timeseries` function and either
:py:class:`pvlib.modelchain.ModelChain` or procedural functions.
(:pull:`1394`)
* Fix some typos (:pull:`1414`)
Expand Down Expand Up @@ -86,4 +83,8 @@ Contributors
* Jack Kelly (:ghuser:`JackKelly`)
* Somasree Majumder(:ghuser:`soma2000-lang`)
* Naman Priyadarshi (:ghuser:`Naman-Priyadarshi`)
* Shashwata Roy (:ghuser: `RoyCoding8`)
* Will Holmgren (:ghuser:`wholmgren`)
* Mark Mikofksi (:ghuser:`mikofski`)
* Will Hobbs (:ghuser:`williamhobbs`)
* Uday Guntupalli (:ghuser:`uguntupalli`)
* Shashwata Roy (:ghuser:`RoyCoding8`)