reticulate 1.37.0
-
Interrupting Python no longer leads to segfaults.
(#1601, fixed in #1602) -
Print method for Python callables now includes the callable’s signature.
(#1605, #1607) -
Reticulate now installs successfully on Windows ARM64.
(#1609, contributed by @andrjohns) -
virtualenv_starter()
no longer warns when encountering broken symlinks.
(#1598) -
Fixed issue where configuration for reticulate
conda_*
functions
to use the executablemamba
instead ofconda
was ignored.
(#1608, contributed by @AlexandreGuinaudeau)