Skip to content

Releases: neptune-ai/neptune-client

0.4.132

13 Jan 17:02
2998682
Compare
Choose a tag to compare

Improves support for NVIDIA GPU metrics logging on Windows

0.4.131

12 Jan 15:18
49d43c7
Compare
Choose a tag to compare

Supports both PyJWT 1.7.* and 2.0.*

0.4.130

22 Dec 16:30
a97f63d
Compare
Choose a tag to compare
Downgrade PyJWT do 1.7.1. Version 2.0.0+ is not currently compatible …

0.4.128

03 Dec 08:35
0000cca
Compare
Choose a tag to compare
Added logging of tensorflow and pytorch tensors as image (#321)

* added logging of tensorflow and pytorch tensors as image, fixed scaling of logging numpy arrays

* disabled pylint warnings

* added tests for logging tensor image

* fixed tests, added docstrings to log_metric

* added if on python version to deal with tensorflow dependency

* turned torch tests off for python 2

* dropped pylint disable

* added pylint disable at the top of file

* check

* added another if python 3 if

* added torch install from page before other test reqs

* added detech to torch tensor

* Fix pylint errors

* Install torch on Windows in a specific version

* Test torch from Python 3.6 up

* Use unittest.skipIf to skip tests on older Pythons

* Fix installing deps with tox

* Fix tox.ini

* Fix tox.ini

* Another fix in tox.ini

* Disable testing torch on Windows

* Skip testing torch for Py 3.5

* dropped pytho3 conditional

Co-authored-by: Piotr Łusakowski <[email protected]>

0.4.127

01 Dec 12:08
3a40ac8
Compare
Choose a tag to compare
Fix empty string IO (#326)

0.4.126

23 Nov 11:57
23ebe0b
Compare
Choose a tag to compare
Fix encoding to utf-8 when uploading text streams as an artifact (#311)

0.4.125

27 Oct 08:04
Compare
Choose a tag to compare
Fix tests

0.4.124

21 Oct 17:20
7680cf5
Compare
Choose a tag to compare
Fixes errors caused by getitem access on offline backend. (#286)

0.4.123

12 Oct 08:59
230f823
Compare
Choose a tag to compare
Added docs links to error messages (#281)

* added exceptions with docs links

* copy fix

* fixed indentation

* updated crucial error messages

* added library not installed exception, fixed linting

* fixed library constructor missing input and format

* fix to library not installed error

* added getting help link

* changed the help message

* changed get help message

* renamed exceptions

* fixed formatting, changed imported class in tests

* fixes

* fixed orded params

* added os styles dispatch

* fixed dict merging

* fixed parsing inputs for librarynotinstalled exception

0.4.122

01 Oct 08:23
f783833
Compare
Choose a tag to compare

Fixes handling Infinity and NaN as parameter values