Skip to content

Commit

Permalink
version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jan 11, 2019
1 parent 7c21fe5 commit 59dd8c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vikos"
version = "0.2.0"
version = "0.2.1"
authors = ["Holger Peters <[email protected]>", "Markus Klein <[email protected]>"]
description = "A machine learning library for supervised training of parametrized models"
license = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Changelog
=========

0.2.1
-----

* Implement `linear_algebra::Vector` for `Vec<f64>`.

0 comments on commit 59dd8c2

Please sign in to comment.