Releases: FullExpression/confusion-matrix-stats
Release 1.5.2: Hotfix Module not found: Error: Can't resolve '../package.json'
This release solves an important bug from release 1.5.0 & 1.5.1:
- #29 Module not found: Error: Can't resolve '../package.json'
This bug was introduced in the 1.5.0 version and was not solved completely in version 1.5.1
Release 1.5.1: Hotfix Module not found: Error: Can't resolve '../package.json'
This release solves an important bug from release 1.5.0:
- #29 Module not found: Error: Can't resolve '../package.json'
Release 1.5.0 - Import/export json string and add features to label manipulation
Release 1.4.0 - Developing features to simplify the process of adding and removing labels
Release 1.3.3 - Solve main issues with history feature
Release 1.3.2 - Solving issue: #18 Undo is not working properly
Solving issue: #18 Undo is not working properly:
Scenario:
Create new confusion matrix;
Set new value confusionMatrix.matrix[3][3] = 10;
Call undo function
Result:
The value on confusion is not the same as the confusion matrix was initialized.
Release 1.3.1 - Solve bugs on history feature.
Release 1.3.0: : Create undo/redo feature
Create undo/redo feature allows consumers to navigate through confusion matrix editions.
Also, the test branch test coverage was improved above 80% of coverage.
Release 1.2.0: Transpose feature
This release enables matrix transpose.
(More info here: https://en.wikipedia.org/wiki/Transpose)
Release 1.1.1: Remove unnecessary code
Some unnecessary code was removed in order to provide a lighter library.