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 d471641 commit fcf2a05Copy full SHA for fcf2a05
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.7 (2025-08-03)
19
+
20
+### Fix
21
22
+- **python**: fixes geomlversion
23
24
## v0.3.6 (2025-07-06)
25
26
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "fairpredictor"
3
-version = "0.3.6"
+version = "0.3.7"
4
description = "A package for running predictions using fAIr"
5
authors = [
6
{name = "kshitijrajsharma",email = "skshitizraj@gmail.com"}
0 commit comments