-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8422fe1
commit 94608e3
Showing
1 changed file
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
#### tomato v0.5 | ||
#### tomato v0.5.0 | ||
- Analysis can be run with partial success when some inputs are not available or some methods fails (Issue [#24](https://github.com/sertansenturk/tomato/issues/24)) | ||
|
||
#### tomato v0.4 | ||
#### tomato v0.4.0 | ||
- Created IO, Plotter and ParamSetter classes | ||
- Refactored the code to use the methods from above classes for shared processes | ||
- All output variables are now in snake_case | ||
- Better saving and loading | ||
- Improved code quality | ||
|
||
#### tomato v0.3 | ||
#### tomato v0.3.0 | ||
- Added joint audio-score analysis | ||
- Minor improvement and bug fixes in SymbTrAnalyzer and AudioAnalyzer classes | ||
|
||
#### tomato v0.2 | ||
#### tomato v0.2.0 | ||
- Added SymbTr-score analysis | ||
- Simplified and improved the installation process | ||
|
||
#### tomato v0.1 | ||
#### tomato v0.1.0 | ||
- Added audio analysis |