Skip to content

Releases: smartcorelib/smartcore

v0.3.1

20 Mar 14:57
f498f96
Compare
Choose a tag to compare
  • Implement realnum::rand, now works with every target
  • Add missing arrays length checks in fitting methods

v0.3.0

08 Nov 16:38
Compare
Choose a tag to compare

[0.3.0] - 2022-11-09

Added

  • WARNING: Breaking changes!
  • Complete refactoring with extensive API changes that includes:
    • moving to a new traits system, less structs more traits
    • adapting all the modules to the new traits system
    • moving to Rust 2021, use of object-safe traits and as_ref
    • reorganization of the code base, eliminate duplicates
  • implements readers (needs "serde" feature) for read/write CSV file, extendible to other formats
  • default feature is now Wasm-/Wasi-first

Changed

  • WARNING: Breaking changes!
  • Seeds to multiple algorithims that depend on random number generation
  • Added a new parameter to train_test_split to define the seed
  • changed use of "serde" feature

Dropped

  • WARNING: Breaking changes!
  • Drop nalgebra-bindings feature, only ndarray as supported library