This repository was archived by the owner on Sep 29, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ To get started, add WhyLogs to your Maven POM:
6464<dependency >
6565 <groupId >ai.whylabs</groupId >
6666 <artifactId >whylogs-core</artifactId >
67- <version >0.0.2b2 </version >
67+ <version >0.1.0 </version >
6868</dependency >
6969```
7070For the full Java API signature, see the [ Java Documentation] ( https://www.javadoc.io/doc/ai.whylabs/whylogs-core/latest/index.html ) .
@@ -74,11 +74,14 @@ Spark package (Scala 2.11 or 2.12 only):
7474<dependency >
7575 <groupId >ai.whylabs</groupId >
7676 <artifactId >whylogs-spark_2.11</artifactId >
77- <version >0.0.2b2 </version >
77+ <version >0.1.0 </version >
7878</dependency >
7979```
8080For the full Scala API signature, see the [ Scala API Documentation] ( https://javadoc.io/doc/ai.whylabs/whylogs-spark_2.11/latest/index.html ) .
8181
82+ ## Examples Repo
83+
84+ For examples in different languages, please checkout our [ whylogs-examples] ( https://github.com/whylabs/whylogs-examples ) repository.
8285
8386## Simple tracking
8487The following code is a simple tracking example that does not output data to disk:
You can’t perform that action at this time.
0 commit comments