Skip to content

Commit

Permalink
update readme for new rev
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson committed Jan 5, 2019
1 parent 05f4ee9 commit 9a898a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ A few examples are below.
* Fit monotonic interpolating splines to data, including data that has noise or is otherwise non-monotonic.
* Enforce equality constraints of the form s(x) = y, where s is the spline function
* Enforce gradient constraints of the form ds(x)/dx = g
* Enforce inequality constraints of the form s(x) < y and s(x) > y

### How to use `snowball` in your project
The `snowball` package is implemented in java, and so it can be used in both java and scala. It is built on, and designed to work with, Apache Commons Math 3.6
Expand All @@ -23,8 +24,8 @@ The `snowball` package is implemented in java, and so it can be used in both jav
resolvers += "manyangled" at "https://dl.bintray.com/manyangled/maven/"

libraryDependencies ++= Seq(
"com.manyangled" % "snowball" % "0.1.1",
"com.manyangled" % "gibbous" % "0.1.1",
"com.manyangled" % "snowball" % "0.2.0",
"com.manyangled" % "gibbous" % "0.2.0",
"org.apache.commons" % "commons-math3" % "3.6.1")
```

Expand Down

0 comments on commit 9a898a3

Please sign in to comment.