Skip to content

reticulate 1.37.0

Compare
Choose a tag to compare
@t-kalinowski t-kalinowski released this 21 May 15:18
  • 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 executable mamba instead of conda was ignored.
    (#1608, contributed by @AlexandreGuinaudeau)