Skip to content

Releases: matchms/sparsestack

0.6.3

11 Nov 10:53
51a10e0
Compare
Choose a tag to compare

Release runs for 0.6.1 and 0.6.2 failed.

Full Changelog: 0.6.0...0.6.3

0.6.1

11 Nov 10:30
a849b66
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

05 Nov 12:11
81ccd75
Compare
Choose a tag to compare

What's Changed

  • update to peotry as a buildsystem and update dependencies by @hechth in #22
  • updated publication pipeline by @hechth in #26

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

01 Jul 08:30
b068626
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.5.0

0.4.1

16 Dec 21:33
8198e6d
Compare
Choose a tag to compare

sparsestack 0.4.1

Fixed

Critical error in merging function which led to "losing" values during the join of sparse arrays.

0.4.0

02 Dec 14:22
a8480af
Compare
Choose a tag to compare

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

21 Oct 19:16
8a5d272
Compare
Choose a tag to compare

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

06 Oct 20:23
2e5c0bc
Compare
Choose a tag to compare

sparsestack 0.2.1

  • minor naming changes to work with matchms.

0.2.0

04 Oct 12:18
0e91775
Compare
Choose a tag to compare

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

01 Oct 12:50
0f813c3
Compare
Choose a tag to compare

sparsestack 0.1.2

  • Added join_type option for add_dense_matrix() method as well.
  • Some minor fixes and linting