-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from KevinMenden/development
Version v1.0.0 release
- Loading branch information
Showing
21 changed files
with
814 additions
and
829 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,51 @@ | ||
# Changelog | ||
# Scaden Changelog | ||
|
||
### Version 1.0.0 | ||
|
||
* Rebuild Scaden model and training to use TF2 Keras API instead of the old compatibility functions | ||
* added `scaden example` command which allows to generate example data for test-running scaden and to inpstec the expected file format | ||
* added more tests and checks input reading function in `scaden simulate` | ||
* fixed bug in reading input data | ||
|
||
### Version 0.9.6 | ||
|
||
|
||
+ fixed Dockerfile (switched to pip installation) | ||
+ added better error messages to `simulate` command | ||
+ cleaned up dependencies | ||
|
||
### Version 0.9.5 | ||
+ added `scaden simulate` command to perform bulk simulation and training file creation | ||
+ added `--seed` parameter to allow reproducible Scaden runs | ||
### v0.9.5 | ||
|
||
### Version 0.9.4 | ||
+ fixed dependencies (added python>=3.6 requirement) | ||
* added `--seed` parameter to allow reproducible Scaden runs | ||
* added `scaden simulate` command to perform bulk simulation and training file creation | ||
* changed CLI calling | ||
|
||
### Version 0.9.3 | ||
+ upgrade to Tensorflow 2 | ||
+ cleaned up dependencies | ||
### v0.9.4 | ||
|
||
* fixed dependencies (added python>=3.6 requirement) | ||
|
||
### v0.9.3 | ||
|
||
* upgrade to tf2 | ||
* cleaned up dependencies | ||
|
||
### v0.9.2 | ||
|
||
* small code refactoring | ||
* RAM usage improvement | ||
|
||
### v0.9.1 | ||
|
||
* added automatic removal of duplicate genes | ||
* changed name of prediction file | ||
|
||
### v0.9.0 | ||
|
||
Initial release of the Scaden deconvolution package. | ||
|
||
### Version 0.9.2 | ||
+ RAM usage improvement | ||
Commands: | ||
|
||
### Version 0.9.1 | ||
+ Added automatic removal of duplicate genes in Mixture file | ||
+ Changed name of final prediction file | ||
+ Added Scaden logo to main script | ||
* `scaden process`: Process a training dataset for training | ||
* `scaden train`: Train a Scaden model | ||
* `scaden predict`: Predict cell type compositions of a given sample | ||
|
||
### Version 0.9.0 | ||
This is the initial release version of Scaden. While this version contains full functionality for pre-processing, training and prediction, it does not | ||
contain thorough error messages, plotting functionality and a solid helper function for generation training data. These are all features | ||
planned for the release of v.1.0.0. | ||
The core functionality of Scaden is, however, implemented and fully operational. Please check the [Usage](usage) section to learn how to use Scaden. |
Oops, something went wrong.