v0.9.0
MultivariateStats v0.9.0
Closed issues:
- Less restrictive types for reconstruct (#139)
- Fitting PCA on AbstractArrays (#141)
- KPCA transform strange output (pairwise suspect) (#143)
- Multidimensional scaling (MDS) point order (#149)
- Stable docs 404 (#154)
- Bug with residual variances for PCA/PPCA (#156)
- bugs in facm() (#157)
- bugs in faem() (#158)
- ICA algorithm seems wrong (#160)
- StackoverflowError (#164)
Merged pull requests:
- Modernize struct names in docs (#135) (@mrkrause)
- Remove nonexistent export of invsqrtm (#142) (@nalimilan)
- Refactor whitening for closer integration with StatsBase types (#144) (@wildart)
- updated CI to use GH actions (#145) (@wildart)
- Lift type restrictions (#146) (@Kolaru)
- Documenter-based docs (#147) (@wildart)
- fixed
pairwise
for non-symmetric kernels (#148) (@wildart) - add
RegressionModel
interface to LDA methods (#150) (@wildart) - Refactor MC-LDA API and docs (#155) (@wildart)
- Refactor PCA and docs (#163) (@wildart)
- Refactor MDS code and docs (for #109) (#168) (@wildart)
- Switch to StableRNGs for tests (#169) (@kescobo)
- Refactor regression code and docs (for #109) (#170) (@wildart)
- Refactor CCA (#172) (@wildart)
- Refactor KPCA (#173) (@wildart)
- Refactor ICA (#174) (@wildart)
- Refactor PPCA (#175) (@wildart)
- Refactor FA (#176) (@wildart)
- More fixes to new docs (#177) (@wildart)
- Release new version (#178) (@wildart)