Releases: neptune-ai/neptune-client
Releases · neptune-ai/neptune-client
0.15.1
Fixes
- Restore
__version__
in neptune.new (#860)
0.15.0
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
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
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
Fixes
- Fixed legacy url in NVML information (#795)
- Make init_project accepting kwargs only (#805)
0.14.0
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
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
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
neptune-client 0.13.3
Fixes
- Fixed multithreading bug with StdStreamCaptureLogger (#762)
0.13.2
neptune-client 0.13.2
Fixes
- Fixed fetching numeric values in debug mode (#745)
- Ensure StdStreamCaptureLogger doesn't log after .close() (#759)