Skip to content

Commit

Permalink
add NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Aug 22, 2024
1 parent eccd423 commit 90b924d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

- Python background threads can now run in parallel with
the R session (#1641).

- `py_main_thread_func()` is deprecated; every R function can now safely be
called from background Python threads. (#1648)

- Calls from a Python thread into R will now notify the main thread using
R's native event loop, ensuring that these calls are handled even when
the main thread is engaged in non-Python tasks. (#1648)

- Internal updates for NumPy 2.1 (#1651)

Expand Down

0 comments on commit 90b924d

Please sign in to comment.