tordks / image_classification

Framework for training and tracking deep learning models built on pytorch-lightning and hydra. Soon to encompass both image classification, semantic segmentation and object detection.
2 stars 0 forks source link

Bump neptune-client from 0.14.3 to 0.16.8 #120

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps neptune-client from 0.14.3 to 0.16.8.

Release notes

Sourced from neptune-client's releases.

0.16.8

Features

  • Added support of HuggingFace integration (#948)
  • Implement trash_objects management function(#996)

Fixes

  • Fixed with_id deprecation message (#1002)
  • Fix passing None as deprecated parameter to deprecated_parameter decorator (#1001)

0.16.7

Features

  • Exposed integrations related utils (#983)
  • Add new with_id parameter to init functions (#985)
  • Introduce filtering columns when fetching run, model and model_version tables (#986)

Fixes

  • Stop hanging indefinitely on wait when async data synchronization process is dead (#909)
  • Finish stop() faster when async data synchronization process dies (#909)

0.16.6

Features

0.16.5

Features

  • Added NEPTUNE_MODE environment variable (#928)
  • Added support of Service account management (#927)
  • More informational exception due to plotly and matplotlib incompatibility (#960)
  • Dedicated exceptions for collision and validation errors in create_project() (#965)
  • Project key is now optional in API. If it is not provided by user it is generated. (#946)

Breaking changes

  • Former ProjectNameCollision exception renamed to AmbiguousProjectName (#965)

0.16.4

Fixes

  • Fix uploading in-memory files lager than 5MB (#924)
  • fetch_extension added to Handler (#923)

Changes

  • Force jsonschema version < 4.0.0 (#922)

  • Rename and copy update for UnsupportedClientVersion and DeprecatedClientLibraryVersion (#917)

0.16.3

Features

  • Added fetching Models method to Project (#916)

Fixes

  • Fix computing of a multipart upload chunk size (#897)

... (truncated)

Changelog

Sourced from neptune-client's changelog.

neptune-client 0.16.8

Features

  • Added support of HuggingFace integration (#948)
  • Implement trash_objects management function(#996)

Fixes

  • Fixed with_id deprecation message (#1002)
  • Fix passing None as deprecated parameter to deprecated_parameter decorator (#1001)

neptune-client 0.16.7

Features

  • Exposed integrations related utils (#983)
  • Add new with_id parameter to init functions (#985)
  • Introduce filtering columns when fetching run, model and model_version tables (#986)

Fixes

  • Stop hanging indefinitely on wait when async data synchronization process is dead (#909)
  • Finish stop() faster when async data synchronization process dies (#909)

neptune-client 0.16.6

Features

  • Added support for Prophet integration (#978)
  • Log argparse.Namespace objects as dicts (#984)

neptune-client 0.16.5

Features

  • Added NEPTUNE_MODE environment variable (#928)
  • Added support of Service account management (#927)
  • More informational exception due to plotly and matplotlib incompatibility (#960)
  • Dedicated exceptions for collision and validation errors in create_project() (#965)
  • Project key is now optional in API. If it is not provided by user it is generated. (#946)

Breaking changes

  • Former ProjectNameCollision exception renamed to AmbiguousProjectName (#965)

neptune-client 0.16.4

Fixes

  • Fix uploading in-memory files lager than 5MB (#924)
  • fetch_extension added to Handler (#923)

Changes

  • Force jsonschema version < 4.0.0 (#922)

  • Rename and copy update for UnsupportedClientVersion and DeprecatedClientLibraryVersion (#917)

... (truncated)

Commits
  • 3221687 Fix problems with timeouts in integration tests (#1014)
  • 5a86b29 Update release CHANGELOG.md (#1013)
  • 7bf41f8 Implement trash_objects management function (#996)
  • 66f18ed NPT-12385: sleep for projectKeyCollision removal. It is fixed by lock on spec...
  • 8c0c4ba Separate TestFetchTable test (#1010)
  • 224140d Add optuna to e2e requirements (#1005)
  • e9e8bec E2E with proper huggingface transformers package (#1003)
  • 390e48f Fix passing None as deprecated parameter to deprecated_parameter decorator (#...
  • 6857724 Fixed with_id deprecation warning (#1002)
  • df2d264 Support of HuggingFace integration and e2e tests (#967)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #121.