Releases: neptune-ai/neptune-client
Releases · neptune-ai/neptune-client
0.10.5
Update exceptions.py (#651)
0.10.4
Features
- Added long description for PyPI
Fixes
- Fixed GitPython importing during package preparation
0.10.3
Features
- Checking current working directory in addition to entrypoint when looking for git repository (#633)
- Added support for Kedro integration (#641)
0.10.2
neptune-client 0.10.2
Features
- Added NEPTUNE_MONITORING_NAMEPSACE environment variable (#623)
Fixes
- Use absolute path for operations queue(#624)
- Fix race condition in operations queue(#626)
0.10.1
Features
- Delete namespace (and all child fields and namespaces) (#619)
- .pop() works invoked on a field (#617)
- Logging version when using python logger integration (#622)
0.10.0
Breaking changes
- Return path from requested prefix instead of root when fetching namespace (#609)
Features
- Heuristics to help users find out they're writing legacy code with new client API or vice versa (#607)
- Lookup for projects without workspace specification and listing user projects and workspaces (#615)
- Mechanism to prevent using legacy Experiments in new-API integrations (#611)
0.9.19
Breaking changes
- Prevent logging into stopped runs (#602)
Features
- Added more informal exception for invalid API token (#601)
Fixes
- Retry file upload in legacy API when 400 status code caused by a bug occur
0.9.18
- Check get_ipython() for None (#598)
0.9.17
Features
- Added support for fast.ai integration (#590)
- Remind user about stopping runs in interactive console and notebooks (#595)
- Updating error messages and links to docs (#593)
0.9.16
Reassigning dict to Namespace (#585)
* PoC of fix for reassigning dict to Namespace
* Added integration tests for namespaces
* Made use of Handler internal logic