Skip to content

v2.2.11

Latest
Compare
Choose a tag to compare
@amock amock released this 20 Jan 10:06
· 2 commits to main since this release

Matrix slicing + stability update.

Patch:

  • 2D matrices can be sliced now (zero-copy) on both CPU and GPU. Used CRTP to separate matrix operations from matrix data. This made it easier to switch between matrix data implementations without having inheritance overhead.
  • Added more tests for reductions

Fixes:

  • Merging two null measurements causes division by zero. Especially important for masked operations.
  • Fixed wrong indexing in statistics_p2l CUDA implementation