Skip to content

Commit

Permalink
Update _posts/2025-01-16-19.0.0-release.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alenka Frim <[email protected]>
  • Loading branch information
amoeba and AlenkaF authored Jan 23, 2025
1 parent 2b4cc03 commit 36678f1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion _posts/2025-01-16-19.0.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,20 @@ latest release of the [Go implementation](https://github.com/apache/arrow-go), s

## Python Notes

TODO
New features:

* Support for 32-bit and 64-bit decimal types was added [GH-44713](https://github.com/apache/arrow/issues/44713)
* Pandas 3.0 default string dtype is supported [GH-43683](https://github.com/apache/arrow/issues/43683)
* Arrow PyCapsule stream objects are supported in `write_dataset` [GH-43410](https://github.com/apache/arrow/issues/43410)
* New Flight features have been exposed [GH-36954](https://github.com/apache/arrow/issues/36954)
* Bindings for `JsonExtensionType` and `JsonArray` are added [GH-44066](https://github.com/apache/arrow/issues/44066)
* Hyperbolic trigonometry functions added to the Arrow C++ compute kernels are also available in PyArrow [GH-44952](https://github.com/apache/arrow/issues/44952)

Other improvements:

* `strings_to_categorical` keyword in `to_pandas` can now be used for string view type also [GH-45175](https://github.com/apache/arrow/issues/45175)
* from_buffers is updated to work with` StringView` GH-44651 https://github.com/apache/arrow/issues/44651
* Version suffixes are also set for Arrow Python C++ (libarrow_python*) libraries [GH-44614](https://github.com/apache/arrow/issues/44614)

## Ruby and C GLib Notes

Expand Down

0 comments on commit 36678f1

Please sign in to comment.