- add Linear Algebra functions: Gaussian Elimination, Cholesky, LU
- add examples for Gaussian Elimination
- add unit tests for linear algebra functions
- add examples for matrix operations.
- find stable libraries for fast operations in matrices.
- Update appveyor for unit tests in Windows
- Logical operations should return booleans
- Matrix for parallel Travis testing
- Add new function to
pkgdown
- modify
pytorch_install
to include version. DONE - Modify
install_pytorch()
and removepytorch-cpu==1.1
way to specifypytorch
. It is causing error because new PyTorch versions do not take the suffix-cpu
. DONE - add to
install_pytorch()
parameters for Python version, packages, and PyTorch version. DONE - Generate documentation with
pkgdown
. DONE
- move some functions in
tests/testthat/utils.R
toR/utils.R
- add vignette for PyTorch installation