Skip to content

Commit dad0d01

Browse files
committed
Update CHANGELOG
1 parent 98b18c4 commit dad0d01

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## Added
1010
- WARNING: Breaking changes!
1111
- Seeds to multiple algorithims that depend on random number generation.
12-
- Added feature `js` to use WASM in browser
1312
- Drop `nalgebra-bindings` feature
1413
- Complete refactoring with **extensive API changes** that includes:
1514
* moving to a new traits system, less structs more traits
1615
* 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`
1817
* 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
1920

2021
## BREAKING CHANGE
2122
- Added a new parameter to `train_test_split` to define the seed.

0 commit comments

Comments
 (0)