Skip to content

Commit ea807bf

Browse files
committed
✅ Version 1.0.0
Signed-off-by: Marcel Robeer <[email protected]>
1 parent 216df8d commit ea807bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to `explabox` will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.0.0]
88
### Added
99
- Example usage in Google Colab (requires `genbase>=0.2.17`)
1010
- `explabox.explore.instances` to summarize instances in a split
@@ -58,5 +58,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5858
- `git` setup
5959

6060
[Unreleased]: https://github.com/MarcelRobeer/explabox
61+
[1.0.0]: https://pypi.org/project/explabox/1.0.0
6162
[0.9b6]: https://pypi.org/project/explabox/0.9b6
6263
[0.9b7]: https://pypi.org/project/explabox/0.9b7

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
genbase>=0.3.6
22
instancelib>=0.5.0
33
instancelib-onnx>=0.1.3
4-
text_explainability>=0.7.0
4+
text_explainability>=0.7.1
55
text_sensitivity>=0.3.3

0 commit comments

Comments
 (0)