Skip to content

Releases: comet-ml/comet-java-sdk

comet-java-sdk-1.1.4

16 Nov 14:33

Choose a tag to compare

What’s Changed

comet-java-client

  • Reading Java Comet SDK version from the resource file filtered by Maven.
  • Implemented printing Java Comet SDK version at the experiment start.
  • Fixed potential resource leak in the StdOutLogger implementation.
  • Implemented StdOutLogger.flush() to facilitate system stream flushing before closing logger.
  • Fixed OnlineExperimentImpl.stopInterceptStdout() to use StdOutLogger.flush() before closing logger.
  • Renamed OnlineExperimentImpl.statusPing() to OnlineExperimentImpl.sendHeartbeat() for better readability.
  • Refactored Comet configuration framework to support massive number of configuration options, default configuration values from bundled resource properties, and for better readability.
  • Refactored experiment builders by extracting common methods.
  • Extracted string constants with asset types into Enum for better type safety.
  • Extracted string constants with query parameter names into Enum for better type safety.

comet-examples

  • Changed backend of the logger from log4j to ch.qos.logback.
  • Upgraded deeplearning4j to the latest version to address security issues with older versions.
  • Fixed MNIST experiment example to use latest version of the deeplearning4j.

comet-java-sdk-1.1.3

08 Nov 17:44

Choose a tag to compare

What’s Changed

  • [CM-1403] Switch Java SDK from OkHttp to ning async http client (#34) @yaricom
  • [CM-1425] Migrate CI to the GitHub Actions for the Java SDK (#31) @yaricom

comet-java-sdk-1.1.2

21 Oct 19:20
d5643f8

Choose a tag to compare

  1. Allow users to set config values as:
  • Environment variables
  • config file (by specifying file path)
  • default typesafe config from classpath (defaults.conf)
  1. Added code override to all config options, we were missing:
  • url
  • max retry
  1. Fix slf4j log redirected to nohup when no biding (added to pom.xml)
  2. Moved validation to build() function (was on init)
  3. Created a specific CometGeneralException so users can catch specific comet related exceptions
  4. Updated tests

comet-java-sdk-1.1.1

21 Oct 06:56
6ea6e86

Choose a tag to compare

Added support for epochs in experiment.
Minor fixes

comet-java-sdk-1.1.0

06 May 08:16
2cfdbb5

Choose a tag to compare

Updated API and dependencies

beta

23 Jan 04:08
3038fb8

Choose a tag to compare

Update README.md