numpy 1.20 deprecates np.float, which was only ever an alias for ``float``. I've replaced all occurrences of np.float with float, as recommended. There should be no change in functionality. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| extension.py | ||
| recalibrate_utils.py | ||
numpy 1.20 deprecates np.float, which was only ever an alias for ``float``. I've replaced all occurrences of np.float with float, as recommended. There should be no change in functionality. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| extension.py | ||
| recalibrate_utils.py | ||