8.0.2.1
- Update to SuiteSparse:GraphBLAS 8.0.2
- Version 8 introduced the CPU JIT (requires compiler at runtime) and context objects
- By default, the JIT is set to state 2 ("run"), which means it will only use pre-JIT kernels that don't require a compiler at runtime.
- Print JIT configuration when building wheels (and in tests)
- Skip tests on macos when building wheels (#92)