Skip to content

v0.1.0

Choose a tag to compare

@mchalela mchalela released this 04 Mar 19:39
· 79 commits to master since this release

Release Notes

GriSPy v0.1.0 includes some relevant fixes.

  • #7: Input arrays of float32 type now work fine.
  • #5, #8: The grid index computation is optimized. Now uses int16 for the grid indices, instead of int64, therefore using a fourth of the memory used to allocate the grid indices.
  • #9: Now using GitHub Actions CI as a backup of Travis.