==================
- Expose MKL, BLIS and OpenBLAS threading layer in information displayed by
`threadpool_info`. This information is referenced in the `threading_layer`
field.
https://github.com/joblib/threadpoolctl/pull/48
https://github.com/joblib/threadpoolctl/pull/60
- When threadpoolctl finds libomp (LLVM OpenMP) and libiomp (Intel OpenMP)
both loaded, a warning is raised to recall that using threadpoolctl with
this mix of OpenMP libraries may cause crashes or deadlocks.
https://github.com/joblib/threadpoolctl/pull/49