Skip to content

Latest commit

 

History

History
91 lines (76 loc) · 3.95 KB

File metadata and controls

91 lines (76 loc) · 3.95 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`)

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