Ouranosinc / xscen

A climate change scenario-building analysis framework.
https://xscen.readthedocs.io/
Apache License 2.0
15 stars 2 forks source link

Unpin sparse #324

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Updates the requirements on sparse to permit the latest version.

Changelog

Sourced from sparse's changelog.

0.15.1 / 2024-01-10

  • Fix regression where with XArray by supporting all API functions via the Array API standard. (:pr:622 thanks :ghuser:hameerabbasi)

0.15.0 / 2024-01-09

  • Fix regression where :obj:DeprecationWarnings were being fired unexpectedly. (:pr:581 thanks :ghuser:hameerabbasi)
  • Extended :obj:sparse.einsum support (:pr:579 thanks :ghuser:HadrienNU)
  • General code clean-up (:pr:586 thanks :ghuser:MHRasmy, :pr:598 thanks :ghuser:jamestwebber)
  • Bug fixes with respect to NumPy compatibility (:pr:598 thanks :ghuser:hameerabbasi, :pr:609 thanks :ghuser:Illviljan, :pr:620 thanks :ghuser:mtsokol)
  • Bug fixes with respect to GCXS (:pr:611 thanks :ghuser:EuGig, :pr:601 thanks :ghuser:jamestwebber)
  • Array API standard <https://data-apis.org/array-api/latest/>_ support (:pr:612, :pr:613, :pr:614, :pr:615, :pr:619, :pr:620 thanks :ghuser:mtsokol)
  • matrepr support for display of sparse data (:pr:605, :pr:606 thanks :ghuser:alugowski).
  • Larger code clean-up with Ruff formatter and linter (:pr:617, :pr:621 thanks :ghuser:hameerabbasi)
  • Packaging and maintenance (:pr:616, :commit:b5954e68d3d6e35a62f7401d1d4fb84ea04414dd, :commit:dda93d3ea9521881c721c3ba875c769c9c5a79d4 thanks :ghuser:hameerabbasi)

0.14.0 / 2023-02-24

  • :obj:sparse.einsum support (:pr:564 thanks :ghuser:jcmgray)
  • Some bug-fixes (:pr:524, :pr:527, :pr:555 thanks :ghuser:hameerabbasi, :pr:569, thanks :ghuser:jamestwebber, :pr:534, thanks :ghuser:sarveshbhatnagar)
  • Some performance improvements (:pr:570, thanks :ghuser:jamestwebber, :pr:540, thanks :ghuser:smldub).
  • Miscellaneous maintenance fixes.

0.13.0 / 2021-08-28

  • GCXS improvements and changes. (:pr:448, :pr:450, :pr:455, thanks :ghuser:sayandip18).
  • Maintainence fixes (:pr:462, :pr:466, :commit:1ccb85da581be65a0345b399e00fd3c325700d95, :commit:5547b4e92dc8d61492e9dc10ba00175c1a6637fa :commit:00c0e5514de2aab8b9a0be16b5da470b091d9eb9, :commit:fcd3020dd08c7022a44f709173fe23969d3e8f7c, thanks :ghuser:hameerabbasi)
  • :obj:sparse.DOK.from_scipy_sparse method (:pr:464, :issue:463, thanks :ghuser:hameerabbasi).
  • Black re-formatting (:pr:471, :pr:484, thanks :ghuser:GenevieveBuckley, :ghuser:sayandip18)
  • Add :obj:sparse.pad (:pr:474, :issue:438, thanks :ghuser:H4R5H1T-007)
  • Switch to GitHub Actions (:compare:5547b4e92dc8d61492e9dc10ba00175c1a6637fa..a332f22c96a96e5ab9b4384342df67e8f3966f85)
  • Fix a number of bugs in format conversion. (:pr:504, :issue:503, thanks :ghuser:hameerabbasi)
  • Fix bug in :obj:sparse.matmul for higher-dimensional arrays. (:pr:508, :issue:506, thanks :ghuser:sayandip18).
  • Fix scalar conversion to COO (:issue:510, :pr:511, thanks :ghuser:hameerabbasi)
  • Fix OOB memory accesses (:issue:515, :commit:1e24a7e29786e888dee4c02153309986ae4b5dde thanks :ghuser:hameerabbasi)
  • Fixes element-wise ops with scalar COO array. (:issue:505, :commit:5211441ec685233657ab7156f99eb67e660cee86, thanks :ghuser:hameerabbasi)
  • Fix scalar broadcast_to with nnz==0. (:issue:513, :commit:bfabaa0805e811884e79c4bdbfd14316986d65e4, thanks :ghuser:hameerabbasi)

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @Zeitsperre.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Zeitsperre commented 8 months ago

@dependabot merge