Releases: ActiveState/odo
Releases · ActiveState/odo
0.5.0.post2
ActiveState maintenance release on top of upstream odo 0.5.0 (the last version published to PyPI).
This release line is based on the released 0.5.0 — not the never-published 0.5.1 tag.
Changes since 0.5.0
- 0.5.0.post1 — Load the
Iterator/IterableABCs fromcollections.abcinstead ofcollections. These were moved in Python 3.3 and removed from thecollectionstop-level namespace in Python 3.10 (upstream blaze#626). - 0.5.0.post2 — Register the NaT conversion edge against
type(pd.NaT)instead ofpd.tslib.NaTType. pandas removed thetslibmodule in 0.24, which otherwise raisedAttributeError: module 'pandas' has no attribute 'tslib'on import (upstream blaze#621; ports commit e0e26ca).
Both are compatibility fixes only — no behavioral changes.
🤖 Generated with Claude Code