Skip to content

Commit

Permalink
Bump pyo3-arrow to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Dec 4, 2024
1 parent 54b2526 commit cad2b72
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
15 changes: 14 additions & 1 deletion pyo3-arrow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# Changelog

## [0.6.0] - 2024-12-04

### What's Changed

* Bump pyo3-arrow to pyo3 0.23 by @kylebarron in https://github.com/kylebarron/arro3/pull/265
* Add test for segmentation fault when converting arro3.core.Array to pyarrow.Array at interpreter exit by @3ok in https://github.com/kylebarron/arro3/pull/236
* Implement FromPyObject for PyArrowBuffer by @kylebarron in https://github.com/kylebarron/arro3/pull/241
* rust constructor for PyArrowBuffer by @kylebarron in https://github.com/kylebarron/arro3/pull/242

### New Contributors

**Full Changelog**: https://github.com/kylebarron/arro3/compare/pyo3-arrow-v0.5.1...pyo3-arrow-v0.6.0

## [0.5.1] - 2024-10-14

## What's Changed
### What's Changed

- Fix `no-default-features` for pyo3-arrow by @kylebarron in https://github.com/kylebarron/arro3/pull/232
- Custom drop on PyBufferWrapper by @kylebarron in https://github.com/kylebarron/arro3/pull/231
Expand Down
2 changes: 1 addition & 1 deletion pyo3-arrow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyo3-arrow"
version = "0.5.1"
version = "0.6.0"
authors = ["Kyle Barron <[email protected]>"]
edition = "2021"
description = "Arrow integration for pyo3."
Expand Down
1 change: 1 addition & 0 deletions pyo3-arrow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ In this case, you must depend on `nanoarrow` and you can use the `to_nanoarrow`
| 0.3.x | 0.21 | 53 |
| 0.4.x | 0.21 | 53 |
| 0.5.x | 0.22 | 53 |
| 0.6.x | 0.23 | 53 |

## Buffer Protocol

Expand Down

0 comments on commit cad2b72

Please sign in to comment.