Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
noDownloadOfDoc.patch | don't download .pdf =================================================================== |
Steffen Moeller | no | 2020-06-30 | ||
do-not-use-utf8x.patch | use package [utf8] instead of [utf8x] | Nilesh Patra <nilesh@debian.org> | yes | debian | 2022-08-07 | |
numpy-2.0.patch | fix for numpy 2.0. test_open_dat fails with numpy 2.0 and beyond with the following error: . # Make a 32 bit array data = np.uint32(data16) > data[occ] = data16[occ + 1] + data16[occ + 2] * 65536 E OverflowError: Python integer 65536 out of bounds for uint16 . This change uses the freshly converted data array to uint32 for the data concatenation instead of using the uint16 data16 array elements. |
Étienne Mollier <emollier@debian.org> | yes | debian | 2025-02-08 |