-------------------
* [`sparse.GCXS`][] improvements and changes. (PR [448](https://github.com/pydata/sparse/pull/448), PR [#450](https://github.com/pydata/sparse/pull/450), PR [#455](https://github.com/pydata/sparse/pull/455), thanks
[sayandip18](https://github.com/sayandip18)).
* Maintainence fixes (PR [462](https://github.com/pydata/sparse/pull/462), PR [#466](https://github.com/pydata/sparse/pull/466), :commit:`1ccb85da581be65a0345b399e00fd3c325700d95`,
:commit:`5547b4e92dc8d61492e9dc10ba00175c1a6637fa`
:commit:`00c0e5514de2aab8b9a0be16b5da470b091d9eb9`, :commit:`fcd3020dd08c7022a44f709173fe23969d3e8f7c`,
thanks [hameerabbasi](https://github.com/hameerabbasi))
* [`sparse.DOK.from_scipy_sparse`][] method (PR [464](https://github.com/pydata/sparse/pull/464), Issue [#463](https://github.com/pydata/sparse/issues/463), thanks
[hameerabbasi](https://github.com/hameerabbasi)).
* Black re-formatting (PR [471](https://github.com/pydata/sparse/pull/471), PR [#484](https://github.com/pydata/sparse/pull/484), thanks [GenevieveBuckley](https://github.com/GenevieveBuckley), [sayandip18](https://github.com/sayandip18))
* Add [`sparse.pad`][] (PR [474](https://github.com/pydata/sparse/pull/474), Issue [#438](https://github.com/pydata/sparse/issues/438), thanks [H4R5H1T-007](https://github.com/H4R5H1T-007))
* Switch to GitHub Actions (:compare:`5547b4e92dc8d61492e9dc10ba00175c1a6637fa..a332f22c96a96e5ab9b4384342df67e8f3966f85`)
* Fix a number of bugs in format conversion. (PR [504](https://github.com/pydata/sparse/pull/504), Issue [#503](https://github.com/pydata/sparse/issues/503), thanks
[hameerabbasi](https://github.com/hameerabbasi))
* Fix bug in [`sparse.matmul`][] for higher-dimensional arrays. (PR [508](https://github.com/pydata/sparse/pull/508),
Issue [506](https://github.com/pydata/sparse/issues/506), thanks [sayandip18](https://github.com/sayandip18)).
* Fix scalar conversion to COO (Issue [510](https://github.com/pydata/sparse/issues/510), PR [#511](https://github.com/pydata/sparse/pull/511), thanks [hameerabbasi](https://github.com/hameerabbasi))
* Fix OOB memory accesses (Issue [515](https://github.com/pydata/sparse/issues/515), :commit:`1e24a7e29786e888dee4c02153309986ae4b5dde`
thanks [hameerabbasi](https://github.com/hameerabbasi))
* Fixes element-wise ops with scalar COO array. (Issue [505](https://github.com/pydata/sparse/issues/505), :commit:`5211441ec685233657ab7156f99eb67e660cee86`,
thanks [hameerabbasi](https://github.com/hameerabbasi))
* Fix scalar broadcast_to with ``nnz==0``. (Issue [513](https://github.com/pydata/sparse/issues/513), :commit:`bfabaa0805e811884e79c4bdbfd14316986d65e4`,
thanks [hameerabbasi](https://github.com/hameerabbasi))
* Add order parameter to ``{zero, ones, full}[_like]``. (Issue [514](https://github.com/pydata/sparse/issues/514), :commit:`37de1d0141c4375962ecdf18337c2dd0f667b60c`,
thanks [hameerabbasi](https://github.com/hameerabbasi))
* Fix tensordot typing bugs. (Issue [493](https://github.com/pydata/sparse/issues/493), Issue [#499](https://github.com/pydata/sparse/issues/499), :commit:`37de1d0141c4375962ecdf18337c2dd0f667b60c`,
thanks [hameerabbasi](https://github.com/hameerabbasi)).