Skip to content

v0.24.0

Latest

Choose a tag to compare

@ishii-norimi ishii-norimi released this 27 Sep 05:16
· 10 commits to main since this release
0c837d8

Improve

  • Enhance ComputationalGraph and ONNXExporter to support numeric inputs #947
  • Enhance InputLayer to support default values and update tests #948
  • Add LMCLUS model #950
  • Add STING #970
  • Add UpSampling layer #972
  • Add diffusion model #980
  • Add PELT #992
  • Add Gem Puzzle Environment and Renderer #1000

Breaking changes

  • Refactor model initialization to accept configuration objects for affinity parameters #945
  • Add shape layer and change size input of some layers #974
  • Refactor game environments to remove evaluator parameter from board constructors #1002

Bug fix

  • Fix some lint errors #952
  • Improve test #961
  • Fix return type of MulticlassRidge importance method #986

Minor changes

  • Use npm and update dependencies #963
  • Enhance type definitions in Matrix and Tensor classes #976
  • Refactor and add tests #984
  • Update GitHub Actions workflows to continue on error for coveralls integration #988
  • Change GMM test case #990
  • Do not overwrite onnx_pb.js #994
  • Update version to 0.24.0 #1003

Full Changelog: v0.23.0...v0.24.0