Commit Graph

11 Commits

Author SHA1 Message Date
w.pomp 2fc0bf8c9f - use tokio instead of os threads
PyTest / pytest (3.10) (push) Successful in 7m3s
PyTest / pytest (3.12) (push) Successful in 1m29s
PyTest / pytest (3.14) (push) Successful in 1m27s
- buffer writes
- also write in parallel
2026-05-08 18:55:07 +02:00
Wim Pomp 86f1c50c30 - bump dependencies
- bump git action versions
2025-12-13 10:40:12 +01:00
Wim Pomp 7fdfb7c9dc - bugfix: make sure all bytes are processed by the zstd encoder
- bump dependencies
2024-12-23 15:29:08 +01:00
Wim Pomp 3d464312ce - workflows 2024-10-16 14:48:50 +02:00
Wim Pomp 625b222a0d - some warnings
- better color(map) support
- make python module optional in rust
- max 48 threads
2024-10-12 13:19:22 +02:00
Wim Pomp a733d8a820 - added some type aliases
- an overridden compress_frame in a class subclassing IJTiffWrite can now write multiple frames
2024-10-02 13:58:12 +02:00
Wim Pomp 3652947817 - Tiffwrite is now fully typed. 2024-03-27 16:03:34 +01:00
Wim Pomp 5c6bdb264d - Check for existence of astype. 2024-02-26 18:47:57 +01:00
Wim Pomp f68afd0a1b - Only test Python 3.10 2023-03-31 13:09:57 +02:00
Wim Pomp 506ee461cb - PyTest workflow 2023-03-31 12:46:04 +02:00
Wim Pomp 6689b1eab3 - Use spawn in stead of fork so that any jvm will not exist in any child processes and block them from stopping.
- Use poetry for install.
2023-03-31 12:01:25 +02:00