- Update to 0.11.2 * Fix TypingError on sparse.dot with complex dtypes. (Issue #403, PR #404) - Changelog for 0.11.1 * Fix ValueError on sparse.dot with extremely small values. (Issue #398, PR #399) - Changelog for 0.11.0 * Improve the performance of sparse.dot. (Issue #331, PR #389, thanks @daletovar) * Added the COO.swapaxes method. (PR #344, thanks @lueckem) * Added multi-axis 1-D indexing support. (PR #343, thanks @mikeymezher) * Fix outer for arrays that weren’t one-dimensional. (Issue #346, PR #347) * Add casting kwarg to COO.astype. (Issue #391, PR #392) * Fix for COO constructor accepting invalid inputs. (Issue #385, PR #386) - Changelog for 0.10.0 * Fixed a bug where converting an empty DOK array to COO leads to an incorrect dtype. (Issue #314, PR #315) * Change code formatter to black. (PR #284) * Add COO.flatten and sparse.outer. (Issue #316, PR #317). * Remove broadcasting restriction between sparse arrays and dense arrays. (Issue #306, PR #318) * Implement deterministic dask tokenization. (Issue #300, PR #320, thanks @danielballan) * Improve testing around densification (PR #321, thanks @danielballan) * Simplify Numba extension. (PR #324, thanks @eric-wieser). * Respect copy=False in astype (PR #328, thanks @eric-wieser). OBS-URL: https://build.opensuse.org/request/show/859094 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-sparse?expand=0&rev=5
2.4 KiB
2.4 KiB