Skip to content

Version 0.2-1

Compare
Choose a tag to compare
@wrathematics wrathematics released this 30 May 00:10
· 65 commits to master since this release

Release 0.2-1 (5/29/2020)

New:

  • Added linalg bindings:
    • linalg_qr()
    • linalg_qr_Q()
    • linalg_qr_R()
    • linalg_lq()
    • linalg_lq_L()
    • linalg_lq_Q()
    • linalg_tssvd()
    • linalg_cpsvd()
    • linalg_chol()
  • Added dimops bindings:
    • dimops_rowsums()
    • dimops_rowmeans()
    • dimops_colsums()
    • dimops_colmeans()
    • dimops_scale()
  • Added stats bindings:
    • stats_pca()
  • Added mpihelpers bindings:
    • cpu2mpi()

API Changes: None

Bug Fixes:

  • Added Makevars.win.
  • Updated cpu inherit() methods and all class from_robj() methods (and
    correspondingly, as_*() methods) to accept double, int, and float data.
  • as_*() functions now choose return type based on the R object input.

Documentation:

  • Added vignettes:
    • installation
    • basic overview
    • backend management
    • data management
  • Added vignettes to pkgdown docs.