Releases: trustyai-explainability/trustyai-explainability-python
Releases · trustyai-explainability/trustyai-explainability-python
0.6.1
What's Changed
-
Add plot method and other minor edits by @christinaexyou in #206
- Enable GPU usage for TMaRCo by @christinaexyou in #208
- Add trustyai-detoxify README.md by @christinaexyou in #209
- Add module link to detoxify readme by @RobGeada in #211
- RHOAIENG-12114: Remove JDK11 from GHAs by @ruivieira in #215
- RHOAIENG-12556: Update PyArrow to 17.0.0 by @ruivieira in #214
- RHOAIENG-11952: Add ability to load local and HF models by @christinaexyou in #212
- RHOAIENG-12605: Update JPype to 1.5.0 by @ruivieira in #216
- Release/0.6.1 by @ruivieira in #217
- Set JDK17 on publish action by @ruivieira in #218
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
- issue #2649: migrate metrics validation suite from service to Python by @christinaexyou in #201
- RHOAIENG-3245: add methods to execute and return queries from trustyai service by @christinaexyou in #202
- issue #192: decouple visualisation from core explainability by @christinaexyou in #203
- Update version for release by @ruivieira in #205
New Contributors
- @christinaexyou made their first contribution in #201
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- Update Ubuntu version from 20.04 to 22.04 by @ruivieira in #199
- Add HAP/detoxify module to Python TrustyAI by @ruivieira in #197
- Update version to 0.5.0 by @ruivieira in #200
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- feat: Publish using PyPi Trusted Providers by @ruivieira in #183
- Update README.md by @ruivieira in #184
- Update pyarrow and pillow dependencies by @ruivieira in #187
- Add WER metric by @ruivieira in #189
- Change WER signature by @ruivieira in #190
- Add Levenshtein distance by @ruivieira in #191
- fix typos in tutorial.rst by @tarilabs in #193
- Update version to 0.4.0 by @ruivieira in #195
New Contributors
Full Changelog: 0.3.0...0.4.0
0.3.0
This is the first version of Python TrustyAI to include support for external explainability algorithms.
In this release we've included AIX360's TSICE
, TSLime
and TSSaliency
time-series explainers.
To use these explainers TrustyAI's extra dependencies must be installed with pip install trustyai[extras]
.
What's Changed
- Refactor TrustyAI fairness metrics namespaces by @ruivieira in #156
- Upgrade pyarrow dependency by @ruivieira in #159
- Initial support for external algorithms by @ruivieira in #160
- Replace deprecated requirements file by @ruivieira in #166
- Update date, logo and favicon by @ruivieira in #168
- Support TSICE explanations as plots by @ruivieira in #169
- Add TSSaliency to Python TrustyAI by @ruivieira in #172
- Add TSLime explainer by @ruivieira in #174
- Update TSSaliency plots to include smoothing by @ruivieira in #176
- Release/0.3.0 by @ruivieira in #177
- Fix invalid Development Status by @ruivieira in #178
- Update direct dependency to released dependency by @ruivieira in #179
Full Changelog: 0.2.12...0.3.0
0.2.12
What's Changed
- fix: Fixed broken gridding after bokeh 3.0.x update by @RobGeada in #153
- Release 0.2.12 by @ruivieira in #154
Full Changelog: 0.2.11...0.2.12