Skip to content

2024.2.0

Latest
Compare
Choose a tag to compare
@eriknw eriknw released this 07 Feb 15:58
· 2 commits to main since this release
8f36d46

Highlights

  • Add support for numba 0.59, which supports Python 3.12 (#536)
    • Python-graphblas and its dependencies now fully support Python 3.12

Expired deprecations

  • Remove deprecated Matrix.from_values, Vector.from_values, matrix.to_values, and vector_to_values (#529)
    • Use Matrix.from_coo, Vector.from_coo, matrix.to_coo, and vector.to_coo instead
  • Remove deprecated gb.io.from_numpy and gb.io.to_numpy (#528)
    • Use Matrix.from_dense, Vector.from_dense, matrix.to_dense, and vector.to_dense instead
  • Remove deprecated gb.core.agg (#527)
    • Use gb.core.operator.agg instead

Maintenance