Skip to content

v0.14.0

Compare
Choose a tag to compare
@ishii-norimi ishii-norimi released this 28 Jan 03:27
· 218 commits to main since this release
92e1a36

Improve

  • Add ILK/SILK #447
  • Remove shifting process in first order online learning #457
  • Remove shifting process in PA #460
  • Improve ComputationalGraph #465
  • Randomly select data in (Kernelized) Pegasos #467
  • Add Growing SOM #473
  • Add neuralnetwork layer and onnx layer #475
  • Add COLL #477
  • Add BPA #482
  • Add LTSA #484
  • Add BOGD #488
  • Accept different pad value in averagepool #500
  • Add method to generate maze in grid environment #513
  • Improve graph #525
  • Implement Schur decomposition #527
  • Implement Gomoku RL environment #535
  • Add MADALINE #537
  • Add Blackjack environment #543
  • Improve graph #545

Breaking change

  • Do not export qt function #448
  • Change to get new data with fit only #468
  • Remove unnecessary arguments from the HMM model #491
  • Fix some eslint error/warning #523
  • Change name of linear layer to identity layer #533

Bug fix

  • Fix to update parameter k #456
  • Fix the index of y in finding process #462
  • Fix the index of y in finding process #464
  • Fix correlation matrix of LTSA #486
  • Don't import NeuralnetworkException from layer class #495
  • Fix calculation when channel dim is 1 #496
  • Fix power transformation calculation #498
  • Fix some bugs and add tests #504
  • Fix LSA process if the argument is default #506

Minor improve

  • Decrease learning rate of COLL #479
  • Add JSDoc for neuralnetwork layers #521

Others

  • Make test mode in onnx.sh #444
  • Update dependencies #469
  • Add JSDoc for Edge class of graph #472
  • Increase retry times #492
  • Change exit code if some scripts are failed in onnx.sh #502
  • Add tests #515
  • Minify HTML files #518
  • Add devDependencies #520
  • Include NOTICE.md in the package #538
  • Update version to 0.14.0 #546

Full Changelog: v0.13.0...v0.14.0