Releases
1.8.3
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 in init_run
(#1525 )
Updated management docstrings (#1500 )
Fix error message in case of NeptuneAuthTokenExpired (#1531 )
Updated NeptuneModelKeyAlreadyExistsError exception message (#1536 )
Added support for unsupported float values in stringify_unsupported()
(#1543 )
Clarified message shown when nonexistent ID is passed to with_id
argument (#1551 )
Changes
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 )
Added support for plugins/extensions (#1545 )
Skip and warn about unsupported float values (infinity, negative infinity, NaN) in logging floats (#1542 )
Move error handling to a separate method in AsyncOperationProcessor
(#1553 )
Abstract parts of logic to separate methods for AsyncOperationProcessor (#1557 )
Rework disk utilization check (#1549 )
Introduce error handlers for disk utilization (#1559 )
Added support for neptune[experimental]
extras (#1560 )
Disk utilization environment variables renamed (#1565 )
You can’t perform that action at this time.