Skip to content

Releases: neptune-ai/neptune-client

0.15.1

08 Mar 12:21
3407ffd
Compare
Choose a tag to compare

Fixes

  • Restore __version__ in neptune.new (#860)

0.15.0

08 Mar 10:59
d74d9fa
Compare
Choose a tag to compare

Features

  • Methods for creating and manipulating Model Registry objects (#794)

Changes

  • Renamed --run parameter to --object in neptune sync (previous kept as deprecated, #849)
  • More helpful error message on SSL validation problem (#853)
  • Added names to daemon worker threads (#851)
  • Stopped forwarding every attribute from Handler to Attribute (#815)

0.14.3

31 Jan 12:06
85a7d8d
Compare
Choose a tag to compare

Features

  • Stripping whitespaces from Neptune API Token (#825)

Fixes

  • Raise proper exception when invalid token were provided (#825)
  • Make status error-handling in legacy client consistent with neptune.new (#829)

0.14.2

18 Jan 12:08
151b332
Compare
Choose a tag to compare

Features

  • Use new file upload API (#789)

Fixes

  • Fixed listing available workspaces when invalid name was provided (#818)
  • Added proper docstrings for Project-Level Metadata (#812)
  • Fixed backward compatibility when syncing old offline data (#810)
  • Prevent original numpy array from modifying (#821)
  • Unpin jsonschema<4, pin swagger-spec-validator>=2.7.4 until bravado releases new version (#820)

0.14.1

05 Jan 13:38
0bea687
Compare
Choose a tag to compare

Fixes

  • Fixed legacy url in NVML information (#795)
  • Make init_project accepting kwargs only (#805)

0.14.0

15 Dec 14:20
26734b0
Compare
Choose a tag to compare

neptune-client 0.14.0

Features

  • Interacting with project-level metadata (#758)
  • Copy feature for non-file single value attributes (#768)

Fixes

  • Fix verifying data size limits in String Atoms and File.from_content (#784)

0.13.5

14 Dec 15:31
168c98c
Compare
Choose a tag to compare

neptune-client 0.13.5

Fixes

  • Restore RunMode for backward compatibility (#775)
  • Restore imports for backward compatibility (#777)
  • Limit number of Series elements sent in single request (#780)

0.13.4

09 Dec 14:43
e3200bb
Compare
Choose a tag to compare

neptune-client 0.13.4

Fixes

  • Fix issue that prevented waiting for subprocesses to finish after receiving stop signal from backend (#774); Timeout now overridable using environment var NEPTUNE_SUBPROCESS_KILL_TIMEOUT

0.13.3

25 Nov 07:49
873fc8e
Compare
Choose a tag to compare

neptune-client 0.13.3

Fixes

  • Fixed multithreading bug with StdStreamCaptureLogger (#762)

0.13.2

24 Nov 07:11
081ca61
Compare
Choose a tag to compare

neptune-client 0.13.2

Fixes

  • Fixed fetching numeric values in debug mode (#745)
  • Ensure StdStreamCaptureLogger doesn't log after .close() (#759)