What's Changed
* [dattri.metrics] Add brittleness test by SeanZh30 in https://github.com/TRAIS-Lab/dattri/pull/114
* [dattri] backward compatibility by TheaperDeng in https://github.com/TRAIS-Lab/dattri/pull/125
* [dattri.algorithm] Add KNN data shapley by sx-liu in https://github.com/TRAIS-Lab/dattri/pull/122
* [dattri.algorithm] Fix misalignment in KNN shapley by sx-liu in https://github.com/TRAIS-Lab/dattri/pull/126
* [dattri.task] add partial parameter support for target/loss function and their gradient func by TheaperDeng in https://github.com/TRAIS-Lab/dattri/pull/118
* Improve docstring in dattri.func and dattri.metrics by jiaqima in https://github.com/TRAIS-Lab/dattri/pull/127
* [dattri.metrics] change the shape of score in `lds` to improve consistency by TheaperDeng in https://github.com/TRAIS-Lab/dattri/pull/132
* [dattri.algorithm] Refactoring of BaseInnerProductAttributor by TheaperDeng in https://github.com/TRAIS-Lab/dattri/pull/133
* Fix typos and improve docstrings by jiaqima in https://github.com/TRAIS-Lab/dattri/pull/134
* [dattri.func] Re-implementation of Arnoldi projector by tingwl0122 in https://github.com/TRAIS-Lab/dattri/pull/135
* [dattri experiments] benchmark script for mnist, cifar and shakespeare by TheaperDeng in https://github.com/TRAIS-Lab/dattri/pull/128
* [dattri.algorithm] add partial parameters support for IF, TracIN, Grad-Dot/Cos, TRAK by TheaperDeng in https://github.com/TRAIS-Lab/dattri/pull/137
* Rename the modules metric, model_util, and script by jiaqima in https://github.com/TRAIS-Lab/dattri/pull/139
* [dattri.task] Rename index in task to ckpt_idx by jiaqima in https://github.com/TRAIS-Lab/dattri/pull/141
* [dattri.algorithm] relax the requirement to the `loss_func`. by TheaperDeng in https://github.com/TRAIS-Lab/dattri/pull/140
* [Examples] refactor examples and add github action to automatically validate the scripts. by TheaperDeng in https://github.com/TRAIS-Lab/dattri/pull/138
* [dattri.algorithm] Changes to the implementation of DataInf. by charles-pyj in https://github.com/TRAIS-Lab/dattri/pull/123
* [dattri.experiments] Add MusicTransformer experiment by tingwl0122 in https://github.com/TRAIS-Lab/dattri/pull/142
* Add paper info by jiaqima in https://github.com/TRAIS-Lab/dattri/pull/144
* Update citation format by sleepymalc in https://github.com/TRAIS-Lab/dattri/pull/145
* [Document] support multiple document at the same time. by TheaperDeng in https://github.com/TRAIS-Lab/dattri/pull/147
* [installation] fix installation and some name typo by TheaperDeng in https://github.com/TRAIS-Lab/dattri/pull/146
* [dattri.algorithm, dattri.func] Refactor the implementation of EKFAC by sx-liu in https://github.com/TRAIS-Lab/dattri/pull/143
* Minor improvements on READMEs and docs by jiaqima in https://github.com/TRAIS-Lab/dattri/pull/149
* [branch-0.2 readme] fix installation method in readme by TheaperDeng in https://github.com/TRAIS-Lab/dattri/pull/151
* [branch-0.2] Update the version number by TheaperDeng in https://github.com/TRAIS-Lab/dattri/pull/152
New Contributors
* sleepymalc made their first contribution in https://github.com/TRAIS-Lab/dattri/pull/145
**Full Changelog**: https://github.com/TRAIS-Lab/dattri/compare/v0.1.0...v0.2.0