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.