Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump clearml from 1.8.3 to 1.10.0 #171

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

Bumps clearml from 1.8.3 to 1.10.0.

Release notes

Sourced from clearml's releases.

PyPI v1.10.0 - ClearML

Breaking Changes

  • When using MinIO or Azure storage, downloading using StorageManager.download_file() and StorageManager.download_folder() will not create a subfolder with the bucket name in the generated download path (#709)

New Features and Improvements

  • Improve the Task.mark_completed, Task.close, and the hyperparameter example (#927, thanks @​Make42!)
  • Add Task.get_debug_samples() to retrieve task's debug samples (#761)
  • Add custom artifact serialization for pipelines using the new artifact_{serialization,deserialization}_function parameters in PipelineController and PipelineDecorator (#689)
  • Allow registering offline models (#653)
  • Add table layout configuration to Logger.report_table() through extra_data parameter, solving (#796)
  • Add support for attaching plots and scalars to models using the new Model.report_* methods
  • Add force_download argument to Model.get_local_copy() to force the downloading of a new copy of a model even if already in the cache
  • Add PipelineController.connect_configuration() to add configuration dictionaries to a pipeline
  • Add Dataset.delete configurable hosted contents deletion support, allowing deletion of both ClearML file server hosted files, and external storage hosted files
  • Add PipelineController.is_successful() criteria customization
  • Adjust CLEARML_VCS_DIFF environment variable behavior, setting it to an empty string now forces the task to not log uncommitted changes
  • Add support for API v2.23
  • Add Getting Started Notebooks
  • Add the output_uri=True argument in the hook config for the OpenMMLab example

Bug Fixes

  • Fix logging dependencies that use the subdirectory argument when pip installing from a git repo (#947, thanks @​jday1!)
  • Fix missing comma leading to a SyntaxError (#959, thanks @​jday1!)
  • Fix auto-logging for multiple models trained by the same framework in the same task (#767)
  • Fix wrong overriding of custom server URLs when running clearml-init ([clearml-server #181](allegroai/clearml-server#181) and #910)
  • Fix parallel coordinates plot display of categorical variables (#907)
  • Fix task.connect() docstring ([ClearML Docs issue #473](allegroai/clearml-docs#473))
  • Fix auto-publishing in Dataset.finalize() raises exception due to backward compatibility issue (#908)
  • Fix auto-detection of Jupyter Notebooks in Sagemaker
  • Fix Gradio binding being triggered even when gradio is not imported
  • Fix reconnection following an offline session. Only allow closed tasks to be reconnected
  • Fix python-fire support
  • Fix mishandling nested dictionaries in Task.connect() inside PipelineDecorator
  • Fix get_or_create_project crashes when run in parallel
  • Fix task.get_user_properties(value_only=True), previously raising an exception
  • Fix silence_errors parameter not working as expected in StorageManager.get_file_size_bytes()
  • Fix setting Dataset metadata name to a string prefixed with data_ breaking Dataset.get
  • Fix Python comma slices breaking Pipeline steps due to a parsing error

PyPI v1.9.3 - ClearML

Bug Fixes

  • Fix broken Task._get_status() which was breaking clearml-session in the latest version
  • Fix path substitution, making it possible now to store unsubstituted URL for models (#935 thanks @​john-zielke-snkeos!)

... (truncated)

Commits
  • 5635137 Bump version to 1.10.0
  • 309b09f Add support for API v2.23 and attaching plots and scalars to models
  • b34063d Fix missing comma (#959)
  • 45838ec Add an example of model with plots
  • 43e73c5 Allow moving a task from offline to online mode in a specific manner
  • dc5be02 Allow registering offline models
  • a5d25b1 Allow for automatic identification of SageMaker notebooks
  • 4bb83c1 Allow to force_download model weights
  • c5b05fc Allow tuning the behavior of pipeline_controller.is_successful
  • 067c817 Allow deleting files when deleting datasets stored with clearml-data
  • 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)

Bumps [clearml](https://github.com/allegroai/clearml) from 1.8.3 to 1.10.0.
- [Release notes](https://github.com/allegroai/clearml/releases)
- [Commits](allegroai/clearml@v1.8.3...v1.10.0)

---
updated-dependencies:
- dependency-name: clearml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 27, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 30, 2023

Superseded by #173.

@dependabot dependabot bot closed this Mar 30, 2023
@dependabot dependabot bot deleted the dependabot/pip/clearml-1.10.0 branch March 30, 2023 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants