v0.2.1
This version fixes some bugs and inconveniences.
Changelog:
Changed
- Removed upper cap on
numpyversion in the dependencies. This makestorchjdcompatible with
the most recent numpy versions too.
Fixed
- Prevented
IMTLGfrom dividing by zero during its weight rescaling step. If the input matrix
consists only of zeros, it will now return a vector of zeros instead of a vector ofnan.