Skip to content

Releases: neptune-ai/neptune-client

1.5.0rc1

10 Aug 09:44
a1fb010
Compare
Choose a tag to compare

Features

  • Users can pass neptune data directory path by env variable (#1409)

Fixes

  • Load CLI plug-ins in try..except block to avoid a failure in loading a plug-in to crash entire CLI (#1392)
  • Fixed cleaning operation storage when using sync mode and forking (#1413)
  • Fix FileDependenciesStrategy when the dependency file is in a folder (#1411)
  • Fixed cleaning operation storage when using async mode and forking (#1418)

1.5.0rc0

04 Aug 14:23
d48d235
Compare
Choose a tag to compare

Fixes

  • Load CLI plug-ins in try..except block to avoid a failure in loading a plug-in to crash entire CLI (#1392)
  • Fixed cleaning operation storage when using sync mode and forking (#1413)

1.4.1

27 Jul 13:42
d1f0c0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.1rc1

25 Jul 16:12
5c992a2
Compare
Choose a tag to compare
1.4.1rc1 Pre-release
Pre-release

What's Changed

Full Changelog: 1.4.0...1.4.1RC1

1.4.0

25 Jul 08:55
e7865d5
Compare
Choose a tag to compare

Fixes

  • Fixed operation processor bug if current working directory is different from the script directory (#1391)

Features

  • Added support for tensorboard integration (#1368)
  • Added support for mlflow integration (#1381)

1.4.0rc0

24 Jul 07:08
9645da0
Compare
Choose a tag to compare

Fixes

  • Fixed operation processor bug if current working directory is different from the script directory (#1391)

Features

  • Added support for tensorboard integration (#1368)
  • Added support for mlflow integration (#1381)

1.3.3rc0

12 Jul 12:33
382811b
Compare
Choose a tag to compare

Changes

  • Dependency tracking feature will log an error if a given file path doesn't exist (#1389)
  • Use pip list --format=freeze instead of pip freeze in dependency tracking (#1389)
  • Log both uploaded and inferred requirements to the same namespace (#1389)

Fixes

  • Tracking uncommitted changes and dependencies will be skipped in case of any exception, to not disturb the run initialization (#1395)

1.3.2

05 Jul 08:09
b1bedc9
Compare
Choose a tag to compare
Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (#1388)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1.3.2rc1

28 Jun 10:56
ba731c1
Compare
Choose a tag to compare
Temporarly disable waiting for tests on release (#1377)

1.3.2rc0

21 Jun 15:37
be0935a
Compare
Choose a tag to compare
Temporarly skip one unittest on Windows (#1367)