Skip to content

v0.3.0

Choose a tag to compare

@cindytsai cindytsai released this 07 Jun 21:11
· 59 commits to main since this release

Enhancements

  • Support dimensionality 2 and 1. Previously, only dimensionality 3 is supported.

Fix

  • Fix index conversion when dealing with remote memory access and using derived field. (This bug was accidentally introduced when I was refactoring.)
  • GitHub Action drop the support for runner ubuntu-20.04, which we use it to test Python3.7. Change the runner to ubuntu-22.04