Releases: neptune-ai/neptune-client
Releases · neptune-ai/neptune-client
0.16.8
Features
- Added support of HuggingFace integration (#948)
- Implement trash_objects management function(#996)
Fixes
- Fixed
with_id
deprecation message (#1002)
- Fix passing None as deprecated parameter to deprecated_parameter decorator (#1001)
0.16.7
Features
- Exposed integrations related utils (#983)
- Add new with_id parameter to init functions (#985)
- Introduce filtering columns when fetching run, model and model_version tables (#986)
Fixes
- Stop hanging indefinitely on wait when async data synchronization process is dead (#909)
- Finish stop() faster when async data synchronization process dies (#909)
0.16.6
Features
- Added support for Prophet integration (#978)
- Log argparse.Namespace objects as dicts (#984)
0.16.5
Features
- Added
NEPTUNE_MODE
environment variable (#928)
- Added support of Service account management (#927)
- More informational exception due to plotly and matplotlib incompatibility (#960)
- Dedicated exceptions for collision and validation errors in
create_project()
(#965)
- Project key is now optional in API. If it is not provided by user it is generated. (#946)
Breaking changes
- Former
ProjectNameCollision
exception renamed to AmbiguousProjectName (#965)
0.16.4
Fixes
- Fix uploading in-memory files lager than 5MB (#924)
- fetch_extension added to Handler (#923)
Changes
0.16.3
Features
- Added fetching Models method to Project (#916)
Fixes
- Fix computing of a multipart upload chunk size (#897)
- Matching all listed tags instead of any when calling
fetch_runs_table
(#899)
- Fix invalid processing of delete followed by file upload in a single batch (#880)
0.16.2
Features
- Sync only offline runs inside '.neptune' directory CLI flag (#894)
Fixes
- Fix handling of server errors (#896)
0.16.1
Features
- Print metadata url on stop (#883)
Fixes
- Fix handling Internal Server Error (#885)
0.16.0
Features
- Added python 3.10 support (#879)
- Dropped official support for python 3.6 (#879)
Fixes
- restart upload when file changes during (#877)
0.15.2
Features
- Added support for workspace visibility in Management API (#843)
- Exposed container with a property of Handler (#864)