The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.

Download Latest Version reticulate 1.44.0 source code.tar.gz (2.0 MB)
Email in envelope

Get an email when there's a new version of reticulate

Home / v1.42.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-03-25 1.2 kB
reticulate 1.42.0 source code.tar.gz 2025-03-25 2.0 MB
reticulate 1.42.0 source code.zip 2025-03-25 2.1 MB
Totals: 3 Items   4.0 MB 0
  • 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] when start or end 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 an exclude_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)

Source: README.md, updated 2025-03-25