Releases: dianna-ai/dianna
Releases · dianna-ai/dianna
v0.7.0
What's Changed
- 386 dashboard selection method for xai method by @laurasootes in #416
- Pin prospector version to avoid pyroma install error by @loostrum in #424
- update test instructions by @cwmeijer in #425
- 378 update button for execution by @geek-yang in #396
- Fixed error message with method selection and removed unnecessary run… by @cpranav93 in #431
- make label a required argument (Fixes #131) by @cwmeijer in #426
- Unpin prospector by @egpbos in #442
- 429 implement recent dashboard layout changes to text tab by @laurasootes in #438
- refactor rise and fix linter issues (refs 447) by @cwmeijer in #450
New Contributors
- @cpranav93 made their first contribution in #431
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Address reviewer suggestion about Used by by @gcroci2 in #355
- Dashboard fig extensions by @laurasootes in #359
- Update README.md by @elboyran in #372
- Add reference heatmaps for RISE tests, change comparison tolerance to 1e-5 by @loostrum in #373
- Make user input for method no longer case sensitive by @loostrum in #377
- Avoid use of general exception by @loostrum in #374
- Remove torchtext dependency by @loostrum in #379
- fix 1 doi and add 5 new dois (fix #394) by @cwmeijer in #395
- change p_keep autotuning behavior (fixes #380) by @cwmeijer in #389
- Ignore build directory when running prospector by @loostrum in #408
- Add note about openmp error to installation instructions by @loostrum in #399
- Update README.md by @elboyran in #411
- 352 imagnet model load into dashboard and make sure dashboard works by @laurasootes in #387
- Add tutorial for converting pytorch-lightning model to onnx by @geek-yang in #413
- Make axis labels optional by @loostrum in #407
New Contributors
- @laurasootes made their first contribution in #359
Full Changelog: V0.5.0...v0.6.0
v0.4.2
V0.5.0
What's Changed
- Update CI by @egpbos in #289
- 252 dashboard by @gcroci2 in #291
- use load_img from keras.utils to fix compatibility with tensorflow 2.9 by @loostrum in #316
- Always use labels keyword in dashboard, label (singular) does not exist by @loostrum in #318
- Fix typo in readme by @ocean1 in #306
- Run tests also on python 3.10 by @loostrum in #50
- Changing Tokenizer interface to be more consistent internally and with huggingface by @APJansen in #301
- Fix small typos in readme by @geek-yang in #323
- Split RISE into separate classes for text and images (#91) by @loostrum in #325
- Fix text visualization in dashboard by @loostrum in #327
- expose SimpleModelRunner to user by @cwmeijer in #324
Full Changelog: v0.4.1...V0.5.0
V0.4.1
This is the version at the time of our JOSS paper submission.
What's Changed
- create skeleton for joss paper by @gcroci2 in #237
- revisit joss skeleton by @gcroci2 in #240
- add getting started to readme by @cwmeijer in #223
- Add demo notebook to tutorials folder by @gcroci2 in #260
- update readme, refer to latest m1 issue by @cwmeijer in #262
- update .bib with citations by @gcroci2 in #241
- Update fair-software.yml by @jspaaks in #269
- Joss paper by @elboyran in #267
- add dependency (fixes #270) by @cwmeijer in #274
- add youtube movie demo to readme by @egpbos in #275
- LIME in demo fixed by using RGB values (0-255) by @egpbos in #276
Full Changelog: v0.3.0...v0.4.0
Note about the version number. We skipped v0.4.0 because of issues while creating the release. This makes v0.4.1 the first release since 0.3.0.
v0.3.0
What's Changed
- Lint docstrings as well by @egpbos in #74
- remove complete badges section from readme (refs #52) by @cwmeijer in #105
- Allow for passing explain_image/text kwargs to top-level function by @loostrum in #114
- 92 kernelshap with images by @geek-yang in #93
- Rename axes_labels parameter to axis_labels by @loostrum in #109
- add "more badges" badge by @egpbos in #118
- Add testing of tutorial notebooks using nbmake by @egpbos in #90
- add notebooks extras_require for running notebooks by @cwmeijer in #132
- Fix that get_kwargs_applicable_to_function would also return locals by @loostrum in #125
- add JOSS style metadata header to README.md by @egpbos in #158
- Improve README (partial): datsets; issue #134 by @cwmeijer in #113
- Tutorial notebook for RISE for images. by @geek-yang in #115
- Minor code issues by @loostrum in #156
- Tutorial notebook for KernelSHAP for images. by @geek-yang in #126
- Add LIME on images tutorial (fixes #97) by @loostrum in #111
- Cleanup root directory by @egpbos in #159
- LIME on text tutorial by @loostrum in #153
- optimize CI pip dependency installation by @egpbos in #167
- Developer documentation by @egpbos in #168
- Tutorials and method papers links in README by @elboyran in #164
- Fix use of label/labels kwarg in lime images tutorial. by @loostrum in #175
- add tutorial notebooks to documentation (refs #100) by @cwmeijer in #157
- Add RISE on text tutorial by @loostrum in #173
- improve the installation section of the readme by @egpbos in #179
- Readme: statement of need by @elboyran in #177
- README badges by @egpbos in #169
- added high level overview to readme by @egpbos in #178
- add tutorial notebooks conversion to onnx by @geek-yang in #176
- Remove need for batch axis in input images by @loostrum in #186
- separate link checker by @cwmeijer in #191
- Add cffconvert.yml to validate CITATION.cff by @abelsiqueira in #192
- Update README.md by @elboyran in #199
- 148-tutorials-readme by @elboyran in #172
- add more information to onnx section and pointers to conversion notebooks by @geek-yang in #194
- In RISE for text, mask tokens with a user-definable string instead of removing them by @loostrum in #185
- Add preprocess function option to kernelshap by @loostrum in #187
- fill roadmap by @cwmeijer in #195
- add pre-requisites for macbook pro with m1 pro chip users by @gcroci2 in #204
- add logos to tutorial notebooks by @geek-yang in #205
- 201_replace_heatmap_with_relevance by @elboyran in #210
- create links under docs/tutorials and correct header levels by @gcroci2 in #216
- add informative screenshots in the readme file by @gcroci2 in #214
- Automatically add channels for LIME if the input is greyscale by @loostrum in #215
- An attempt at fixing slow import by @loostrum in #188
- bigger logo by @cwmeijer in #220
- Add useful info for M1 users for DIANNA installation by @gcroci2 in #226
- 218 fix colormaps in notebooks by @gcroci2 in #227
- correct headers levels in tutorials by @gcroci2 in #225
- improve results in tutorial notebook kernelshap with geometric shapes by @geek-yang in #211
- Move markdown files to docs by @loostrum in #224
New Contributors
- @elboyran made their first contribution in #164
- @abelsiqueira made their first contribution in #192
- @gcroci2 made their first contribution in #204
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
First release for testing and experimentation
Merge pull request #46 from dianna-ai/42-release-workflow Update release workflow