Skip to content

Commit

Permalink
bump pyo3-arrow to 0.5 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Oct 11, 2024
1 parent 93de506 commit 523585b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 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.

8 changes: 8 additions & 0 deletions pyo3-arrow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.5.0] - 2024-10-11

## What's Changed

- Bump to pyo3 0.22 by @kylebarron in https://github.com/kylebarron/arro3/pull/226

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

## [0.4.0] - 2024-10-03

### Enhancements :magic_wand:
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.4.0"
version = "0.5.0"
authors = { workspace = true }
edition = { workspace = true }
description = "Arrow integration for pyo3."
Expand Down
9 changes: 5 additions & 4 deletions pyo3-arrow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,11 @@ In this case, you must depend on `nanoarrow` and you can use the `to_nanoarrow`

| pyo3-arrow | pyo3 | arrow-rs |
| ---------- | ---- | -------- |
| 0.1 | 0.21 | 52 |
| 0.2 | 0.21 | 52 |
| 0.3 | 0.21 | 53 |
| 0.4 | 0.21 | 53 |
| 0.1.x | 0.21 | 52 |
| 0.2.x | 0.21 | 52 |
| 0.3.x | 0.21 | 53 |
| 0.4.x | 0.21 | 53 |
| 0.5.x | 0.22 | 53 |

## Buffer Protocol

Expand Down

0 comments on commit 523585b

Please sign in to comment.