Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
Add Link to repo. Update version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Dang🤖 committed Sep 23, 2020
1 parent b44387b commit 1a708eb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ To get started, add WhyLogs to your Maven POM:
<dependency>
<groupId>ai.whylabs</groupId>
<artifactId>whylogs-core</artifactId>
<version>0.0.2b2</version>
<version>0.1.0</version>
</dependency>
```
For the full Java API signature, see the [Java Documentation](https://www.javadoc.io/doc/ai.whylabs/whylogs-core/latest/index.html).
Expand All @@ -74,11 +74,14 @@ Spark package (Scala 2.11 or 2.12 only):
<dependency>
<groupId>ai.whylabs</groupId>
<artifactId>whylogs-spark_2.11</artifactId>
<version>0.0.2b2</version>
<version>0.1.0</version>
</dependency>
```
For the full Scala API signature, see the [Scala API Documentation](https://javadoc.io/doc/ai.whylabs/whylogs-spark_2.11/latest/index.html).

## Examples Repo

For examples in different languages, please checkout our [whylogs-examples](https://github.com/whylabs/whylogs-examples) repository.

## Simple tracking
The following code is a simple tracking example that does not output data to disk:
Expand Down

0 comments on commit 1a708eb

Please sign in to comment.