Skip to content

use hrrr surface temp, wind. other refactoring #612

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 3 commits into from
Nov 26, 2018
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
7 changes: 5 additions & 2 deletions docs/sphinx/source/whatsnew/v0.6.1.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _whatsnew_0601:

v0.6.1 (EST October, 2018)
--------------------------
v0.6.1 (EST November, 2018)
---------------------------

This is a minor release. We recommend all users of v0.6.0 upgrade to this
release.
Expand Down Expand Up @@ -39,6 +39,9 @@ Enhancements
* Created :py:func:`pvlib.iotools.read_surfrad` to read NOAA SURFRAD data. (:issue:`590`)
* Created :py:func:`pvlib.iotools.read_midc` and :py:func:`pvlib.iotools.read_midc_raw_data_from_nrel`
to read NREL MIDC data. (:issue:`601`)
* Use HRRR modeled surface temperature values instead of inferring from
isobaric values and modeled wind speed instead of inferring from gust.
(:issue:`604`)
* Change :py:func:`pvlib.pvsystem.sapm_spectral_loss` to avoid numpy warning.


Expand Down
Loading