Skip to content

Commit

Permalink
Bump up 0.6.0 release date
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhanLiin committed Jun 15, 2022
1 parent b3e52ce commit d4bd9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.6.0 - 2022-06-12
Version 0.6.0 - 2022-06-15
========================

New Algorithms
Expand Down
2 changes: 1 addition & 1 deletion docs/website/content/news/release_060.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
title = "Release 0.6.0"
date = "2022-06-12"
date = "2022-06-15"
+++

Linfa's 0.6.0 release removes the mandatory dependency on external BLAS libraries (such as `intel-mkl`) by using a pure-Rust linear algebra library. It also adds the Naive Multinomial Bayes and Follow The Regularized Leader algorithms. Additionally, the `AsTargets` trait has been separated into `AsSingleTargets` and `AsMultiTargets`.
Expand Down

0 comments on commit d4bd9c9

Please sign in to comment.