Skip to content

Commit fa0e4e2

Browse files
committed
Add changelog to README
1 parent 351042d commit fa0e4e2

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
![ExplainableAI.jl][banner-img]
22
___
33

4-
| **Documentation** | **Build Status** | **DOI** |
5-
|:----------------- |:---------------- |:------- |
6-
| [![][docs-stab-img]][docs-stab-url] [![][docs-dev-img]][docs-dev-url] | [![][ci-img]][ci-url] [![][codecov-img]][codecov-url] [![Aqua][aqua-img]][aqua-url] [![JET][jet-img]][jet-url] | [![][doi-img]][doi-url] |
4+
| | |
5+
|:--------------|:----------------------------------------------------------------------------------------------------------|
6+
| Documentation | [![][docs-stab-img]][docs-stab-url] [![][docs-dev-img]][docs-dev-url] [![][changelog-img]][changelog-url] |
7+
| Build Status | [![][ci-img]][ci-url] [![][codecov-img]][codecov-url] |
8+
| Testing | [![Aqua][aqua-img]][aqua-url] [![JET][jet-img]][jet-url] |
9+
| Code Style | [![Code Style: Blue][blue-img]][blue-url] [![ColPrac][colprac-img]][colprac-url] |
10+
| Citation | [![][doi-img]][doi-url] |
711

812
Explainable AI in Julia.
913

@@ -163,22 +167,27 @@ Contributions are welcome!
163167

164168
[docs-stab-img]: https://img.shields.io/badge/docs-stable-blue.svg
165169
[docs-stab-url]: https://julia-xai.github.io/XAIDocs/ExplainableAI/stable/
166-
167170
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
168171
[docs-dev-url]: https://julia-xai.github.io/ExplainableAI.jl/dev
172+
[changelog-img]: https://img.shields.io/badge/news-changelog-yellow.svg
173+
[changelog-url]: https://github.com/Julia-XAI/ExplainableAI.jl/blob/master/CHANGELOG.md
169174

170175
[ci-img]: https://github.com/Julia-XAI/ExplainableAI.jl/workflows/CI/badge.svg
171176
[ci-url]: https://github.com/Julia-XAI/ExplainableAI.jl/actions
172-
173177
[codecov-img]: https://codecov.io/gh/Julia-XAI/ExplainableAI.jl/branch/master/graph/badge.svg
174178
[codecov-url]: https://codecov.io/gh/Julia-XAI/ExplainableAI.jl
175179

176180
[aqua-img]: https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg
177181
[aqua-url]: https://github.com/JuliaTesting/Aqua.jl
178-
179182
[jet-img]: https://img.shields.io/badge/%F0%9F%9B%A9%EF%B8%8F_tested_with-JET.jl-233f9a
180183
[jet-url]: https://github.com/aviatesk/JET.jl
181184

185+
186+
[blue-img]: https://img.shields.io/badge/code%20style-blue-4495d1.svg
187+
[blue-url]: https://github.com/invenia/BlueStyle
188+
[colprac-img]: https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet
189+
[colprac-url]: https://github.com/SciML/ColPrac
190+
182191
[docs-composites]: https://julia-xai.github.io/ExplainableAI.jl/stable/generated/lrp/composites/
183192
[docs-custom-rules]: https://julia-xai.github.io/ExplainableAI.jl/stable/generated/lrp/custom_rules/
184193

0 commit comments

Comments
 (0)