Release 0.0.6
This is a small release which fixes an incompatibility with a dependency
Tested on Ubuntu 64-bit with Idris2 nightly build and Nx XLA CPU binaries v0.3.0
API changes
- implement non-finite
Bounded
for scalar tensors #332 - add
argmin
,argmax
for finding the index of minina, maxima in a vector #329 - remove
Hashable
implementation forPair
#335
Bug fixes
- fix
min
andmax
for NaN inputs #334