Skip to content

Releases: dipterix/rpymat

rpymat 0.1.6

16 Jul 11:22
Compare
Choose a tag to compare
  • Fixed an installation problem introduced in version 0.1.5
  • Added utility functions for basic Python types
  • Added global variables in run_pyscript

rpymat 0.1.5

05 Apr 00:46
Compare
Choose a tag to compare

rpymat 0.1.5

  • Added choose_directory, choose_fileopen, choose_filesave to select files using either base R or Python (via tcl-tk but with better interface on osx)
  • Ported reticulate functions to convert between R and Python objects
  • Allowed to set conda to installed version via system environment R_RPYMAT_CONDA_EXE and R_RPYMAT_CONDA_PREFIX; this change will allow conda-forge library r-rpymat to use already-installed conda
  • Speed-up ensure_rpymat by caching the configuration

rpymat 0.1.4

  • Muffled conda information when running Python code or scripts
  • Ported reticulate::repl_python function
  • Allowed users to list installed packages
  • Allowed jupyter to run in background in RStudio jobs
  • Removed optional jupyter add-on packages from the installation script

rpymat 0.1.3

  • Fixed command-line script failing to load conda
  • Allowed to use the miniconda installed at user's home directory
  • Use slash instead of backslash on Windows system to avoid escaping issues

rpymat 0.1.2

20 Feb 15:09
Compare
Choose a tag to compare
  • Added Windows support
  • Allow manage Jupyter server
  • Fixed segfault issues caused by incompatible BLAS between numpy and R