We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8373ac4 commit eee6f51Copy full SHA for eee6f51
docs/sphinx/source/whatsnew/v0.11.3.rst
@@ -16,9 +16,9 @@ Bug Fixes
16
~~~~~~~~~
17
* Ensure proper tz and pytz types in pvlib.location.Location. tz becomes the
18
single source of time-zone truth, is the single time-zone setter interface,
19
- and the getter consistently returns an IANA string. pytz attribute becomes
20
- read only. Any datetime.tzinfo subclass is fully supported in tz setter.
21
- (:issue:`2340`, :pull:`2341`)
+ and the getter consistently returns an IANA string. datetime.tzinfo
+ subclasses are fully supported in tz setter. pytz attribute becomes read
+ only. (:issue:`2340`, :pull:`2341`)
22
23
24
Documentation
0 commit comments