|
1 | 1 | # ExplainableAI.jl
|
| 2 | +## Version `v0.7.0` |
| 3 | +This release moves the core interface (`Explanation`, `heatmap`, `analyze`) |
| 4 | +into a separate package called [XAIBase.jl](https://github.com/Julia-XAI/XAIBase.jl). |
| 5 | +Developers can make use of the [XAIBase.jl interface](https://julia-xai.github.io/XAIDocs/XAIBase/) |
| 6 | +to quickly implement or prototype new methods without having to write boilerplate code. |
| 7 | + |
| 8 | +As announced with version `v0.6.2`, this is first release without LRP, which has been moved to a separate package called [RelevancePropagation.jl](https://github.com/Julia-XAI/RelevancePropagation.jl). This separation is enabled by the new common XAIBase.jl interface. |
| 9 | + |
| 10 | +- ![BREAKING][badge-breaking] Move core interface into XAIBase.jl package ([#154][pr-154]). |
| 11 | + - Renamed `Explanation` field `neuron_selection` to `output_selection` |
| 12 | + - Added `Explanation` field `heatmap` for heatmapping presets |
| 13 | +- ![BREAKING][badge-breaking] Move LRP into RelevancePropagation.jl ([#157][pr-157]) |
| 14 | +- ![BREAKING][badge-breaking] Remove ImageNet preprocessing utilities ([#159][pr-159]) |
| 15 | +- ![Documentation][badge-docs] Partially move documentation into the [Julia-XAI ecosystem documentation](https://github.com/Julia-XAI/XAIDocs) |
| 16 | + |
2 | 17 | ## Version `v0.6.3`
|
3 | 18 | - ![Enhancement][badge-enhancement] Allow Gradient analyzers on non-Flux models ([#150][pr-150])
|
4 | 19 | - ![Bugfix][badge-bugfix] Fix typo in `BATCHDIM_MISSING` error ([#150][pr-150])
|
@@ -180,6 +195,9 @@ Performance improvements:
|
180 | 195 | ![Maintenance][badge-maintenance]
|
181 | 196 | ![Documentation][badge-docs]
|
182 | 197 | -->
|
| 198 | +[pr-159]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/159 |
| 199 | +[pr-157]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/157 |
| 200 | +[pr-154]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/154 |
183 | 201 | [pr-150]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/150
|
184 | 202 | [pr-149]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/149
|
185 | 203 | [pr-148]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/148
|
|
0 commit comments