Releases: matchms/sparsestack
Releases · matchms/sparsestack
0.6.3
Release runs for 0.6.1 and 0.6.2 failed.
Full Changelog: 0.6.0...0.6.3
0.6.1
What's Changed
- align dependencies with matchms by @florian-huber in #27
Full Changelog: 0.6.0...0.6.1
0.6.0
0.5.0
What's Changed
- Replace deprecated scipy function and fix bug for int32 vs int64 choice by @florian-huber in #19
- Update Python version by @florian-huber in #20
Full Changelog: 0.4.1...0.5.0
0.4.1
sparsestack 0.4.1
Fixed
Critical error in merging function which led to "losing" values during the join of sparse arrays.
0.4.0
sparsestack 0.4.0
Vastly faster join/merge implementation (based on Numba) which makes the addition of data to StackedSparseArray
much faster.
0.3.0
sparsestack 0.3.0
What's Changed
- add to_dict() method (#9)
- empty StackedSparseArray does not return .shape anymore
Full Changelog: 0.2.1...0.3.0
0.2.1
sparsestack 0.2.1
- minor naming changes to work with matchms.
0.2.0
sparsestack 0.2.0
- now includes all four join modes ("left", "right", "outer", "inner")
- can handle data addition as numpy arrays (now including structured numpy arrays)
- additional test cases
0.1.2
sparsestack 0.1.2
- Added join_type option for
add_dense_matrix()
method as well. - Some minor fixes and linting