Releases: JuliaStats/NMF.jl
Releases · JuliaStats/NMF.jl
v1.0.3
NMF v1.0.3
Merged pull requests:
- New stop condition: use component relative change (#83) (@youdongguo)
- equal comparison between NMF.Results (#84) (@youdongguo)
- Improve inferability (#85) (@timholy)
- Fix verbose printing (#86) (@timholy)
v1.0.2
NMF v1.0.2
Merged pull requests:
v1.0.1
v1.0.0
NMF v1.0.0
Closed issues:
Merged pull requests:
- Delete REQUIRE (#66) (@ghost)
- Update README.md (#67) (@KwatMDPhD)
- Fix failing test (#69) (@timholy)
- nndsvd: allow initialization with externally-supplied factorization (#70) (@timholy)
- Add precompilation (#71) (@timholy)
- Switch to testsets (#72) (@timholy)
- Use fixed matrices in tests (#74) (@timholy)
v0.5.3
v0.5.2
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)