Skip to content

v0.15.0

Compare
Choose a tag to compare
@ishii-norimi ishii-norimi released this 25 Mar 02:56
· 190 commits to main since this release
70e2fa9

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

  • Add workerIdleMemoryLimit option #596
  • Update version to 0.15.0 #626

Full Changelog: v0.14.0...v0.15.0