Releases: neptune-ai/neptune-client
Releases · neptune-ai/neptune-client
0.13.1
Features
- PyTorchLightning integration is imported directly from
pytorch-lightnig
repo (#673)
Fixes
- Fix issue with file upload retry buffer causing 400 bad requests (#743)
neptune-client 0.13.0
Features
- Provide names of existing run attributes to IPython's suggestion mechanism (#740)
- Add docstrings for project management API (#738)
Fixes
- Update MemberRoles to match values in the UI (#738)
0.12.1
Support artifacts in fetch_runs_table (#728)
0.12.0
Features
- Human-readable objects representation via
__repr__
(#717)
- Added project management API (#695,
#720)
- Performance improvements when creating several runs (#695)
Fixes
- Temporarily pin
jsonschema<4
(4.0.0 is incompatible with bravado
; #719)
0.11.0
Fixes
- Boto3 non-strict requirement (#708)
- Gracefully handle backends not supporting Artifacts (#709)
0.10.10
Merge pull request #703 from neptune-ai/waj/merge-artifacts
0.10.9
Features
- Added psutil as a base requirement
- Added capture_traceback in neptune.init()
Fixes
- Fix exception type raised on calling missing method on Handler
0.10.8
Update CHANGELOG before release 0.10.8 (#690)
0.10.7
Fixes
- Fixed URL building in Windows
0.10.6
Fixes
- Fixed slashes in file operations in URL concatenation