Skip to content

py-v0.8.0

Choose a tag to compare

@kylebarron kylebarron released this 23 Feb 03:43
· 17 commits to main since this release
135c1ec

Breaking Changes

  • A bare DataType is now exported through __arrow_c_schema__ (such as when passing to pyarrow.field) with nullable: true. This is required to match equality semantics with pyarrow. by @kylebarron in #483

Bug Fixes

Full Changelog: py-v0.7.0...py-v0.8.0