v0.3.0
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