Skip to content

Commit

Permalink
more NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Aug 22, 2024
1 parent 856248d commit 2573ddd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
- 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
- In Positron, `repl_python()` will now use the Positron Python console. (#1648)

- `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
- 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)

- The Python session is now finalized when the R session exits (#1648).

- Internal updates for NumPy 2.1 (#1651)
Expand Down

0 comments on commit 2573ddd

Please sign in to comment.