We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7daf692 commit 4520787Copy full SHA for 4520787
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rustlearn"
3
-version = "0.4.3"
+version = "0.5.0"
4
description = "A machine learning package for Rust."
5
documentation = "https://maciejkula.github.io/rustlearn/doc/rustlearn/"
6
homepage = "https://github.com/maciejkula/rustlearn"
changelog.md
@@ -1,5 +1,9 @@
# Changelog
+## [0.5.0][2018-07-29]
+### Changed
+- use serde instead of rustc_serialize
+
7
## [0.4.3][2018-05-22]
8
### Fixed
9
- c_char instead of i8 in libsvm bindings
0 commit comments