v0.5.1
NMF v0.5.1
Closed issues:
- randinit with overly specific arguments (#3)
- Separable NMF algorithm (#11)
- Adjust interface to allow specification of W and H (#19)
- "α is not finite" on CI (#29)
- different scaling factor in nndsvd comparing to original paper (#32)
- Random initialization with normalization not working properly (#34)
- Options for fixing
W
orH
duringsolve!
(#44) - Incorrect CI status in README.md (#51)
Merged pull requests:
- Improve greedy coordinate descent algorithm (#45) (@tsano430)
- Migrate CI to GitHub Actions (#46) (@ararslan)
- Fix #29: Reimplement alternate least square using projected gradient descent (#47) (@tsano430)
- Fix #19: Support replicates (#48) (@tsano430)
- Fix replicates (#49) (@tsano430)
- Add successive projection algorithm (#50) (@tsano430)
- Fix CI status badges (#52) (@tsano430)
- Add an option for specifying whether to update H (#53) (@tsano430)
- Improve initialization methods (#54) (@tsano430)
- Improve coordinate descent algorithm (#55) (@tsano430)
- Set package version to 0.5.1 (#56) (@tsano430)