Darsh Ranjan
Darsh Ranjan
It seems it should be possible to run our unit tests through GitHub actions, and Travis CI is no longer a viable solution.
Python 2 is officially unsupported now. This should also allow us to simplify the code a little bit.
### What happened? I'm slicing a DataArray by another zero-dimensional array. It works as I would expect when the DataArray and indexing array are backed by NumPy, but not when...
NumPy 2.0 was just released: https://pypi.org/project/numpy/ I don't anticipate major issues, but we should make sure everything still works and also update the test matrix.