Skip to content

Releases: ActiveState/odo

0.5.0.post2

23 Jun 17:46

Choose a tag to compare

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/Iterable ABCs from collections.abc instead of collections. These were moved in Python 3.3 and removed from the collections top-level namespace in Python 3.10 (upstream blaze#626).
  • 0.5.0.post2 — Register the NaT conversion edge against type(pd.NaT) instead of pd.tslib.NaTType. pandas removed the tslib module in 0.24, which otherwise raised AttributeError: 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