Skip to content

Commit

Permalink
Updated readme.md for 0.5.1 and 0.6.0 releases. (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
imarios authored Apr 15, 2018
1 parent 3541ef9 commit 9f6f6a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ The compatible versions of [Spark](http://spark.apache.org/) and
| --- | --- | --- |
| 0.4.0 | 2.2.0 | 1.0.0-MF |
| 0.4.1 | 2.2.0 | 1.0.1 |
| 0.5.0 | 2.2.1 | 1.0.1 |
| 0.5.1 | 2.2.1 | 1.0.1 |
| 0.6.0 | 2.3.0 | 1.0.1 |

Versions 0.5.1 and 0.6.0 have identical features. The first is compatible with Spark 2.2.1 and the second with 2.3.0.

The **only** dependency of the `frameless-dataset` module is on [shapeless](https://github.com/milessabin/shapeless) 2.3.2.
Therefore, depending on `frameless-dataset`, has a minimal overhead on your Spark's application jar.
Expand Down Expand Up @@ -73,7 +75,7 @@ Frameless is compiled against Scala 2.11.x.
To use Frameless in your project add the following in your `build.sbt` file as needed:

```scala
val framelessVersion = "0.5.0"
val framelessVersion = "0.6.0" // for Spark 2.3.0 or use 0.5.1 for Spark 2.2.1

libraryDependencies ++= List(
"org.typelevel" %% "frameless-dataset" % framelessVersion,
Expand Down

0 comments on commit 9f6f6a8

Please sign in to comment.