Skip to content

Releases: JuliaAI/MLFlowClient.jl

v0.5.1

17 May 15:40
Compare
Choose a tag to compare

MLFlowClient v0.5.1

Diff since v0.4.7

  • Moved baseuri to apiroot, allowing users to specify its own API route (improving compatibility with platforms)
  • Removed healthcheck function due to lack of support. It is not working on every platform providing a mlflow instance
  • Added a MLFLOW_TRACKING_URI check when running tests

Merged pull requests:

  • Adding use_ajax flag to MLFlow instances (#44) (@pebeto)

Closed issues:

  • Potential for collaboration? (#5)
  • How to log model? (#24)
  • Support GitLabs MLFlow backend (#43)

v0.4.7

15 Apr 17:14
Compare
Choose a tag to compare

MLFlowClient v0.4.7

Diff since v0.4.6

Addings

  • URI default to ENV["MLFLOW_TRACKING_URI"] if exists, just as mlflow documentation mentions.

Merged pull requests:

Closed issues:

  • main doesn't pass it's own test (#42)

v0.4.6

05 Mar 19:00
Compare
Choose a tag to compare

MLFlowClient v0.4.6

Diff since v0.4.5

(fix)

  • Solving Documenter pipeline failing on building
  • Increasing project maintainability
  • Increasing code test coverage

Merged pull requests:

Closed issues:

  • Issue to trigger new releases (#39)

v0.4.5

07 Jan 22:21
de98ac2
Compare
Choose a tag to compare

MLFlowClient v0.4.5

Diff since v0.4.4

Merged pull requests:

  • Migrating from /api to /ajax-api endpoint (#36) (@pebeto)

v0.4.4

10 Aug 09:20
5a4237f
Compare
Choose a tag to compare

MLFlowClient v0.4.4

Diff since v0.4.3

Merged pull requests:

  • Adding MLFlow new methods, Julia LTS checks and tests (#28) (@pebeto)
  • Adding health check function (#29) (@pebeto)

v0.4.3

09 Jun 15:27
6e13f32
Compare
Choose a tag to compare

MLFlowClient v0.4.3

Diff since v0.4.2

Merged pull requests:

  • Adding artifact_location modification to getorcreateexperiment (#26) (@pebeto)
  • Feature implementation, code refactoring, new test suite and increasing code coverage (#27) (@pebeto)

v0.4.2

02 Apr 14:11
b94b409
Compare
Choose a tag to compare

MLFlowClient v0.4.2

Diff since v0.3.1

Closed issues:

  • Improve implementation of listexperiments (#10)
  • add pretty printing of types using ShowCases (#12)
  • createrun fails when HTTP response dictionary contains Int64 values (#17)
  • Incorrect start time displayed on MLFlow dashboard (#20)
  • Extending support for remote MLFlow server (#21)

Merged pull requests:

v0.3.1

16 Dec 15:46
7c88ec4
Compare
Choose a tag to compare

MLFlowClient v0.3.1

Diff since v0.3.0

Merged pull requests:

v0.3.0

12 Dec 21:01
a77fc28
Compare
Choose a tag to compare

MLFlowClient v0.3.0

Diff since v0.2.0

Closed issues:

  • documentation improvements (#11)
  • Automatically convert parameters to strings (#14)
  • implement listartifacts (#15)

Merged pull requests:

v0.2.0

20 Nov 15:33
14b974d
Compare
Choose a tag to compare

MLFlowClient v0.2.0

Diff since v0.1.0

Closed issues:

  • Add a getorcreateexperiment method (#7)

Merged pull requests: