|
1 | 1 | # ExplainableAI.jl
|
| 2 | +## Version `v0.5.4` |
| 3 | +This release brings bugfixes and usability features: |
| 4 | +- ![Feature][badge-feature] Add pretty printing of LRP analyzers, summarizing how layers and rules are matched up ([#89][pr-89]) |
| 5 | +- ![Feature][badge-feature] Add LRP support for `ConvTranspose` and `CrossCor` layers |
| 6 | +- ![Documentation][badge-docs] Add equations of LRP rules to docstrings |
| 7 | + |
| 8 | +Bugfixes: |
| 9 | +- ![Bugfix][badge-bugfix] Fix bug affecting `AlphaBetaRule`, `ZPlusRule` and `ZBoxRule`, where mutating the layer modified Zygote pullbacks ([#92][pr-92]) |
| 10 | +- ![Bugfix][badge-bugfix] Fix bug in `FlatRule` bias ([#92][pr-92]) |
| 11 | +- ![Bugfix][badge-bugfix] Fix input modification for `FlatRule` and `WSquareRule` ([#93][pr-93]) |
| 12 | + |
| 13 | + |
2 | 14 | ## Version `v0.5.3`
|
3 | 15 | Big feature release that adds LRP composites and presets:
|
4 |
| -- ![Feature][badge-feature] Add LRP `Composite` and composite primitives([#84][pr-84]) |
| 16 | +- ![Feature][badge-feature] Add LRP `Composite` and composite primitives ([#84][pr-84]) |
5 | 17 | - ![Feature][badge-feature] Add LRP composite presets ([#87][pr-87])
|
6 | 18 | - ![Feature][badge-feature] Add LRP `ZPlusRule` ([#88][pr-88])
|
7 | 19 | - ![Enhancement][badge-enhancement] Export union-types of Flux layers for easy definition of LRP composites
|
8 |
| -- ![Enhancement][badge-enhancement] Improvements to docstrings and documentation |
| 20 | +- ![Documentation][badge-docs] Improvements to docstrings and documentation |
9 | 21 |
|
10 | 22 | ## Version `v0.5.2`
|
11 | 23 | This release temporarily adds ImageNet pre-processing utilities. This enables users users to apply XAI methods on pretrained vision models from Metalhead.jl. *Note that this functionality will be deprecated once matching functionality is in either Metalhead.jl or MLDatasets.jl.*
|
@@ -94,6 +106,10 @@ Performance improvements:
|
94 | 106 | [pr-84]: https://github.com/adrhill/ExplainableAI.jl/pull/84
|
95 | 107 | [pr-87]: https://github.com/adrhill/ExplainableAI.jl/pull/87
|
96 | 108 | [pr-88]: https://github.com/adrhill/ExplainableAI.jl/pull/88
|
| 109 | +[pr-89]: https://github.com/adrhill/ExplainableAI.jl/pull/89 |
| 110 | +[pr-92]: https://github.com/adrhill/ExplainableAI.jl/pull/92 |
| 111 | +[pr-93]: https://github.com/adrhill/ExplainableAI.jl/pull/93 |
| 112 | + |
97 | 113 | [flat-wsquare-commit]: https://github.com/adrhill/ExplainableAI.jl/commit/a6e2c59094fe4f1d4b744123de79407ccbd4b972
|
98 | 114 |
|
99 | 115 |
|
|
0 commit comments