Skip to content

v0.23.0

Latest
Compare
Choose a tag to compare
@ishii-norimi ishii-norimi released this 29 Mar 04:21
· 5 commits to main since this release
3cc16aa

Improve

  • Accept object for add method of ComputationalGraph class #902
  • Add some singular / eigen value calculate method #904
  • Not print undefined of toDot function #906
  • Make the I/F of the Matrix and Tensor classes the same #913
  • Add a size argument to the input layer #916
  • Export size via toObject method #918
  • Skip adding parents if not needed #922
  • Add where node importer #927
  • Add ONNX export #928
  • Sort and calculate according to dependencies #933
  • Add as constant layer if input is initializer #934
  • Add LRN layer support for ONNX export #936

Bug fix

  • Fix constructor of APL layer #920
  • Fix comparison layers and update related tests #938

Minor changes

  • Use object literals instead of switch statements in some constructors #908
  • Create document using typedoc #910
  • Move type-only imports to comments #924
  • Change the convergence check of eigenJacobi #930
  • Improve tests #941
  • Update version to 0.23.0 #942

Full Changelog: v0.22.0...v0.23.0