Skip to content

Latest commit

 

History

History
94 lines (78 loc) · 4.12 KB

File metadata and controls

94 lines (78 loc) · 4.12 KB

v0.11.3 (Anticipated March, 2025)

Breaking Changes

  • The pvlib.location.Location.pytz attribute is now read only. The pytz attribute is now set internally to be consistent with the pvlib.location.Location.tz attribute. (:issue:`2340`, :pull:`2341`)
  • Users must now provide ModelChain.spectral_model, or the 'no_loss' spectral model is assumed. pvlib.modelchain.ModelChain no longer attempts to infer the spectral model from PVSystem attributes. (:issue:`2017`, :pull:`2253`)
  • :py:func:`~pvlib.iotools.read_tmy3` now defaults to map_variables=True. Additionally, the deprecated recolumn parameter is now removed. (:issue:`2324`, :pull:`2408`)

Bug fixes

Deprecations

Enhancements

Documentation

Testing

Requirements

Maintenance

  • Fix ReadTheDocs builds by upgrading readthedocs.yml configuration (:issue:`2357`, :pull:`2358`)
  • asv 0.4.2 upgraded to asv 0.6.4 to fix CI failure due to pinned older conda. (:pull:`2352`)

Contributors