Skip to content

Releases: neptune-ai/neptune-client

0.9.15

26 May 09:30
95ae79f
Compare
Choose a tag to compare
Fix websocket-client version (#584)

0.9.14

25 May 07:36
b18a6ec
Compare
Choose a tag to compare
  • don't upload sources on run resumes unless source_files are expliitly set
  • warn when uploaded numpy image has values outside of range [0..1]

0.9.13

21 May 11:17
57cba0c
Compare
Choose a tag to compare
Downgrade websocket-client bacause of bug in 1.0.0 version (#568)

https://github.com/websocket-client/websocket-client/issues/694

0.9.12

20 May 12:54
109a00b
Compare
Choose a tag to compare
Configurable timeout for sync operations (#565)

0.9.11

19 May 14:16
4a4623e
Compare
Choose a tag to compare
  • Fetch namespace support
  • Fix for PyTorch Lightning integration

0.9.10

18 May 10:22
939a928
Compare
Choose a tag to compare
  • New integrations:
    • Optuna
    • Sacred
    • PyTorch Lightning
  • Custom neptune logger
  • Bug fixes
    • Support ** in file patterns
    • Assigning False to an attribute

0.9.9

14 May 07:29
2987005
Compare
Choose a tag to compare
Retry 500 status codes

0.9.8

10 May 15:38
66ae063
Compare
Choose a tag to compare
handle boolean attribute in runs_table

0.9.7

04 May 13:06
e5d4f4b
Compare
Choose a tag to compare
Fix backend get_attributes

0.9.6

04 May 11:56
9867722
Compare
Choose a tag to compare
  • Boolean attributes
  • Integer atributes
  • Stop/Abort handling