Releases: dipterix/rpymat
Releases · dipterix/rpymat
rpymat 0.1.6
rpymat 0.1.5
rpymat 0.1.5
- Added
choose_directory
,choose_fileopen
,choose_filesave
to select files using either baseR
orPython
(viatcl-tk
but with better interface onosx
) - Ported
reticulate
functions to convert betweenR
andPython
objects - Allowed to set
conda
to installed version via system environmentR_RPYMAT_CONDA_EXE
andR_RPYMAT_CONDA_PREFIX
; this change will allowconda-forge
libraryr-rpymat
to use already-installedconda
- Speed-up
ensure_rpymat
by caching the configuration
rpymat 0.1.4
- Muffled
conda
information when runningPython
code or scripts - Ported
reticulate::repl_python
function - Allowed users to list installed packages
- Allowed
jupyter
to run in background inRStudio
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
- Added Windows support
- Allow manage Jupyter server
- Fixed segfault issues caused by incompatible BLAS between
numpy
and R