Repository: predictionio-template-similar-product Updated Branches: refs/heads/master 9a169a246 -> b83fc2f8d
Bump PredictionIO to 0.13.0 Closes #18 Project: http://git-wip-us.apache.org/repos/asf/predictionio-template-similar-product/repo Commit: http://git-wip-us.apache.org/repos/asf/predictionio-template-similar-product/commit/f01839f6 Tree: http://git-wip-us.apache.org/repos/asf/predictionio-template-similar-product/tree/f01839f6 Diff: http://git-wip-us.apache.org/repos/asf/predictionio-template-similar-product/diff/f01839f6 Branch: refs/heads/master Commit: f01839f6480c1c01301428b5e1ff4c73966887e4 Parents: 400b49c Author: Naoki Takezoe <[email protected]> Authored: Thu Sep 20 18:57:59 2018 +0900 Committer: shimamoto <[email protected]> Committed: Thu Sep 20 18:57:59 2018 +0900 ---------------------------------------------------------------------- .gitignore | 10 ++++++++++ README.md | 7 ++++++- build.sbt | 2 +- project/assembly.sbt | 2 +- template.json | 2 +- 5 files changed, 19 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/predictionio-template-similar-product/blob/f01839f6/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 57841c6..9662372 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,14 @@ +.DS_Store manifest.json target/ pio.log /pio.sbt + +# Eclipse +.project +.classpath +.settings/ + +# IntelliJ +*.iml +.idea/ \ No newline at end of file http://git-wip-us.apache.org/repos/asf/predictionio-template-similar-product/blob/f01839f6/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index b68cbd7..ee83a83 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,20 @@ ## Documentation Please refer to -http://predictionio.incubator.apache.org/templates/similarproduct/quickstart/ +https://predictionio.apache.org/templates/similarproduct/quickstart/ ## Versions +### v0.13.0 + +Update for Apache PredictionIO 0.13.0 + ### v0.12.0-incubating - Bump version number to track PredictionIO version - Sets default build targets according to PredictionIO - Fix warnings and use of case class +- Python3 support in helper scripts ### v0.11.0-incubating http://git-wip-us.apache.org/repos/asf/predictionio-template-similar-product/blob/f01839f6/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index cda3ca1..a937331 100644 --- a/build.sbt +++ b/build.sbt @@ -5,6 +5,6 @@ test in assembly := {} scalaVersion := "2.11.8" libraryDependencies ++= Seq( - "org.apache.predictionio" %% "apache-predictionio-core" % "0.12.0-incubating" % "provided", + "org.apache.predictionio" %% "apache-predictionio-core" % "0.13.0" % "provided", "org.apache.spark" %% "spark-mllib" % "2.1.1" % "provided", "org.scalatest" %% "scalatest" % "3.0.4" % "test") http://git-wip-us.apache.org/repos/asf/predictionio-template-similar-product/blob/f01839f6/project/assembly.sbt ---------------------------------------------------------------------- diff --git a/project/assembly.sbt b/project/assembly.sbt index 15a88b0..d95475f 100644 --- a/project/assembly.sbt +++ b/project/assembly.sbt @@ -1 +1 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.7") http://git-wip-us.apache.org/repos/asf/predictionio-template-similar-product/blob/f01839f6/template.json ---------------------------------------------------------------------- diff --git a/template.json b/template.json index d076ec5..cb5ace6 100644 --- a/template.json +++ b/template.json @@ -1 +1 @@ -{"pio": {"version": { "min": "0.10.0-incubating" }}} +{"pio": {"version": { "min": "0.11.0-incubating" }}}
