File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed
Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1212 <dependency>
1313 <groupId>ml.comet</groupId>
1414 <artifactId>comet-java-client</artifactId>
15- <version>1.1.9 </version>
15+ <version>1.1.10 </version>
1616 </dependency>
1717 </dependencies>
1818```
@@ -84,4 +84,7 @@ COMET_MAX_AUTH_RETRIES
8484* You also can check
8585 * [ sample experiment] ( comet-examples/src/main/java/ml/comet/examples/OnlineExperimentExample.java )
8686 * [ MNIST classification experiment] ( comet-examples/src/main/java/ml/comet/examples/mnist/MnistExperimentExample.java )
87+ * [ Comet artifact examples] ( comet-examples/src/main/java/ml/comet/examples/ArtifactExample.java )
88+ * [ Log model example] ( comet-examples/src/main/java/ml/comet/examples/LogModelExample.java )
89+ * [ model registry/Comet API example] ( comet-examples/src/main/java/ml/comet/examples/RegistryModelExample.java )
8790* For more usage examples refer to [ tests] ( comet-java-client/src/test/java/ml/comet/experiment )
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >comet-java-sdk</artifactId >
99 <groupId >ml.comet</groupId >
10- <version >1.1.9 -SNAPSHOT</version >
10+ <version >1.1.10 -SNAPSHOT</version >
1111 </parent >
1212
1313 <properties >
6363 <dependency >
6464 <groupId >ch.qos.logback</groupId >
6565 <artifactId >logback-classic</artifactId >
66- <version >1.2.10 </version >
66+ <version >1.2.11 </version >
6767 </dependency >
6868 </dependencies >
6969 <build >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >ml.comet</groupId >
99 <artifactId >comet-java-sdk</artifactId >
10- <version >1.1.9 -SNAPSHOT</version >
10+ <version >1.1.10 -SNAPSHOT</version >
1111 </parent >
1212
1313 <dependencyManagement >
5757 <dependency >
5858 <groupId >com.typesafe</groupId >
5959 <artifactId >config</artifactId >
60- <version >1.4.1 </version >
60+ <version >1.4.2 </version >
6161 </dependency >
6262 <dependency >
6363 <groupId >com.fasterxml.jackson.core</groupId >
6464 <artifactId >jackson-databind</artifactId >
65- <version >2.13.1 </version >
65+ <version >2.13.2 </version >
6666 </dependency >
6767 <dependency >
6868 <groupId >com.vdurmont</groupId >
7777 <dependency >
7878 <groupId >org.slf4j</groupId >
7979 <artifactId >slf4j-api</artifactId >
80- <version >1.7.35 </version >
80+ <version >1.7.36 </version >
8181 </dependency >
8282 <dependency >
8383 <groupId >org.slf4j</groupId >
8484 <artifactId >slf4j-simple</artifactId >
85- <version >1.7.35 </version >
85+ <version >1.7.36 </version >
8686 </dependency >
8787
8888 <!-- tests -->
Original file line number Diff line number Diff line change 55 <groupId >ml.comet</groupId >
66 <artifactId >comet-java-sdk</artifactId >
77 <packaging >pom</packaging >
8- <version >1.1.9 -SNAPSHOT</version >
8+ <version >1.1.10 -SNAPSHOT</version >
99
1010 <name >${project.groupId} :${project.artifactId} </name >
1111 <description >https://www.comet.ml Java client lib</description >
You can’t perform that action at this time.
0 commit comments