Skip to content

Releases: neptune-ai/neptune-client

1.6.2rc1

31 Aug 11:22
2af9551
Compare
Choose a tag to compare

Changes

  • Import JSONDecodeError from simplejson instead of requests #1451

1.6.2rc0

31 Aug 07:17
3fc528c
Compare
Choose a tag to compare

Changes

  • Identify client's artifact supported version by adding X-Neptune-Artifact-Api-Version header to get artifact attribute request (#1436)
  • Enhance the logic for importing exceptions from request #1434

Fixes

  • Cast integers outside of 32 bits to float in stringify_unsupported() (#1443)

1.6.1

23 Aug 08:07
d43f287
Compare
Choose a tag to compare

Fixes

  • Fixed conda package due to improper non-required backoff requirement (#1435)

1.6.0

18 Aug 08:39
b627dfb
Compare
Choose a tag to compare

neptune 1.6.0

Features

  • Added list_fileset_files() method to list files and directories contained in FileSet field (#1412)

Fixes

  • Fixed stringify_unsupported not catching a broader MutableMapping class (#1427)
  • Cast keys in the resulting dictionary to string in stringify_unsupported (#1427)
  • Fixed an issue where data was sometimes not uploaded in case the initial request to the Neptune servers failed (#1429)

1.5.0

16 Aug 10:22
d8521b9
Compare
Choose a tag to compare

Features

  • Users can pass neptune data directory path by env variable (#1409)
  • Filter S3 empty files and exclude metadata from computing of file's hash for new version of artifacts (#1421)

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)

Changes

  • Allow disabling Git tracking by passing git_ref=False (#1423)

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)