Skip to content

Update arrow to version 54 #176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- Updated arrow to version 54.

## [0.15.0] - 2024-12-10

### Changed
Expand Down Expand Up @@ -185,6 +191,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
column-oriented form.
- Interface to read CSV data into `Table`.

[Unreleased]: https://github.com/petabi/structured/compare/0.15.0...main
[0.15.0]: https://github.com/petabi/structured/compare/0.14.1...0.15.0
[0.14.1]: https://github.com/petabi/structured/compare/0.14.0...0.14.1
[0.14.0]: https://github.com/petabi/structured/compare/0.13.0...0.14.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exclude = ["./github"]
codecov = { repository = "petabi/structured", service = "github" }

[dependencies]
arrow = "53"
arrow = "54"
chrono = { version = "0.4.31", default-features = false, features = ["serde"] }
csv-core = "0.1"
itertools = "0.13"
Expand Down