Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: pydata/sparse

0.17.0

20 May 08:14
9988853
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog:0.16.0...0.17.0

Contributors

  • @hameerabbasi
  • @mtsokol
  • @pre-commit-ci
  • @prady0t
hameerabbasi, mtsokol, and 2 other contributors
Assets2
Loading
knhkse reacted with thumbs up emoji
1 person reacted

`sparse` v0.16.0b2

09 Dec 11:13
ee9f584
This commit was signed with the committer’sverified signature.
hameerabbasi Hameer Abbasi
SSH Key Fingerprint:X6YoaKttcULHBRzJSVjFjva1dltqtg6NtVF7Zbe0ifg
Verified
Learn about vigilant mode.

Choose a tag to compare

Pre-release

Changes

  • Updatesparse_finch notebook and upgradefinch-tensor (#820)
  • Allow no-copy construction from SciPy COO arrays. (#822)
  • MAINT: Re-enable COO tests after fix (#814)
  • Attempt to fix Heisenbug by skipping COO. (#813)
  • update finch-tensor-python to fix tests (#812)
  • skip changelog(deps): bump codecov/codecov-action from 4 to 5 (#811)
  • Testing improvements and minor fixes. (#808)
  • skip changelog(deps): bump mamba-org/setup-micromamba from 1 to 2 (#790)
  • MAINT: Upgrade MLIR version (#785)
  • ENH: Implementreshape function (#776)
  • ENH: CSC and CSF formats for MLIR backend (#775)
  • MNT: Move constructors to a direct style (#773)
  • MNT: Refactor MLIR constructors (#771)
  • ENH: Simple COO format (#768)
  • skip changelog(deps): bump actions/setup-python from 3 to 5 (#735)
  • MNT: Add CI mode to examples (#716)
  • Add example notebook (#709)
  • BUG: Skiptest_where test (#707)
  • Fix 1D return dtype in argmax/argmin (#704)
  • MNT:sparse import refactor (#695)
  • Add Array API tests for Numba backend. (#688)
  • scipy.sparse fill-value fix. (#685)
  • Upgradefinch-tensor (#684)
  • Add tests forscipy.sparse.csgraph andscipy.sparse.linalg (#683)
  • Update Finch backend (#678)
  • Add support for NumPy 2.0. (#681)
  • AddSpMV example (#677)
  • AddMTTKRP example (#676)
  • AddSDDMM example (#674)
  • [pre-commit.ci] pre-commit autoupdate (#675)
  • [pre-commit.ci] pre-commit autoupdate (#672)
  • Do strict checking of Array API in CI job. (#671)
  • [pre-commit.ci] pre-commit autoupdate (#670)
  • [pre-commit.ci] pre-commit autoupdate (#667)
  • Upgradefinch-tensor dep (#666)
  • API: RenamePyData backend toNumba (#665)
  • [pre-commit.ci] pre-commit autoupdate (#663)
  • API: Enable finch backend forscipy.sparse (#664)
  • Updatefinch-tensor version (#662)
  • [pre-commit.ci] pre-commit autoupdate (#661)
  • BUG: Fix CSR/CSC matmul (#660)
  • Finch+PyData benchmarks (#652)
  • API: Updateasarray function (#658)
  • Support Python 3.12 and drop 3.9. (#656)
  • Update Finch backend (#657)
  • Removebackend kwarg fromasarray. (#655)
  • [pre-commit.ci] pre-commit autoupdate (#654)
  • Enable benchmarks (#651)
  • [pre-commit.ci] pre-commit autoupdate (#650)
  • API: Initialfinch_backend (#649)
  • API: Establishpydata_backend (#646)
  • [pre-commit.ci] pre-commit autoupdate (#648)
  • Modernize CI (#641)
  • Improve performance of GCXS dot ndarray (#643)
  • [pre-commit.ci] pre-commit autoupdate (#644)
  • [pre-commit.ci] pre-commit autoupdate (#642)
  • [pre-commit.ci] pre-commit autoupdate (#640)
  • Remove dynamic PyTest options. (#637)
  • CI: Remove Python 3.8 and update miniconda (#636)
  • [pre-commit.ci] pre-commit autoupdate (#635)
  • Always usenp.intp for indices. (#634)
  • Add missing linear algebra functions from array API (#633)
  • Make SciPy a soft dependency (#632)
  • [pre-commit.ci] pre-commit autoupdate (#630)
  • NumPy 2.0 support (#625)
  • Add direct imports from NumPy for Array API support (#624)
  • Add functions to public API. (#623)
  • Add more lints to Ruff for better code quality. (#621)
  • API: Addkwargs tosparse.einsum (#620)
  • DOC: Add array representations to sparse array construction examples (#606)
  • Preserve gcxs compression (#601)
  • Introduce pre-commit. (#617)
  • Replace setup.py and versioneer with pyproject.toml and setuptools_scm. (#616)
  • API: Improvesparse.asarray (#615)
  • API: Refactorargmax andargmin (#614)
  • API: Addsqueeze method to COO (#613)
  • API: Array API support - Part 1 (#612)
  • Fixing "GCXS matmul => slice leads to incorrect results" (#611)
  • Fix issue with .real/.imag with string dtypes (#609)
  • Use matrepr for rich__str__ and_repr_html_ (#605)
  • Fix upcast on in-place. (#598)
  • Add CodeQL workflow for GitHub code scanning (#561)
  • Minor bug: import warnings in_sparse_array.SparseArray (#597)
  • test on 3.11 (#572)
  • Convert two assignments to augmented source code#531 (#586)
  • change parsing of the input in einsum (#579)
  • Fix misfire of DeprecationWarning. (#581)
  • Prepare for 0.14.0. (#578)
  • Fix ReadTheDocs build. (#577)
  • einsum (#564)
  • Add .format support to GCXS and COO classes (#573)
  • Improving indexing performance (#570)
  • fix errors/crashes in multi-dimensional slicing (#569)
  • Relative imports (helps vendoring) (#565)
  • added svg logo and logo-generating script (#556)
  • Fix nanmean for complex arrays. (#555)
  • Allow an ndarray of integers as a shape. (#544)
  • fix scipy url in intersphinx mapping (#543)
  • Adding Vitter Random Sampling without replacement (#540)
  • removed transpose before _dot_ndarray_coo function (#537)
  • Solved Issue 529 (#534)
  • Add a missing check for one-argument version of np.where. (#527)
  • Update CodeCov action. (#525)
  • Fix full_like with GCXS input. (#524)
  • Prepare for 0.13.0. (#518)
  • Change email on CoC. (#517)
  • Fix a number of bugs. (#516)
  • Fix incorrect sparse scalar array. (#511)
  • Fixing NaN check bug (#508)
  • Fix format conversion bugs. (#504)
  • Fix DOK indexing and CI failures. (#501)
  • Skip doctest on 32bits arch (#486)
  • Black formatting inbenchmark_matmul.py (#484)
  • Fix up action. (#489)
  • Add GitHub actions. (#488)
  • Fix falsely triggered advanced indexing. (#482)
  • Improve matmul benchmark (#467)
  • Fix concatenate/stack for sparse.DOK. (#476)
  • Added implementation of sparse.pad() (#474)
  • Pytest failures - fixed with black re-formatting (#471)
  • Miscellaneous improvements in docs (#466)
  • Added warnings for NaN propagation (#469)
  • Add DOK sparse constructor. (#464)
  • Maintance fixes. (#462)
  • Fixed typo in docstring (#457)
  • Attempt to reformat docstring to match Numpydoc standard. (#456)
  • Update docs for GCXS and CSR/CSC (#455)
  • Fix typo in var function docstring (#454)
  • Fix ZeroDivisionError on html_table. (#447)
  • Document elementwise functions for DOK arrays (#451)
  • Docstrings to CSC, CSR classes (#450)
  • Modify GCXS docstring (#448)
  • Prepare for 0.12.0 release. (#446)
  • Make a number of immutability changes. (#445)
  • Initial CSC/ CSR classes (#442)
  • allow for use of different dtypes in coords, indices, and indptr (#441)
  • Implement equality comparison for DOK arrays (#440)
  • Fix dok getitem (#439)
  • Document ability to slice and fancy index DOK arrays (#437)
  • Add slicing and subset of fancy indexing to DOK array access (#436)
  • Add fancy indexing support for DOK item assignment (#435)
  • Add shape= kwarg in {zeros, ones, full}_like. (#423)
  • use correct pointer type for coo shape (#421)
  • add benchmarks (#419)
  • Add gcxs to docs (#414)
  • Move conj, real, and imag to SparseArray (#417)
  • Add elemwise ops for GCXS (#412)
  • Add nnz parameter to sparse.random (#410)
  • Fix a number of random bugs. (#407)
  • Add fill value pruning to GCXS (#409)
  • Prepare for 0.11.2. (#405)
  • Fix dot for complex dtypes. (#404)
  • add reductions (#397)
  • Prepare for 0.11.1. (#402)
  • Fix dot for extremely small values. (#399)
  • Prepare for 0.11.0 release. (#396)
  • Fix warnings in the test suite. (#395)
  • Improve dot performance (#389)
  • Add the casting kwarg to astype. (#392)
  • Fix ND being accepted as COO data. (#386)
  • GCXS Slicing and reshape/resize/transpose/change_compressed_axes (#382)
  • Fix format kwarg in zeros_like. (#381)
  • added method moveaxis (#362)
  • Fix scalar initialization with list inputs. (#356)
  • Update roadmap. (#353)
  • Choose sparse/dense type when doing tensordot (#349)
  • Improve dot performance. (#350)
  • Fix np.outer and np.ufunc.outer. (#347)
  • Added multi-axis advanced indexing support (#343)
  • added method swapaxes to COO (#344)
  • Changelog for 0.10.0 (#342)
  • Fix signature for clip. (#339)
  • Prepare for Numba 0.49. (#337)
  • Remove the HTML coverage from Azure as it generates its own. (#334)
  • Add error msg to tensordot operation when ndim==0 (#333)
  • Try to simplify the numba extension a little (#324)
  • Replace linear_loc with ravel_multi_index, which is 3x faster (#330)
  • Respectcopy=False inastype (#328)
  • Add Code of Conduct (#327)
  • Update issue templates (#325)
  • Implement asnumpy. (#322)
  • Implement deterministic dask tokenization. (#320)
  • Fix setting into numpy slice (#321)
  • Remove sparse-dense broadcasting restriction. (#318)
  • Add flatten method and outer function. (#317)
  • Fix incorrect dtype on empty DOK->COO. (#315)
  • 0.9.0 changelog (#313)
  • Add changelog for 0.9.0. (#312)
  • ENH: Add numba extension support for COO objects (#307)
  • Fix attribute access forarray_function. (#309)
  • Add stack and concatenate (#303)
  • Avoid making a copy ofcoords (#296)
  • addrepr_html (#283)
  • Diagonal/diagonalize functions (#289)
  • Change code formatter to black. (#284)
  • Fix indexing for empty lists. (#282)
  • Modify the visibility of a lot of modules that should be private. (#280)
  • Fix scalar operations in certain cases. (#278)
  • Change to range length and remove dead code. (#277)
  • Convert Numba lists. (#264)
  • array_function test coverage; numpy 1.17; result_type() (#272)
  • Allow mixed ndarray-sparse ops where the shape doesn't change. (#275)
  • Route gufuncs througharray_function. (#274)
  • Remove redundant import. (#273)
  • array_function suppresses AttributeError (#267)
  • Add CSD (#258)
  • Modifications to enable sparse xarrays (#261)
  • Fix empty tensordot. (#256)
  • Move Azure Pipelines to Jobs (#248)
  • Add isposinf and isneginf. (#253)
  • Add resize method and change reshape (#251)
  • Switch badge to Azure Pipelines. (#247)
  • Azure pipelines (#246)
  • Set up CI with Azure Pipelines [skip ci] (#245)
  • Add std and var. (#244)
  • Fix 1 size non-empty broadcast. (#243)
  • Fix LGTM warnings and improve reduce performance. (#240)
  • [WIP] Addarray_function support. (#239)
  • Support reduce fill_value in specific cases. (#238)
  • Restructure requirements. (#236)
  • Clarify error messages (#232)
  • Drop support for legacy Python 2.7 (#235)
  • Fix ...
Read more

Contributors

  • @asmeurer
  • @nils-werner
  • @mrocklin
  • @Carreau
  • @graingert
  • @eric-wieser
  • @ShadenSmith
  • @ahwillia
  • @mangecoeur
  • @jakevdp
  • @jamestwebber
  • @nvictus
  • @stsievert
  • @hugovk
  • @emilmelnikov
  • @ghisvail
  • @hameerabbasi
  • @danielballan
  • @DavidMertz
  • @guilhermeleobas
  • @alugowski
  • @jcrist
  • @gforsyth
  • @delgadom
  • @pentschev
  • @bnavigator
  • @pettni
  • @MEZTech-LLC
  • @willow-ahrens
  • @crusaderky
  • @argearriojas
  • @fujiisoup
  • @gongliyu
  • @ivirshup
  • @mtsokol
  • @jcmgray
  • @daissi
  • @DeaMariaLeon
  • @Illviljan
  • @nimroha
  • @jcapriot
  • @DragaDoncila
  • @SultanOrazbayev
  • @dependabot
  • @GenevieveBuckley
  • @lueckem
  • @sarveshbhatnagar
  • @daletovar
  • @sayandip18
  • @simonthor
  • @KanzaSheikh
  • @MHRasmy
  • @H4R5H1T-007
  • @HadrienNU
  • @pre-commit-ci
  • @smldub
  • @EuGig
asmeurer, nils-werner, and 55 other contributors
Loading

[8]ページ先頭

©2009-2025 Movatter.jp