Skip to content

Commit

Permalink
Bump pyo3-arrow to 0.7 (#286)
Browse files Browse the repository at this point in the history
* Bump pyo3-arrow to 0.7

* Update changelog

* update version
  • Loading branch information
kylebarron authored Feb 13, 2025
1 parent 6a4a9e4 commit d2eb765
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 14 additions & 4 deletions pyo3-arrow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# Changelog

## [0.7.0] - 2025-02-13

## What's Changed

- Add frozen parameter to pyclass macro by @kylebarron in https://github.com/kylebarron/arro3/pull/282
- Avoid returning `PyObject` and add wrapper types for arro3 export by @kylebarron in https://github.com/kylebarron/arro3/pull/269
- Bump to arrow 54 by @kylebarron in https://github.com/kylebarron/arro3/pull/285

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

## [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
- 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

Expand Down
2 changes: 1 addition & 1 deletion pyo3-arrow/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6.0"
version = "0.7.0"
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
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 @@ -185,6 +185,7 @@ In this case, you must depend on `nanoarrow` and you can use the `to_nanoarrow`
| 0.4.x | 0.21 | 53 |
| 0.5.x | 0.22 | 53 |
| 0.6.x | 0.23 | 53 |
| 0.7.x | 0.23 | 54 |

## Buffer Protocol

Expand Down

0 comments on commit d2eb765

Please sign in to comment.