Skip to content

Releases: neptune-ai/neptune-client

0.13.1

03 Nov 14:19
f927634
Compare
Choose a tag to compare

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

19 Oct 14:43
6884882
Compare
Choose a tag to compare

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

11 Oct 10:02
e125f68
Compare
Choose a tag to compare
Support artifacts in fetch_runs_table (#728)

0.12.0

30 Sep 08:30
f05d226
Compare
Choose a tag to compare

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

21 Sep 10:45
fcf6e6d
Compare
Choose a tag to compare

Fixes

  • Boto3 non-strict requirement (#708)
  • Gracefully handle backends not supporting Artifacts (#709)

0.10.10

13 Sep 14:34
258415d
Compare
Choose a tag to compare
Merge pull request #703 from neptune-ai/waj/merge-artifacts

0.10.9

08 Sep 10:54
b6509a7
Compare
Choose a tag to compare

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

06 Sep 13:13
fadedee
Compare
Choose a tag to compare
Update CHANGELOG before release 0.10.8 (#690)

0.10.7

25 Aug 07:53
e375df7
Compare
Choose a tag to compare

Fixes

  • Fixed URL building in Windows

0.10.6

23 Aug 14:08
9bd5bf4
Compare
Choose a tag to compare

Fixes

  • Fixed slashes in file operations in URL concatenation