File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
## Added
10
10
- WARNING: Breaking changes!
11
11
- Seeds to multiple algorithims that depend on random number generation.
12
- - Added feature ` js ` to use WASM in browser
13
12
- Drop ` nalgebra-bindings ` feature
14
13
- Complete refactoring with ** extensive API changes** that includes:
15
14
* moving to a new traits system, less structs more traits
16
15
* adapting all the modules to the new traits system
17
- * moving towards Rust 2021, in particular the use of ` dyn ` and ` as_ref `
16
+ * moving to Rust 2021, in particular the use of ` dyn ` and ` as_ref `
18
17
* reorganization of the code base, trying to eliminate duplicates
18
+ - usage of ` serde ` is now optional, use the ` serde ` feature
19
+ - default feature is now Wasm-/Wasi-first for minimal binary size
19
20
20
21
## BREAKING CHANGE
21
22
- Added a new parameter to ` train_test_split ` to define the seed.
You can’t perform that action at this time.
0 commit comments