Skip to content

v0.13.0

Compare
Choose a tag to compare
@ishii-norimi ishii-norimi released this 26 Nov 03:10
· 283 commits to main since this release
e818b86

Improve

  • Add Selective sampling Winnow #380
  • Add Forgetron #385
  • Add Projectron and Projectron++ #389
  • Add IKNN #394
  • Add Weighted KNN #397
  • Add MIRA #400
  • Improve graph class #404
  • Implement ONNX importing #408
  • Add Banditron #412
  • Add Ballseptron #414
  • Accept function at kernel parameter #422
  • Add evaluation indicator #425
  • Add Stoptron #429
  • Add BSGD #433
  • Add Tighter perceptron #436
  • Add Tightest perceptron #438

Bug fix

  • Fix kernel function #387
  • Fix IKNN #396
  • Fix export statement in onnx_importer.js #410
  • Fix regularized incomplete beta function #440

Minor changes

  • Fix JSDoc of Selective sampling Winnow #382
  • Simplify Mean shift and LOF implementation #398
  • Fix JSDoc of ONNX #416
  • Add script for onnx #419
  • Create all onnx file in one python script #420
  • Improve some tests #424
  • Update README.md #427
  • Update version to 0.13.0 #441

Full Changelog: v0.12.0...v0.13.0