Releases: neptune-ai/neptune-client
Releases · neptune-ai/neptune-client
0.4.132
Improves support for NVIDIA GPU metrics logging on Windows
0.4.131
Supports both PyJWT 1.7.* and 2.0.*
0.4.130
Downgrade PyJWT do 1.7.1. Version 2.0.0+ is not currently compatible …
0.4.128
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
Fix empty string IO (#326)
0.4.126
Fix encoding to utf-8 when uploading text streams as an artifact (#311)
0.4.125
Fix tests
0.4.124
0.4.123
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
Fixes handling Infinity and NaN as parameter values