Releases: MarcelRobeer/explabox
v1.0.3
Stable release corresponding to the Journal of Open Source Software (JOSS) paper, see https://joss.theoj.org/
Install via pip3 install explabox==1.0.3
Changelog
All notable changes to explabox will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
1.0.3
Added
- Journal of Open Source Software (JOSS) paper
Fixed
- Proper exposure of testing functions
- Documentation update for
compare_metric()
Changed
- Updated code structure to remove classes from
__init__.pyfiles - Updated copyright notice
v1.0.1
Dependency updates to fix some changes in the packages the Explabox requires, which have changed over time. Install via pip3 install explabox==1.0.1
Changelog
All notable changes to explabox will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
1.0.1
Fixed
- Several dependency bug fixes for March 2025
v1.0.0
First full release of the Explabox. Install via pip3 install explabox==1.0.0
Changelog
All notable changes to explabox will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
1.0.0
Added
- Example usage in Google Colab (requires
genbase>=0.2.17) explabox.explore.instancesto summarize instances in a split- Selecting, sampling and filtering of
digestibles.Dataset - Support for Python 3.12
Fixed
- Support for new pandas versions
- Bugfix where tokens are not properly filtered in
TokenFrequency(requirestext-explainability>=0.6.6)
0.9b7
Added
- Makefile for Windows (
make.bat) - License to each file
- Coverage testing on
codecov.io - Hosting documentation on
readthedocs.io - Dependencies for
explabox[dev],explabox[docs]andexplabox[all] - Contribution guide
- Software testing on Python
3.8,3.9and3.10; forwindows,ubuntuandmacos - Issue templates
- Pull request template
- Example usage with
explabox-demo-drugreview - Finished all docstrings
- Return
htmlandraw_htmlfrom MultipleReturn - Probability scores to feature contributions
Changed
- Ported repository to GitHub
- CI/CD pipeline for GitHub actions
Fixed
- Ensured stable dependency versions of
instancelibandtext_explainability numpy.strdeprecation warning
Removed
- Components from Gitlab repository
0.9b6
Added
- README.md
- Sphinx documentation
- Makefile
- License
- Requirements
- Dataset descriptives
- Installation guide
- Text sensitivity tests (
text_sensitivity) - Text explainability (
text_explainability) - Model importing (
genbase) - Dataset handling (
genbase) - Basic UI (
genbase) gitsetup