Commit Graph

6 Commits

Author SHA1 Message Date
Wim Pomp
0e5202bf19 - Require imagecodecs. 2024-02-14 15:02:23 +01:00
Wim Pomp
43b6a48049 - Switch to zstd compression as default.
- Only warn if frames are missing when the file is closed, allowing the user to debug the error causing missing frames.
2024-02-14 14:54:13 +01:00
Wim Pomp
e736770512 - Use parfor to take care of the parallel part.
- Use sha1 hash because it's consistent between processes.
2023-09-11 17:12:04 +02:00
Wim Pomp
f68afd0a1b - Only test Python 3.10 2023-03-31 13:09:57 +02:00
Wim Pomp
332eaab6d5 - Properly define pytest as an extra dependency 2023-03-31 12:53:09 +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