Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: trevorld/findpython

findpython v1.0.9

19 Nov 07:34

Choose a tag to compare

  • find_python_cmd() and is_python_sufficient() now run
    normalizePath(mustWork = FALSE) on potential python binary paths.
  • is_python_sufficient() now uses system2() instead of system().

findpython v1.0.8

14 Mar 19:25

Choose a tag to compare

  • Looks for more python binaries (Python 3.13 through 3.20).
    This will help future-proof the package for later Python releases.

findpython v1.0.7

27 Jan 17:23

Choose a tag to compare

  • Looks for more python binaries (Python 3.10 through 3.12)

findpython v1.0.5

08 Mar 20:40

Choose a tag to compare

  • Minor internal refactoring and documentation improvements.

findpython v1.0.4

29 Nov 21:23

Choose a tag to compare

  • No longer throws an unintended error when can't find a suitable python command AND reticulate package is not installed.

findpython v1.0.3

01 Dec 06:08

Choose a tag to compare

  • Uses reticulate::py_discover_config to find more python binaries if can't otherwise find a suitable python command.