From c507d976be95c46ccb423f2010095bcebf95a8c4 Mon Sep 17 00:00:00 2001 From: "Lorenzo (Mec-iS)" Date: Tue, 8 Nov 2022 13:59:49 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6052e07..06d6d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Added - WARNING: Breaking changes! - Seeds to multiple algorithims that depend on random number generation. -- Added feature `js` to use WASM in browser - Drop `nalgebra-bindings` feature - 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 towards Rust 2021, in particular the use of `dyn` and `as_ref` + * moving to Rust 2021, in particular the use of `dyn` and `as_ref` * reorganization of the code base, trying to eliminate duplicates +- usage of `serde` is now optional, use the `serde` feature +- default feature is now Wasm-/Wasi-first for minimal binary size ## BREAKING CHANGE - Added a new parameter to `train_test_split` to define the seed.