Skip to content

Releases: neptune-ai/neptune-client

1.3.0

15 Jun 14:03
db0beb8
Compare
Choose a tag to compare

neptune 1.3.0

Features

  • Added automatic tracking of dependencies (#1345)
  • Added automatic tracking of uncommitted changes ([#1350]#1350)

Fixes

  • Added support of project visibility exception (#1343)

Changes

  • Added support of active projects limit exception (#1348)

1.2.0

10 May 07:50
bdb8cb9
Compare
Choose a tag to compare

neptune 1.2.0

Features

  • Series objects accept timestamps and steps in their constructors (#1318)
  • Users can be invited to the workspace with management api (#1333)
  • Added support for pytorch integration (#1337)

Fixes

  • Print warning instead of crashing syncing thread when logging big integers (#1336)

Changes

  • Neptune objects and universal methods covered with docstrings (#1309)
  • Added docstrings for Neptune packages and modules (#1332)

1.1.1

22 Mar 09:15
4c84cd4
Compare
Choose a tag to compare

Fixes

  • Fixed handling errors in case of too long filenames provided with sys.argv (#1305)

1.1.0

20 Mar 11:32
a73931b
Compare
Choose a tag to compare

Features

  • Added ability to provide repository path with GitRef to init_run (#1292)
  • Added SupportsNamespaces interface in neptune.typing for proper type annotations of Handler and Neptune objects (#1280)
  • Added NEPTUNE_SYNC_AFTER_STOP_TIMEOUT environment variable (#1260)
  • Run, Model, ModelVersion and Project could be created with constructor in addition to init_* functions (#1246)

Fixes

  • Setting request timeout to 10 minutes instead of infinite (#1295)

1.1.0rc0

15 Mar 12:22
07edd7f
Compare
Choose a tag to compare

Features

  • Added ability to provide repository path with GitRef to init_run (#1292)
  • Added SupportsNamespaces interface in neptune.typing for proper type annotations of Handler and Neptune objects (#1280)
  • Added NEPTUNE_SYNC_AFTER_STOP_TIMEOUT environment variable (#1260)
  • Run, Model, ModelVersion and Project could be created with constructor in addition to init_* functions (#1246)

Fixes

  • Setting request timeout to 10 minutes instead of infinite (#1295)

1.0.2

28 Feb 13:15
adcc478
Compare
Choose a tag to compare

Fixes

  • Properly handle expired OAuth token (#1271)

1.0.1

27 Feb 10:53
80850d4
Compare
Choose a tag to compare

Fixes

  • Fixed neptune-client package setup (#1263)

1.0.1rc0

24 Feb 15:45
1e8829f
Compare
Choose a tag to compare

Fixes

  • Fixed neptune-client package setup

1.0.0

23 Feb 13:51
e56acd3
Compare
Choose a tag to compare

Fixes

  • Fixed input value type verification for append() method

Changes

  • Disabled automatic casting to strings for unsupported by Neptune types
  • Moved modules from neptune.new to neptune with compatibility imports and marked neptune.new as deprecated
  • Removed neptune.* legacy modules
  • Removed get_project function
  • Removed init function
  • Removed get_last_run function
  • Removed run parameter from init_run function
  • Removed model parameter from init_model function
  • Removed version parameter from init_model_version function
  • Monitoring is off by default for interactive Python kernels
  • Removed name parameter from init_project function and management API
  • Monitoring namespace based on hostname, process id and thread id
  • Removed deprecated --run option from neptune sync command
  • Update methods to have mainly keyword arguments
  • Removed Run._short_id property
  • Removed get_run_url method
  • Removed neptune.new.sync module
  • Change run status in the table returned by fetch_runs_table to Active / Inactive
  • Package renamed from neptune-client to neptune
  • Changed values used to filter runs table by state
  • Added warning for unsupported types

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)