-
Fixed an issue in RStudio on Windows where interrupts were
ignored while Python code was executing (#1753). -
Updates for Positron to fix issues with
repl_python()
and Variables Pane (#1755). -
Fixed an issue where
[
received Python objects as slice arguments.
e.g.,x[start:end]
whenstart
orend
were Python objects (#1731). -
The
[
method will now translate symbol..
to a
Python Ellipsis...
. (#1763) -
The
[
method can now accept index values greater than 2^31 (#1769) -
Reticulate-managed
uv
can now resolve system-installed Pythons,
supporting platforms where pre-built binaries are unavailable, such as
musl-based Alpine Linux (#1751, #1752). -
uv_run_tool()
gains anexclude_newer
argument (#1748). -
py_register_load_hook()
is now exported to enable usage
described in the "Using reticulate in an R package vignette" (#1754).
https://rstudio.github.io/reticulate/articles/package.html -
Internal changes to support R-devel (4.5) and R API updates (#1747, #1774).
-
Internal fixes to prevent reticulate-managed
uv
from writing outside
reticulates cache directory (#1745). -
Fixed an issue with pointing reticulate at a pyenv shim python (#1758)