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

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    ee5f4e7 View commit details
    Browse the repository at this point in the history
  2. Remove deprecated gb.io.from_numpy (and to_numpy) (#528)

    * Remove deprecated `gb.io.from_numpy` (and `to_numpy`)
    
    These have been deprecated since 2023-02-27, so could be removed after 2023-10-27 per our policy.
    eriknw authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    0149cde View commit details
    Browse the repository at this point in the history
  3. Remove deprecated gb.core.agg (#527)

    * Remove deprecated `gb.core.agg`
    
    This was deprecated on 2023-03-31, so we can remove it after 2023-11-30 per our deprecation policy.
    eriknw authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    919f41c View commit details
    Browse the repository at this point in the history
  4. Remove deprecated to_values and from_values. (#529)

    These have been deprecated since 2022-11-16, so it's been over a year.
    We wanted to give these a longer deprecation cycle to allow people to
    swith to `to_coo` and `from_coo`, but I think it's time to clean up.
    eriknw authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    a9598c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

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

    updates:
    - [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.8 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.8...v0.1.9)
    - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.8...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
    a4e3bf6 View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-artifact from 3 to 4 (#531)

    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
    522b696 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

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

Commits on Feb 18, 2024

  1. Adopt SPEC 0 (#537)

    eriknw authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    a621468 View commit details
    Browse the repository at this point in the history
  2. Bump pre-commit/action from 3.0.0 to 3.0.1 (#538)

    Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/pre-commit/action/releases)
    - [Commits](pre-commit/action@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: pre-commit/action
      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 Feb 18, 2024
    Configuration menu
    Copy the full SHA
    27b23e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Update README.md (#548)

    Include quotes when installing with pip
    slockton24 authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3c389f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. Update to support latest versions, including NumPy 2 (#546)

    Support latest versions: Python 3.13, numpy 2, numba 0.61, SS:GB 9.3.1, etc.
    
    Also, add pre-commit hooks: prettier, taplo, actionlint, check-jsonschema, yamllint, zizmore, meta
    ---------
    
    Co-authored-by: Jim Kitchen <jkitchen@anaconda.com>
    eriknw and jim22k authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    cf73b37 View commit details
    Browse the repository at this point in the history
  2. Bump codecov/codecov-action from 4 to 5 (#554)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      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 Feb 17, 2025
    Configuration menu
    Copy the full SHA
    9bf2ae2 View commit details
    Browse the repository at this point in the history
  3. Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.12.4 (#553)

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.12.4.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.9.0...v1.12.4)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    a1e1904 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a4891f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Add 9.4.5.0 to tests (#557)

    jim22k authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    22d42f6 View commit details
    Browse the repository at this point in the history
Loading