- remove mkl-service dependency (fixes [24](https://github.com/haasad/PyPardisoProject/issues/24) and [#26](https://github.com/haasad/PyPardisoProject/issues/26))
- `get_max_threads` and `set_num_threads` methods are removed from the `PyPardisoSolver` class, use `mkl-service` directly if you require them
- change how the shared_library `mkl_rt` is detected to account for differences between conda and pip
- also removes the psutil dependency
This is the last release with a manual changelog. The old CHANGELOG.md file can be viewed [here](https://github.com/haasad/PyPardisoProject/blob/310bc3705c7334545dd7ed3b96cdaaf967262976/CHANGELOG.md).