Skip to content

Commit 1601760

Browse files
kandersolarcwhanse
andauthored
Finalize 0.10.3 (#1934)
* 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>
1 parent ac70b14 commit 1601760

File tree

2 files changed

+46
-10
lines changed

2 files changed

+46
-10
lines changed

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

+16-10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _whatsnew_01030:
22

33

4-
v0.10.3 (Anticipated December, 2023)
5-
------------------------------------
4+
v0.10.3 (December 20, 2023)
5+
---------------------------
66

77

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

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

4949

5050
Requirements
@@ -61,9 +61,15 @@ Contributors
6161
* Abigail Jones (:ghuser:`ajonesr`)
6262
* Cliff Hansen (:ghuser:`cwhanse`)
6363
* Gilles Fischer (:ghuser:`GillesFischerV`)
64-
* Adam R. Jensen (:ghusuer:`AdamRJensen`)
64+
* Adam R. Jensen (:ghuser:`AdamRJensen`)
6565
* :ghuser:`matsuobasho`
6666
* Harry Jack (:ghuser:`harry-solcast`)
6767
* Kevin Anderson (:ghuser:`kandersolar`)
6868
* Lorenzo Riches (:ghuser:`lorenzo-solcast`)
69-
* Cliff Hansen (:ghuser:`cwhanse`)
69+
* Hugh Cutcher (:ghuser:`hugh-solcast`)
70+
* Echedey Luis (:ghuser:`echedey-ls`)
71+
* Will Holmgren (:ghuser:`wholmgren`)
72+
* Miroslav Šedivý (:ghuser:`eumiro`)
73+
* Mark Mikofski (:ghuser:`mikofski`)
74+
* Phoebe Pearce (:ghuser:`phoebe-p`)
75+
* Eva-Maria Grommes (:ghuser:`EwaGomez`)
+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
.. _whatsnew_01040:
2+
3+
4+
v0.10.4 (Anticipated March, 2024)
5+
---------------------------------
6+
7+
8+
Enhancements
9+
~~~~~~~~~~~~
10+
11+
12+
Bug fixes
13+
~~~~~~~~~
14+
15+
16+
Testing
17+
~~~~~~~
18+
19+
20+
Documentation
21+
~~~~~~~~~~~~~
22+
23+
24+
Requirements
25+
~~~~~~~~~~~~
26+
27+
28+
Contributors
29+
~~~~~~~~~~~~
30+

0 commit comments

Comments
 (0)