- :py:class:`pvlib.forecast.ForecastModel` now requires
startandendarguments to be tz-localized. (:issue:`877`, :pull:`879`)
- TMY3 dataframe returned by :py:func:`~pvlib.iotools.read_tmy3` now contains
the original
Date (MM/DD/YYYY)andTime (HH:MM)columns that the indices were parsed from (:pull:`866`)
- Fix :py:func:`~pvlib.iotools.read_tmy3` parsing when February contains a leap year (:pull:`866`)
- Implement NREL Developer Network API key for consistent success with API calls in :py:mod:`pvlib.tests.iotools.test_psm3` (:pull:`873`)
- Fix issue with :py:class:`pvlib.location.Location` creation when
passing
tz=datetime.timezone.utc(:pull:`879`)
- Add NumFOCUS affiliation to Sphinx documentation :pull:`862`
- Add example of IV curve generation :pull:`872`
- nrel-pysam (optional) minimum set to v1.0.0 (:issue:`874`)
- Mark Mikofski (:ghuser:`mikofski`)
- Cliff Hansen (:ghuser:`cwhanse`)
- Cameron T. Stark (:ghuser:`camerontstark`)
- Will Holmgren (:ghuser:`wholmgren`)
- Kevin Anderson (:ghuser:`kanderso-nrel`)
- Karthikeyan Singaravelan (:ghuser:`tirkarthi`)