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: python-graphblas/graphblas-algorithms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2023.10.0
Choose a base ref
...
head repository: python-graphblas/graphblas-algorithms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 12 files changed
  • 3 contributors

Commits on Dec 13, 2023

  1. Drop Python 3.9, add 3.12; update pre-commit (#84)

    * Drop Python 3.9, add 3.12; update pre-commit
    
    * Use latest networkx release, not dev version
    
    * Add .codecov.yml
    eriknw authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    10788fa View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Bump actions/setup-python from 4 to 5 (#83)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      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 14, 2023
    Configuration menu
    Copy the full SHA
    38a41d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. chore: update pre-commit hooks (#88)

    updates:
    - [github.com/pycqa/isort: 5.13.1 → 5.13.2](PyCQA/isort@5.13.1...5.13.2)
    - [github.com/psf/black: 23.12.0 → 23.12.1](psf/black@23.12.0...23.12.1)
    - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.7...v0.1.9)
    - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.7...v0.1.9)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    3f02d4c View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-artifact from 3 to 4 (#87)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      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 Jan 2, 2024
    Configuration menu
    Copy the full SHA
    fec54b6 View commit details
    Browse the repository at this point in the history
  3. Bump conda-incubator/setup-miniconda from 2 to 3 (#81)

    Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 2 to 3.
    - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases)
    - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md)
    - [Commits](conda-incubator/setup-miniconda@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: conda-incubator/setup-miniconda
      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 Jan 2, 2024
    Configuration menu
    Copy the full SHA
    dcaef80 View commit details
    Browse the repository at this point in the history
  4. Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (#80)

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.10 to 1.8.11.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.8.10...v1.8.11)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    35dbc90 View commit details
    Browse the repository at this point in the history
Loading