Releases: neptune-ai/neptune-client
Releases · neptune-ai/neptune-client
1.8.3rc3
Fixes
- Added more safe checking to last ack (#1510)
- Retry request in case of bravado RecursiveCallException (#1521)
- Fix bug in git tracking when repo was clean (#1517)
- Run async callback in new daemon thread (#1521)
- Better handle bool values of
git_ref
param ininit_run
(#1525) - Updated management docstrings (#1500)
- Sample logging for series errors (#1539)
Changes
- Safety (errors suppressing) execution mode (#1503)
- Allow to disable handling of remote signals (#1508)
- Allow to disable deletion of local parent folder (#1511)
- Made the disk checking more reliable for env specific errors (#1519)
- Update Neptune object docstrings (#1516)
- Added metadata file that stores information about internal directory structure and platform (#1526)
- Minor tweaks to
neptune.cli
and cleaning leftovers after async Experiments (#1529) - Pin
simplejson
required version to below3.19
(#1535)
1.8.3rc2
1.8.3rc1
1.8.3rc0
What's Changed
- implement safe mode for all containers by @PatrykGala in #1503
Full Changelog: 1.8.2...1.8.3rc0
1.8.2
1.8.1
1.8.0
Features
- Programmatically delete trashed neptune objects (#1475)
- Added support for callbacks that stop the synchronization if the lag or lack of progress exceeds a certain threshold (#1478)
Changes
- Add support for
retry-after
header in HTTPTooManyRequests (#1477) - Bump boto3 required version to speed up installation via poetry (#1481)
Fixes
1.8.0rc1
Features
- Added support for callbacks that stop the synchronization if the lag or lack of progress exceeds a certain threshold (#1478)
Fixes
- Add newline at the end of generated
.patch
while tracking uncommitted changes (#1473) - Clarify
NeptuneLimitExceedException
error message (#1480)
Changes
- Bump boto3 required version to speed up installation via poetry (#1481)