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 1.0.2 #154

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps neptune-client from 0.14.3 to 1.0.2.

Release notes

Sourced from neptune-client's releases.

1.0.2

Fixes

  • Properly handle expired OAuth token (#1271)

1.0.1

Fixes

  • Fixed neptune-client package setup (#1263)

1.0.1rc0

Fixes

  • Fixed neptune-client package setup

1.0.0

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

Fixes

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

0.16.17

Features

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

Fixes

... (truncated)

Changelog

Sourced from neptune-client's changelog.

neptune 1.0.2

Fixes

  • Properly handle expired oauth token (#1271)

neptune 1.0.1

Fixes

  • Fixed neptune-client package setup (#1263)

neptune 1.0.1rc0

Fixes

  • Fixed neptune-client package setup (#1263)

neptune 1.0.0

Changes

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

Fixes

  • Fixed input value type verification for append() method (#1254)

neptune-client 0.16.18

Fixes

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

neptune-client 0.16.17

... (truncated)

Commits
  • adcc478 Wait for green master (#1275)
  • a20a485 Update CHANGELOG.md (#1274)
  • 7c254a4 test_async_mode_stop_on_dead marked as skipped for all metadata conta… (#1272)
  • 5d98db5 Update README.md (#1273)
  • b5af7c3 Properly handle expired oauth token (#1271)
  • 6c2ec5a Dataclasses removed from dependencies, bumped upload-artifact version to v3, ...
  • 80850d4 Merge pull request #1266 from neptune-ai/rj/changelog-before-release
  • c67b996 Merge pull request #1269 from neptune-ai/sabine/docstring
  • 7193d6b Merge pull request #1270 from neptune-ai/aw/fix_anonymous_token
  • da528ba update run state values in docstring
  • 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)