Skip to content

Releases: neptune-ai/neptune-client

0.4.105

14 Feb 11:08
488d776
Compare
Choose a tag to compare
Add more verbose error message for invalid channel values (#212)

0.4.104

06 Feb 12:34
abf493e
Compare
Choose a tag to compare
  • increase max image size
  • introduce delete_artifacts

0.4.103

28 Jan 14:59
882731b
Compare
Choose a tag to compare

Expand git info tracking

Retry api call on 502 bad gateway error

23 Jan 16:11
9afee18
Compare
Choose a tag to compare
Retry api call on 502 bad gateway error (#206)

* Retry api call on 502 bad gateway error

links fixes

23 Jan 12:10
ca7d24b
Compare
Choose a tag to compare
0.4.101

links fixes (#205)

move to ai TLD

15 Jan 14:14
e60346b
Compare
Choose a tag to compare
changed ml to ai, bumped year to 2020 (#199)

* changed ml to ai, bumped year to 2020

* Update pylintrc

* fixes

* fixes

* fixes in github repo links

* Update docs/conf.py

0.4.99

14 Jan 09:01
97279c2
Compare
Choose a tag to compare
Migrate dependency from nvidia-ml-py3 to py3nvml (#201)

Migrated nvidia-ml-py3 dependency to py3nvml

0.4.98

11 Dec 12:31
0774a47
Compare
Choose a tag to compare
Merge pull request #197 from neptune-ml/unblock-experiment-resume

Closes: #197 
Fix text logging to restored experiment 
Merging with test fixes

0.4.96

20 Nov 11:37
9da34a7
Compare
Choose a tag to compare
Improve upload files performance (#190)

Improves listing of files to upload:
- replaces directories with files located in these directories recursively to avoid sending directories (there were sent as packages compressed in memory)
- removes duplicated files to minimize bandwidth usage

0.4.95

07 Nov 11:29
95e6569
Compare
Choose a tag to compare
Improved message for communication interruptions (#189)

* Improved message for communication interruptions

* Removed unused variable