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: JuliaGraphs/Graphs.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.0
Choose a base ref
...
head repository: JuliaGraphs/Graphs.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.1
Choose a head ref
  • 6 commits
  • 10 files changed
  • 5 contributors

Commits on Jun 10, 2025

  1. Configuration menu
    Copy the full SHA
    ed85708 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. Bump stefanzweifel/git-auto-commit-action from 5 to 6 (#444)

    Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6.
    - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
    - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
    - [Commits](stefanzweifel/git-auto-commit-action@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: stefanzweifel/git-auto-commit-action
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    ae368bf View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-python from 3 to 5 (#443)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v3...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    a79464f View commit details
    Browse the repository at this point in the history
  3. Add missing parallel=:threads implementations (#429)

    These implementations are extremely basic, but they try to follow the
    patterns in the other parts of the Parallel module. My real motivation
    is to be able to move the Distributed implementations into an extension,
    so that Graphs.jl does not depend on Distributed.
    topolarity authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    624c20a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. Configuration menu
    Copy the full SHA
    769e50d View commit details
    Browse the repository at this point in the history
  2. CompatHelper: bump compat for DataStructures to 0.19, (keep existing …

    …compat) (#454)
    
    * CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat)
    
    * bump version
    
    ---------
    
    Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
    Co-authored-by: Stefan Krastanov <github.acc@krastanov.org>
    3 people authored Aug 16, 2025
    2 Configuration menu
    Copy the full SHA
    b5da85a View commit details
    Browse the repository at this point in the history
Loading