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.16 #144

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps neptune-client from 0.14.3 to 0.16.16.

Release notes

Sourced from neptune-client's releases.

0.16.16

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

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

Features

  • Add append and extend (#1050)

0.16.13

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

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

Fixes

  • Fixed versioneer configuration and version detection in conda package

Changes

  • Upload in-memory files using copy stored on disk

... (truncated)

Changelog

Sourced from neptune-client's changelog.

neptune-client 0.16.16

Features

  • Added stringify_unsupported function for handling backward compatibility of implicit casting (#1177)
  • Better support for Handler level objects (#1178)

Changes

  • Docstrings and deprecation messages updated (#1182)
  • Deprecate name parameter in init_project and management API (#1175)

Fixes

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

neptune-client 0.16.15

Fixes

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

neptune-client 0.16.14

Features

  • Add append and extend (#1050)

neptune-client 0.16.13

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)

neptune-client 0.16.12

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)

neptune-client 0.16.11

... (truncated)

Commits
  • 21f361f Update CHANGELOG.md (#1183)
  • d8c5110 Docstrings and deprecation messages updated (#1182)
  • 8ed36b5 Fixed warn_once tests on windows (#1181)
  • b280ce6 Implicit casting to strings deprecation fixes and stringify_unsupported (#1177)
  • 3779c6c Merge pull request #1175 from neptune-ai/aw/deprecate_name_param
  • c5f7d38 undo deprecating internal functions
  • 58d511f Merge branch 'master' into aw/deprecate_name_param
  • 12741a1 update changelog
  • 80db9db Merge pull request #1180 from neptune-ai/aw/update_changelog
  • a830283 update changelog
  • 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 1 year ago

Superseded by #147.