|
a |
|
b/CHANGELOG.md |
|
|
1 |
# Release History # |
|
|
2 |
|
|
|
3 |
## 2.1.4 (2020-06-30) ## |
|
|
4 |
|
|
|
5 |
* Better handling of indefinite losses during training. |
|
|
6 |
|
|
|
7 |
## 2.1.3 (2020-06-29) ## |
|
|
8 |
|
|
|
9 |
* Fix loading cell and gene names for H5 data sets. |
|
|
10 |
* Report expected model directory path when scVAE cannot find a model during evaluation for easier troubleshooting. |
|
|
11 |
|
|
|
12 |
## 2.1.2 (2020-04-07) ## |
|
|
13 |
|
|
|
14 |
* Export of decomposition of data sets and latent values as compressed TSV files. |
|
|
15 |
* Export of predictions as compressed TSV files. |
|
|
16 |
* Fix potential crash during *t*-SNE decomposition. |
|
|
17 |
|
|
|
18 |
## 2.1.1 (2020-02-24) ## |
|
|
19 |
|
|
|
20 |
* Requires TensorFlow 1.15.2 because of a security vulnerability. |
|
|
21 |
* Export of latent values as compressed TSV files. |
|
|
22 |
* Make folder names and filenames more safe on Windows. |
|
|
23 |
* Regrouped analyses, so fewer analyses are performed by default. All available analyses can be performed using ``--included-analyses all``. |
|
|
24 |
* Fix loading of KL divergences when evaluating VAE models. |
|
|
25 |
* Fix crash during model analyses, if the model did not exist. |
|
|
26 |
|
|
|
27 |
## 2.1.0 (2019-11-12) ## |
|
|
28 |
|
|
|
29 |
* Requires Python 3.6 or 3.7 as well as TensorFlow 1.15. |
|
|
30 |
* Documentation with user guide and tutorial. |
|
|
31 |
* Support for sparse matrices in HDF5 format. |
|
|
32 |
* Improved support for Loom files by following conventions. |
|
|
33 |
* Scatter plots of classes against the primary latent feature as well as the two primary latent features against each other when evaluating a model. |
|
|
34 |
* Fix crash related to `argparse` when using Python 3.6. |
|
|
35 |
|
|
|
36 |
## 2.0.0 (2019-05-18) ## |
|
|
37 |
|
|
|
38 |
* Complete refactor and clean-up including structuring as Python package. |
|
|
39 |
* Easier loading of custom data sets. |
|
|
40 |
* Batch correction included in models for data sets with batch indices. |
|
|
41 |
* Learnable mixture coefficients for the GMVAE model. |
|
|
42 |
* Full covariance matrix for the GMVAE model. |
|
|
43 |
* Sampling from models. |
|
|
44 |
|
|
|
45 |
## 1.0 (2018-04-25) ## |
|
|
46 |
|
|
|
47 |
Initial release. |