Skip to content

Releases: neptune-ai/neptune-client

0.10.5

20 Aug 06:12
2c5d5de
Compare
Choose a tag to compare
Update exceptions.py (#651)

0.10.4

09 Aug 10:38
caa6086
Compare
Choose a tag to compare

Features

  • Added long description for PyPI

Fixes

  • Fixed GitPython importing during package preparation

0.10.3

05 Aug 07:51
f7337b5
Compare
Choose a tag to compare

Features

  • Checking current working directory in addition to entrypoint when looking for git repository (#633)
  • Added support for Kedro integration (#641)

0.10.2

19 Jul 06:51
36d221f
Compare
Choose a tag to compare

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

13 Jul 11:16
885ccd4
Compare
Choose a tag to compare

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

06 Jul 12:12
7d45c5c
Compare
Choose a tag to compare

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

23 Jun 12:31
1f70a3b
Compare
Choose a tag to compare

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

16 Jun 14:27
65533d8
Compare
Choose a tag to compare
  • Check get_ipython() for None (#598)

0.9.17

16 Jun 10:09
8831d0f
Compare
Choose a tag to compare

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

31 May 13:31
69fe9a7
Compare
Choose a tag to compare
Reassigning dict to Namespace (#585)

* PoC of fix for reassigning dict to Namespace

* Added integration tests for namespaces

* Made use of Handler internal logic