Skip to content

Commit

Permalink
Add Python notes
Browse files Browse the repository at this point in the history
Co-authored-by: Dane Pitkin <[email protected]>
  • Loading branch information
kou and danepitkin authored Jul 18, 2024
1 parent 7e10c33 commit 1da39de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _posts/2024-07-16-17.0.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ Thanks for your contributions and participation in the project!

## Python notes

- Added support for Numpy 2.0 (GH-42170, GH-41924).
- Added support for Emscripten via Pyodide (GH-41910).

## R notes

* R functions that users write that use functions that Arrow supports in dataset queries now can be used in queries too. Previously, only functions that used arithmetic operators worked. For example, `time_hours <- function(mins) mins / 60` worked, but `time_hours_rounded <- function(mins) round(mins / 60)` did not; now both work. These are automatic translations rather than true user-defined functions (UDFs); for UDFs, see `register_scalar_function()`. [GH-41223](https://github.com/apache/arrow/issues/41223)
Expand Down

0 comments on commit 1da39de

Please sign in to comment.