Skip to content

Releases: neptune-ai/neptune-client-scale

0.9.0

07 Jan 16:50
bbedafa
Compare
Choose a tag to compare

Changes

  • Removed support for Python 3.8 (#105)

Added

  • Added projects.list_projects() method to list projects accessible to the current user (#97)

Fixed

  • Fixed retry behavior on encountering a NeptuneRetryableError (#99)
  • Fixed batching of metrics when logged with steps out of order (#91)

Chores

  • Not invoking on_error_callback on encountering 408 and 429 HTTP statuses (#110)

Full Changelog: 0.8.0...0.9.0-beta.0

0.8.0

26 Nov 16:10
fbf350b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.3...0.8.0

0.8.0-beta.2

26 Nov 16:04
fbf350b
Compare
Choose a tag to compare
0.8.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.8.0-beta.1...0.8.0-beta.2

0.8.0-beta.1

25 Nov 12:36
9e0ef7a
Compare
Choose a tag to compare
0.8.0-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.8.0-beta.0...0.8.0-beta.1

0.8.0-beta.0

08 Nov 09:32
1198f26
Compare
Choose a tag to compare
0.8.0-beta.0 Pre-release
Pre-release

What's Changed

  • chore: Update neptune-api requirement to 0.8.0b by @PatrykGala in #77

New Contributors

Full Changelog: 0.7.3...0.8.0-beta.0

0.7.3

08 Nov 09:03
3e29ed1
Compare
Choose a tag to compare

What's Changed

  • Debug logging will now create files with the PID component in the filename

0.7.2

07 Nov 08:44
b32e36b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.7.2

0.7.2-beta.3

06 Nov 15:09
b32e36b
Compare
Choose a tag to compare
0.7.2-beta.3 Pre-release
Pre-release

What's Changed

  • Performance improvements
  • Change the logger's configuration to be more resilient
  • Update docs: info about timestamp and timezones
  • Strip quotes from NEPTUNE_PROJECT env variable
  • Added list, set, and tuple support for log_configs()
  • Added tuple support for tags

0.7.1

28 Oct 13:54
785893d
Compare
Choose a tag to compare

What's Changed

  • Made timestamp keyword-only in log_metrics()
  • Removed family from run initialization parameters

0.6.3

23 Oct 09:55
f4fc266
Compare
Choose a tag to compare

What's Changed

  • Remove iterables from log_config value type hints
  • Marked step and data as mandatory in log_metrics
  • Check if SyncProcess is alive in SIGCHLD handler
  • Fix lock is not owned error in error handling block