pydata / sparse

Sparse multi-dimensional arrays for the PyData ecosystem
https://sparse.pydata.org
BSD 3-Clause "New" or "Revised" License
581 stars 123 forks source link

Upgrade `finch-tensor` #684

Closed mtsokol closed 2 months ago

github-actions[bot] commented 2 months ago

Test Results

5 991 tests  ±0   5 932 :white_check_mark: ±0   9m 33s :stopwatch: +11s     1 suites ±0      59 :zzz: ±0      1 files   ±0       0 :x: ±0 

Results for commit a614313b. ± Comparison against base commit b0f1a819.

This pull request skips 1 and un-skips 1 tests. ``` sparse.numba_backend.tests.test_coo ‑ test_reductions_float16[f8-1-sum-kwargs0] ``` ``` sparse.numba_backend.tests.test_coo ‑ test_reductions_float16[i4-None-mean-kwargs1] ```

:recycle: This comment has been updated with latest results.

mtsokol commented 2 months ago

Can we also make a new alpha release?

hameerabbasi commented 2 months ago

Well, we don't need one for this do we? It's bumping the lower bound on a dependency, but one could just do pip install -U finch-tensor.

mtsokol commented 2 months ago

Well, we don't need one for this do we? It's bumping the lower bound on a dependency, but one could just do pip install -U finch-tensor.

Last release was on 13.05, we still don't have https://github.com/pydata/sparse/pull/678 API changes released in another alpha. I think we could have a new one.

hameerabbasi commented 2 months ago

Last release was on 13.05, we still don't have #678 API changes released in another alpha. I think we could have a new one.

Done! https://pypi.org/project/sparse/0.16.0a7/

mtsokol commented 2 months ago

Thank you!