v0.6.31
Finch v0.6.31
Merged pull requests:
- Exponential Scansearch (#569) (@kylebd99)
- CompatHelper: add new compat entry for HDF5 in [weakdeps] at version 0.17, (keep existing compat) (#570) (@github-actions[bot])
- CompatHelper: add new compat entry for TensorMarket in [weakdeps] at version 0.2, (keep existing compat) (#571) (@github-actions[bot])
- CompatHelper: add new compat entry for NPZ in [weakdeps] at version 0.4, (keep existing compat) (#572) (@github-actions[bot])
- ambiguity error (#573) (@willow-ahrens)
- SparseByteMap follow fix (#581) (@kylebd99)
- Wma/gettersetter (#583) (@willow-ahrens)
- Add update protocol for SparseMatrixCSC and SparseVector (#585) (@willow-ahrens)
- perf improvement (#587) (@willow-ahrens)
- Wma/fix326 (#588) (@willow-ahrens)
- Wma/compiler docs (#589) (@willow-ahrens)
- fix eltype issues (#590) (@willow-ahrens)
- Release 0.6.31 (#591) (@mtsokol)
Closed issues:
- Vertical Loop Fusion (#155)
- Position Space Wrapper (#156)
- Post-PLDI Code Cleanup (#292)
- implement update protocol for SparseMatrixCSC and SparseVector (#320)
- all direct references to fields of the ctx should become getters/setters/etc (#324)
- Add an internal docs section describing virtual functions (#325)
- make the interface to looplets more uniform (#326)
- Abstract types with docs (#327)
- Add indexing tests (#332)
- Improvements to the loop ordering heuristic (#568)
- support non-boolean dtypes in
any
andall
(#575) - Incorrect eltype in
tensordot
forComplex
inputs (#576) tensordot
- input and output eltypes differences (#577)maximum
,minimum
always returnfloat
eltype (#578)- SparseByteMap Follow Protocol Incorrect Results (#580)