Skip to content

Releases: FullExpression/confusion-matrix-stats

Release 1.5.2: Hotfix Module not found: Error: Can't resolve '../package.json'

30 Mar 21:06
Compare
Choose a tag to compare

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'

30 Mar 15:42
Compare
Choose a tag to compare

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

30 Mar 15:00
Compare
Choose a tag to compare

In this release os developed and solved the following issues:

  • #24: Remove label using the index;
  • #25: Change order of labels using index ;
  • #26: Export matrix to json file;
  • #27: Should import from json;

Release 1.4.0 - Developing features to simplify the process of adding and removing labels

26 Mar 23:23
Compare
Choose a tag to compare

Follows the list of issues solves in this release:

  • #22 - Add a given label
  • #21 - Delete a given label

Release 1.3.3 - Solve main issues with history feature

26 Mar 21:54
Compare
Choose a tag to compare

Follows the issues solved:

  • #20: After undo several times, and change the confusion matrix, history of "redos" is not clean;
  • #23: After 20 setConfusionMatrix calls, any change becomes slower until an error is thrown due to javascript memory allocation.

Release 1.3.2 - Solving issue: #18 Undo is not working properly

25 Mar 21:56
Compare
Choose a tag to compare

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.

25 Mar 20:05
Compare
Choose a tag to compare

Follows the full list of issues solved on this release:

  • #16 Clone not taking into account history;
  • #15 Update documentation missing on version 1.3.0
  • #17 Performing changes directly on labels and matrix objects are not being added to history;

Release 1.3.0: : Create undo/redo feature

25 Mar 00:42
Compare
Choose a tag to compare

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

18 Mar 00:16
Compare
Choose a tag to compare

This release enables matrix transpose.

(More info here: https://en.wikipedia.org/wiki/Transpose)

Release 1.1.1: Remove unnecessary code

16 Mar 21:38
Compare
Choose a tag to compare

Some unnecessary code was removed in order to provide a lighter library.