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.2
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.3
Choose a head ref
  • 5 commits
  • 8 files changed
  • 6 contributors

Commits on Dec 1, 2025

  1. Bump actions/checkout from 5 to 6 (#477)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      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 Dec 1, 2025
    Configuration menu
    Copy the full SHA
    ccb9284 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. Update GitHub workflows: remove CompatHelper, add Julia dependabot (#479

    )
    
    - Remove CompatHelper workflows (replaced by dependabot)
    - Add/update dependabot.yml with Julia package ecosystem
    - Julia dependabot support is now stable and preferred over CompatHelper
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-authored-by: Stefan Krastanov <stefan@krastanov.org>
    Co-authored-by: Claude <noreply@anthropic.com>
    3 people authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    4176651 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2025

  1. Bump actions/upload-artifact from 5 to 6 (#481)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      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 Dec 24, 2025
    Configuration menu
    Copy the full SHA
    325a2e9 View commit details
    Browse the repository at this point in the history
  2. Bump actions/cache from 4 to 5 (#480)

    Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      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 Dec 24, 2025
    Configuration menu
    Copy the full SHA
    e7e2e43 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2025

  1. Optimization: iFUB algorithm for unweighted graph diameter (#482)

    Co-authored-by: Stefan Krastanov <github.acc@krastanov.org>
    LoveLow-Global and Krastanov authored Dec 31, 2025
    2 Configuration menu
    Copy the full SHA
    1d94b7a View commit details
    Browse the repository at this point in the history
Loading