Skip to content

Commit

Permalink
Finalize 0.10.3 (#1934)
Browse files Browse the repository at this point in the history
* clean up 0.10.3 whatsnew

* Create v0.10.4.rst

* Update docs/sphinx/source/whatsnew/v0.10.3.rst

Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>

---------

Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
  • Loading branch information
kandersolar and cwhanse committed Dec 20, 2023
1 parent ac70b14 commit 1601760
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 10 deletions.
26 changes: 16 additions & 10 deletions docs/sphinx/source/whatsnew/v0.10.3.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _whatsnew_01030:


v0.10.3 (Anticipated December, 2023)
------------------------------------
v0.10.3 (December 20, 2023)
---------------------------


Enhancements
Expand All @@ -27,10 +27,10 @@ Enhancements
Bug fixes
~~~~~~~~~
* Fixed CAMS error message handler in
:py:func:`pvlib.iotools.get_cams` (:issue:`1799`, :pull:`1905`)
:py:func:`pvlib.iotools.get_cams`. (:issue:`1799`, :pull:`1905`)
* Fix mapping of the dew point column to ``temp_dew`` when ``map_variables``
is True in :py:func:`pvlib.iotools.get_psm3`. (:pull:`1920`)
* Fix :py:class:`pvlib.modelchain.ModelChain` to use attribute `clearsky_model`
* Fix :py:class:`pvlib.modelchain.ModelChain` to use attribute `clearsky_model`.
(:pull:`1924`)

Testing
Expand All @@ -41,10 +41,10 @@ Testing
Documentation
~~~~~~~~~~~~~
* Create :ref:`weatherdata` User's Guide page. (:pull:`1754`)
* Fixed a plotting issue in the IV curve gallery example (:pull:`1895`)
* Added two examples to demonstrate reverse transposition (:pull:`1907`)
* Fixed `detect_clearsky` example in `clearsky.rst` (:issue:`1914`)
* Clarified purpose of `ModelChain.clearsky_model` (:pull:`1924`)
* Fixed a plotting issue in the IV curve gallery example. (:pull:`1895`)
* Added two examples to demonstrate reverse transposition. (:pull:`1907`)
* Fixed :py:func:`~pvlib.clearsky.detect_clearsky` example in :ref:`clearsky`. (:issue:`1914`)
* Clarified purpose of `ModelChain.clearsky_model`. (:pull:`1924`)


Requirements
Expand All @@ -61,9 +61,15 @@ Contributors
* Abigail Jones (:ghuser:`ajonesr`)
* Cliff Hansen (:ghuser:`cwhanse`)
* Gilles Fischer (:ghuser:`GillesFischerV`)
* Adam R. Jensen (:ghusuer:`AdamRJensen`)
* Adam R. Jensen (:ghuser:`AdamRJensen`)
* :ghuser:`matsuobasho`
* Harry Jack (:ghuser:`harry-solcast`)
* Kevin Anderson (:ghuser:`kandersolar`)
* Lorenzo Riches (:ghuser:`lorenzo-solcast`)
* Cliff Hansen (:ghuser:`cwhanse`)
* Hugh Cutcher (:ghuser:`hugh-solcast`)
* Echedey Luis (:ghuser:`echedey-ls`)
* Will Holmgren (:ghuser:`wholmgren`)
* Miroslav Šedivý (:ghuser:`eumiro`)
* Mark Mikofski (:ghuser:`mikofski`)
* Phoebe Pearce (:ghuser:`phoebe-p`)
* Eva-Maria Grommes (:ghuser:`EwaGomez`)
30 changes: 30 additions & 0 deletions docs/sphinx/source/whatsnew/v0.10.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
.. _whatsnew_01040:


v0.10.4 (Anticipated March, 2024)
---------------------------------


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


Bug fixes
~~~~~~~~~


Testing
~~~~~~~


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


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


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

0 comments on commit 1601760

Please sign in to comment.