py-v0.8.0
Breaking Changes
- A bare
DataTypeis now exported through__arrow_c_schema__(such as when passing topyarrow.field) withnullable: true. This is required to match equality semantics with pyarrow. by @kylebarron in #483
Bug Fixes
- fix!: Fix type equality between arro3 and pyarrow by @kylebarron in #483
Full Changelog: py-v0.7.0...py-v0.8.0