v0.15.0
Improves
- Add Multiclass BSGD #548
- Add RDF #554
- Add ABOD #557
- Add CLIQUE #562
- Add PROCLUS #566
- Add ORCLUS #572
- Improve ONNX #576
- Add FINDIT #584
- Add ZTP #586
- Implement numpy like broadcasting #594
- Add DBCLASD #600
- Add property in CalculatedGraph #602
- Apply some parameter from other layer in NNs #606
- Add toDot method in computational graph #614
- Add some ONNX layer and combine binary operations in one place #616
- Add and improve reduce layers #618
Breaking changes
- Change some export to default #558
- Remove some properties and fix some bugs #570
- Change ONNX importer to return array of object #588
- Change error class and add tests #593
- Remove LossLayer #605
- Change power layer to two input operator #608
- Accept SAME_UPPER and SAME_LOWER at auto_pad #610
- Separate classifier from HMM model #612
Minor changes
- Use includes instead of indexOf for existence checks #590
- Remove dependency and improve bit #598
- Increase retry times of some tests #620
Others
Full Changelog: v0.14.0...v0.15.0