File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## Unreleased
7+ ## [ 0.1.4 ] - 2018-12-17
88### Modified
99- errors conditions and tests for KNN
1010- distance calculation between points for KNN
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ by adding `learn_kit` to your list of dependencies in `mix.exs`:
1919``` elixir
2020def deps do
2121 [
22- {:learn_kit , " ~> 0.1.3 " }
22+ {:learn_kit , " ~> 0.1.4 " }
2323 ]
2424end
2525```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defmodule LearnKit.MixProject do
88 def project do
99 [
1010 app: :learn_kit ,
11- version: "0.1.3 " ,
11+ version: "0.1.4 " ,
1212 elixir: "~> 1.7" ,
1313 name: "LearnKit" ,
1414 description: @ description ,
You can’t perform that action at this time.
0 commit comments