Skip to content

Commit 099e573

Browse files
authored
move contents of 0.6.4 whatsnew into 0.7.0 whatsnew (#899)
* fix indentation * add notes to 0.7.0 and 0.7.2 files * remove unreleased 0.6.4.rst
1 parent 64a6498 commit 099e573

File tree

3 files changed

+19
-34
lines changed

3 files changed

+19
-34
lines changed

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

Lines changed: 0 additions & 31 deletions
This file was deleted.

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ API Breaking Changes
2121
an exception instead of displaying a dialog.
2222
* The `modelchain.ModelChain.diode_params` attribute is now formatted in
2323
a pandas.DataFrame with `DatetimeIndex`, rather than in a tuple.
24+
* ``PVSystem.pvwatts_ac`` now uses inverter DC input limit
25+
``PVSystem.inverter_parameters['pdc0']`` instead of module nameplate
26+
capacity ``PVSystem.module_parameters['pdc0']``. (:issue:`734`)
27+
* ``ModelChain.infer_ac_model`` now uses the presence of the key ``'pdc0'``
28+
``PVSystem.inverter_parameters`` to determine if the `pvwatts_ac`
29+
inverter model should be used. The inference method previously looked
30+
for the key in ``PVSystem.module_parameters``. (:issue:`734`)
2431

2532
API Changes with Deprecations
2633
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -30,7 +37,7 @@ API Changes with Deprecations
3037
- Renamed `pvsystem.sapm_celltemp` and `pvsystem.pvsyst_celltemp`
3138
to `temperature.sapm_cell` and `temperature.pvsyst_cell`.
3239
- `temperature.sapm_cell` returns only the cell temperature, whereas the
33-
old `pvsystem.sapm_celltemp` returned a `DataFrame` with both cell and module temperatures.
40+
old `pvsystem.sapm_celltemp` returned a `DataFrame` with both cell and module temperatures.
3441
- Created `temperature.sapm_module` to return module temperature using the SAPM temperature model.
3542
- Changed the order of arguments for `pvsystem.sapm_celltemp`,
3643
`pvsystem.pvsyst_celltemp` and `PVSystem.sapm_celltemp` to be consistent
@@ -71,7 +78,7 @@ API Changes with Deprecations
7178
- `ModelChain.temperature_model_parameters` now defaults to `None`. The temperature
7279
model can be inferred from `PVSystem.temperature_model_parameters`.
7380
- `ModelChain.temps` attribute renamed to `ModelChain.cell_temperature`,
74-
and its datatype is now `numeric` rather than `DataFrame`.
81+
and its datatype is now `numeric` rather than `DataFrame`.
7582
- If `PVSystem.temperature_model_parameters` is not specified, `ModelChain`
7683
defaults to old behavior, using the SAPM temperature model with parameter
7784
set `open_rack_glass_glass`. This behavior is deprecated, and will be
@@ -158,6 +165,11 @@ Bug fixes
158165
(:issue:`754`)
159166
* Fix reading raw MIDC CSV files from NREL where the number of header
160167
columns does not match the number of data columns.
168+
* Fix installation issue due to missing ``requests`` dependency.
169+
(:issue:`725`)
170+
* ``PVSystem.pvwatts_ac`` now uses inverter DC input limit
171+
``PVSystem.inverter_parameters['pdc0']`` instead of module nameplate
172+
capacity ``PVSystem.module_parameters['pdc0']``. (:issue:`734`)
161173

162174
Testing
163175
~~~~~~~

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,15 @@ Bug fixes
2525
passing ``tz=datetime.timezone.utc`` (:pull:`879`)
2626
* Fix documentation homepage title to "pvlib python" based on first heading on
2727
the page. (:pull:`890`) (:issue:`888`)
28+
* Fix missing
29+
`0.7.0 what's new <https://pvlib-python.readthedocs.io/en/stable/whatsnew.html#v0-7-0-december-18-2019>`_
30+
entries about changes to ``PVSystem.pvwatts_ac``. Delete unreleased
31+
0.6.4 what's new file. (:issue:`898`)
2832

2933
Documentation
3034
~~~~~~~~~~~~~
3135
* Add NumFOCUS affiliation to Sphinx documentation :pull:`862`
32-
* Add example of IV curve generation :pull:`872`
36+
* Add example of IV curve generation :pull:`872`
3337

3438
Requirements
3539
~~~~~~~~~~~~

0 commit comments

Comments
 (0)