Mostly API documentation and notebooks, plus some bugfixes.
Added
In [PR 161](https://github.com/aai-institute/pyDVL/pull/161):
- Support for $$ math in sphinx docs.
- Usage of sphinx extension for external links (introducing new directives like
`:gh:`, `:issue:` and `:tfl:` to construct standardised links to external
resources).
- Only update auto-generated documentation files if there are changes. Some
minor additions to `update_docs.py`.
- Parallelization of exact combinatorial Shapley.
- Integrated KNN shapley into the main interface `compute_shapley_values`.
Changed
In [PR 161](https://github.com/aai-institute/pyDVL/pull/161):
- Improved main docs and Shapley notebooks. Added or fixed many docstrings,
readme and documentation for contributors. Typos, grammar and style in code,
documentation and notebooks.
- Internal renaming and rearranging in the parallelization and caching modules.
Fixed
- Bug in random matrix generation
[PR 161](https://github.com/aai-institute/pyDVL/pull/161).
- Bugs in MapReduceJob's `_chunkify` and `_backpressure` methods
[PR 176](https://github.com/aai-institute/pyDVL/pull/176).