File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [[ 2.8.1]] ( https://github.com/Clarifai/clarifai-java/releases/tag/2.8.1 ) - [ jCenter] ( https://bintray.com/clarifai/Clarifai/Clarifai/2.8.1 ) - 2020-02-16
4+
5+ ### Added
6+ - Add the appearances fields to Detection
7+
8+ ### Changed
9+ - Rename Detection's boundingBox field to crop, to make it consistent with other classes
10+
11+
312## [[ 2.8.0]] ( https://github.com/Clarifai/clarifai-java/releases/tag/2.8.0 ) - [ jCenter] ( https://bintray.com/clarifai/Clarifai/Clarifai/2.8.0 ) - 2020-02-14
413
514See the API changes for more details on the Face proto deprecation and the facedetect* model type cleanup:
Original file line number Diff line number Diff line change 55* Try the Clarifai demo at: https://clarifai.com/demo
66* Sign up for a free account at: https://clarifai.com/developer/signup/
77* Read the developer guide at: https://clarifai.com/developer/guide/
8- * Read the full Javadocs at: https://jitpack.io/com/github/clarifai/clarifai-java/core/2.8.0 /javadoc/
8+ * Read the full Javadocs at: https://jitpack.io/com/github/clarifai/clarifai-java/core/2.8.1 /javadoc/
99
1010[ ![ Release] ( https://img.shields.io/maven-central/v/com.clarifai.clarifai-api2/core.svg?style=flat-square )] ( http://mvnrepository.com/artifact/com.clarifai.clarifai-api2/core )
1111[ ![ Build Status] ( https://travis-ci.org/Clarifai/clarifai-java.svg?branch=master )] ( https://travis-ci.org/Clarifai/clarifai-java )
@@ -44,7 +44,7 @@ Add the following to your dependencies:
4444
4545### Jars:
4646All links hosted by Maven Central (https://repo1.maven.org/ ):
47- - [ Clarifai 2.8.0 (.jar)] ( https://repo1.maven.org/maven2/com/clarifai/clarifai-api2/core/2.8.0 /core-2.8.0 .jar )
47+ - [ Clarifai 2.8.1 (.jar)] ( https://repo1.maven.org/maven2/com/clarifai/clarifai-api2/core/2.8.1 /core-2.8.1 .jar )
4848
4949 ** Dependencies:**
5050 - [ OkHttp 3.4.1 (.jar)] ( https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.4.1/okhttp-3.4.1.jar )
You can’t perform that action at this time.
0 commit comments