We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9ef0a commit 0915405Copy full SHA for 0915405
CHANGELOG.md
@@ -15,6 +15,12 @@
15
- **tests**: migrate unit tests from unittest to pytest and clean up test structure
16
- **tests**: improve readability of predict function calls in test cases
17
18
+## v0.3.8 (2025-08-03)
19
+
20
+### Fix
21
22
+- **bing**: adds support for bign
23
24
## v0.3.7 (2025-08-03)
25
26
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "fairpredictor"
3
-version = "0.3.7"
+version = "0.3.8"
4
description = "A package for running predictions using fAIr"
5
authors = [
6
{name = "kshitijrajsharma",email = "skshitizraj@gmail.com"}
0 commit comments