-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathNEWS
52 lines (44 loc) · 1.61 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
NNLM-0.4.4: 2020-02-01
======================
- fixed according to CRAN request.
NNLM-0.4.3: 2019-06-29
======================
- fixed testing error
- fixed cpp flag for openmp
NNLM-0.4.2: 2017-05-17
======================
- bug fixed
NNLM-0.4.1: 2015-12-26
======================
- removed GNU g++ specific header for portability
- minor changes on documentation
NNLM-0.4.0: 2015-12-20
======================
- Re-designed interface of `nnmf`
- Re-designed all C++ codes for future extension
- Added sequential quadratic approximation to KL-divergence
- Integrated regularization into Lee's multiplicative algorithms
- More choices of algorithms for nonnegative linear model and renamed `nnls` to `nnlm`
- Removed `plot` method
NNLM-0.3.0: 2015-11-19
======================
- `nmf_partial` was updated to `nnmf_general`, with two more great features
* NMF with masked entries in W and H forced to 0
* Allowing missing values in matrix A, which is useful for missing
value imputation and recommendation system.
- Add more potential applications on vignette
NNLM-0.2.0: 2015-11-08
======================
- NMF with partially known profiles, which can be used for
tumour content deconvolution with known health profile
- Updated vignette
NNLM-0.1.0: 2015-11-04
======================
- OpenMP support for multiple threading
- Added progression bar and keyboard interrupt
- Added a vignette
NNLM-0.0.2: 2015-10-31
======================
- A very fast non-negative least square solver `nnls`
- Non-negative matrix factorization using alternating NNLS and brunet
- Predict new coefficients from known profile discovered from NMF (`nnmf`)