Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.32 KB

File metadata and controls

56 lines (39 loc) · 1.32 KB

v0.11.3 (Anticipated March, 2025)

Deprecations

Enhancements

Bug Fixes

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`)

Breaking Changes

  • To ensure that the time zone in pvlib.location.Location remains internally consistent if/when the time zone is updated, the tz attribute becomes the single source of time-zone truth, is the single time-zone setter interface, and its getter consistently returns an IANA string. datetime.tzinfo subclasses (including time zones from pytz and zoneinfo) are still fully supported in the tz setter, but the pytz attribute becomes read only. (:issue:`2340`, :pull:`2341`)

Contributors