Recent Releases of sparsestack

sparsestack - 0.6.4

What's Changed

  • Switch from prospector to ruff by @florian-huber in https://github.com/matchms/sparsestack/pull/28

Full Changelog: https://github.com/matchms/sparsestack/compare/0.6.3...0.6.4

- Python
Published by florian-huber over 1 year ago

sparsestack - 0.6.3

Release runs for 0.6.1 and 0.6.2 failed.

Full Changelog: https://github.com/matchms/sparsestack/compare/0.6.0...0.6.3

- Python
Published by florian-huber over 1 year ago

sparsestack - 0.6.1

What's Changed

  • align dependencies with matchms by @florian-huber in https://github.com/matchms/sparsestack/pull/27

Full Changelog: https://github.com/matchms/sparsestack/compare/0.6.0...0.6.1

- Python
Published by florian-huber over 1 year ago

sparsestack - 0.6.0

What's Changed

  • update to peotry as a buildsystem and update dependencies by @hechth in https://github.com/matchms/sparsestack/pull/22
  • updated publication pipeline by @hechth in https://github.com/matchms/sparsestack/pull/26

New Contributors

  • @hechth made their first contribution in https://github.com/matchms/sparsestack/pull/22

Full Changelog: https://github.com/matchms/sparsestack/compare/0.5.0...0.6.0

- Python
Published by hechth over 1 year ago

sparsestack - 0.5.0

What's Changed

  • Replace deprecated scipy function and fix bug for int32 vs int64 choice by @florian-huber in https://github.com/florian-huber/sparsestack/pull/19
  • Update Python version by @florian-huber in https://github.com/florian-huber/sparsestack/pull/20

Full Changelog: https://github.com/florian-huber/sparsestack/compare/0.4.1...0.5.0

- Python
Published by florian-huber over 1 year ago

sparsestack - 0.4.1

sparsestack 0.4.1

Fixed

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

- Python
Published by florian-huber about 3 years ago

sparsestack - 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.

- Python
Published by florian-huber over 3 years ago

sparsestack - 0.3.0

sparsestack 0.3.0

What's Changed

  • add to_dict() method (https://github.com/florian-huber/sparsestack/pull/9)
  • empty StackedSparseArray does not return .shape anymore

Full Changelog: https://github.com/florian-huber/sparsestack/compare/0.2.1...0.3.0

- Python
Published by florian-huber over 3 years ago

sparsestack - 0.2.1

sparsestack 0.2.1

  • minor naming changes to work with matchms.

- Python
Published by florian-huber over 3 years ago

sparsestack - 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

- Python
Published by florian-huber over 3 years ago

sparsestack - 0.1.2

sparsestack 0.1.2

  • Added jointype option for `adddense_matrix()` method as well.
  • Some minor fixes and linting

- Python
Published by florian-huber over 3 years ago

sparsestack - 0.1.1

sparsestack 0.1.1

  • fix join modes ("left", "inner", "outer"). "right" not yet implemented
  • bug fixes (for join modes)
  • add more tests
  • sort joined sparse data by row

- Python
Published by florian-huber over 3 years ago

sparsestack - 0.1.0

First release of sparsestack 0.1.0

Has the following functionalities: - StackedSparseArray stores one or multiple sparse arrays in a "stacked" manner. This means it keeps track of one set of 2D coordinates (row + col) and a stack of values for all row, col positions. - More data can be added in coo-format using different merge/join-types (e.g. "left" or "inner"). - Allows several slicing options. - Can output data as dense array (structured numpy array).

- Python
Published by florian-huber over 3 years ago