Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: iterative/dvclive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.6.4
Choose a base ref
...
head repository: iterative/dvclive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.7.0
Choose a head ref
  • 8 commits
  • 14 files changed
  • 5 contributors

Commits on Apr 17, 2023

  1. build(deps-dev): update torch requirement from <1.13 to <2.1 (#503)

    Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version.
    - [Release notes](https://github.com/pytorch/pytorch/releases)
    - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md)
    - [Commits](pytorch/pytorch@v0.1.1...v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: torch
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2023
    Copy the full SHA
    0d25d38 View commit details
  2. [pre-commit.ci] pre-commit autoupdate (#532)

    updates:
    - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
    - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 17, 2023
    Copy the full SHA
    f8b56be View commit details

Commits on Apr 18, 2023

  1. Add DVCLive-Quickstart (#530)

    * Add Quickstart notebook
    
    * Updates
    
    * Hide helper code by default
    
    * fix link
    
    * Add link to README
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update README.md
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    daavoo and pre-commit-ci[bot] authored Apr 18, 2023
    Copy the full SHA
    49c1993 View commit details
  2. Copy the full SHA
    67a7ae3 View commit details

Commits on Apr 21, 2023

  1. Support artifacts section. (#521)

    - Update `make_dvcyaml` to write `artifacts` section.
    - Extend `log_artifact` to accept `type`, `name`, `desc`, `labels`, `meta`.
    daavoo authored Apr 21, 2023
    Copy the full SHA
    a4df3a9 View commit details
  2. Copy the full SHA
    bca4682 View commit details

Commits on Apr 22, 2023

  1. revert get_dvc_stage_template (#540)

    Dave Berenbaum authored Apr 22, 2023
    Copy the full SHA
    0ec6860 View commit details

Commits on Apr 24, 2023

  1. Auto-initialize DVC repo (#539)

    * initialize dvc
    
    * add tests
    
    * drop dvc repo
    
    * drop .dvciginore
    Dave Berenbaum authored Apr 24, 2023
    Copy the full SHA
    0f59e9f View commit details
Loading