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

fix(convolutional-neural-network): update dependency dvc to v3.59.0 #22722

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dvc ==3.58.0 -> ==3.59.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

iterative/dvc (dvc)

v3.59.0

Compare Source

New Features
--tree and --level support for ls-url

ls-url has a new --tree flag to view files in a tree-like format. The url can be a local path or a path to a remote cloud (eg: s3://bucket/data).

dvc ls-url --tree .
data
├── .gitignore
├── data.xml.dvc
├── features
│   ├── test.pkl
│   └── train.pkl
└── prepared
    ├── test.tsv
    └── train.tsv

To control the depth of recursion, --level=N option was added. That works with both --recursive and --tree display options.
Added by @​skshetry in https://github.com/iterative/dvc/pull/10664.

3.13 support

DVC now officially supports Python 3.13. Added by @​skshetry in https://github.com/iterative/dvc/pull/10665 and https://github.com/iterative/dvc/pull/10667.

Other Changes

Full Changelog: iterative/dvc@3.58.0...3.59.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

CML (Local) Report

Params

Value
lr 0.001
train {'epochs': 2}

@mergify mergify bot merged commit 268aebf into main Jan 13, 2025
189 checks passed
@mergify mergify bot deleted the renovate/convolutional-neural-network-dvc-3.x branch January 13, 2025 07:41
Copy link

🎉 This PR is included in version 1.133.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants