Skip to content

Releases: neptune-ai/neptune-client

0.16.18

14 Feb 10:22
59711ac
Compare
Choose a tag to compare

Fixes

  • Fix handling connection errors when refreshing oauth token (#1204)
  • Fix syncing offline runs with file upload (#1211)

0.16.17

02 Feb 10:29
dd3f2ee
Compare
Choose a tag to compare

Features

  • Added support for detectron2 integration (#1190)
  • Make neptune-aws package installable as pip install neptune[aws]. (#1176)

Fixes

  • Added support of tuple in stringify_unsupported (#1196)
  • Fixed lack of __repr__ for StringifyValue (#1195)

0.16.16

18 Jan 14:54
21f361f
Compare
Choose a tag to compare

Features

  • Added stringify_unsupported function for handling backward compatibility of implicit casting
  • Better support for Handler level objects

Changes

  • Docstrings and deprecation messages updated
  • Deprecate name parameter in init_project and management API

Fixes

  • Fixed deprecation warnings for implicit casting to string
  • Disabled info about stopping when using read-only mode
  • Disabled "Explore the metadata" message when stopping in debug mode

0.16.15

13 Dec 12:43
a815357
Compare
Choose a tag to compare

Fixes

  • Correct detection of missing attributes (#1155)
  • Fixed entrypoint upload on Windows when entrypoint and source files doesnt share same drive (#1161)

0.16.14

06 Dec 14:57
a260452
Compare
Choose a tag to compare

Features

  • Add append and extend (#1050)

0.16.13

23 Nov 10:01
190c968
Compare
Choose a tag to compare

Changes

  • Automatically Clean junk metadata on script runs (#1083, #1093)
  • New neptune clear command (#1091, #1094)
  • neptune sync removes junk metadata (#1092)
  • Increase LOGGED_IMAGE_SIZE_LIMIT_MB to 32MB (#1090)

Fixes

  • Fix possible deadlock in stop() (#1104)
  • Add request size limit to avoid 403 error (#1089)

0.16.12

07 Nov 11:02
6ba2624
Compare
Choose a tag to compare

Changes

  • Building a package with Poetry (#1069)
  • Automatically convert image and html like assignments to uploads (#1006)
  • File.from_stream does not load content into memory (#1065)
  • Move sync and status commands to neptune.new.cli package #1078
  • neptune status - shows trashed containers #1079
  • Drop limits for in-memory Files (#1070)

0.16.11

27 Oct 14:30
dc6e3d2
Compare
Choose a tag to compare

Fixes

  • Fixed versioneer configuration and version detection in conda package

Changes

  • Upload in-memory files using copy stored on disk

0.16.10

26 Oct 10:47
c43e3d1
Compare
Choose a tag to compare

Features

  • Track artifacts on S3 compatible storage (#1053)

Fixes

  • Update jsonschema requirement with explicit format specifier (#1010)
  • Escape inputs to SQL in Artifact LocalFileHashStorage (#1034)
  • jsonschema requirements unpined and patched related Bravado issue (#1051)
  • Version checking with importlib and versioneer config update (#1048)

Changes

  • More consistent and strict way of git repository, source files and entrypoint detection (#1007)
  • Moved neptune and neptune_cli to src dir (#1027)
  • fetch_runs_table(...), fetch_models_table(...) and fetch_model_versions_table(...) now queries only non-trashed (#1033)
  • get_last_run, get_run_url, get_project and neptune.init marked as deprecated (#1011)
  • Deprecated implicit casting of objects to strings with log and assign operations (#1028)
  • Internally extracted legacy client to legacy submodule (#1039)
  • Marked legacy client as deprecated (#1047)

0.16.9

27 Sep 08:08
4be1090
Compare
Choose a tag to compare

Fixes

  • Management docstring adjustments (#1016)
  • Few minor fixes