v2.0.2 - 2024-03-06
Maintenance update:
Added
PROLIF_N_JOBS
environment variable to control the default number of processes (used during the documentation build).
Changed
- Updated CI pipelines to test on Python 3.8, 3.10 and 3.12.
Fixed
- Packaging maintenance to fix the
tests/
directory being included as a module rather than as plain data files. This could interfere withpytest
during test collection in other packages.