File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Add `numerix` to your list of dependencies in `mix.exs`:
1010
1111``` elixir
1212 def deps do
13- [{:numerix , " ~> 0.4.0 " }]
13+ [{:numerix , " ~> 0.4" }]
1414 end
1515```
1616
@@ -101,4 +101,3 @@ Check out the [API reference](https://hexdocs.pm/numerix/api-reference.html) for
101101### Optimization
102102
103103* Genetic algorithms
104-
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defmodule Numerix.Mixfile do
66 app: :numerix ,
77 name: "Numerix" ,
88 description: "A collection of useful mathematical functions in Elixir with a slant towards statistics, linear algebra and machine learning" ,
9- version: "0.4.0 " ,
9+ version: "0.4.1 " ,
1010 elixir: "~> 1.3" ,
1111 source_url: "https://github.com/safwank/Numerix" ,
1212 deps: deps ,
You can’t perform that action at this time.
0 commit comments