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.
2 parents e9e452f + e65caf1 commit f0b2143Copy full SHA for f0b2143
docs/source/release_notes.rst
@@ -4,6 +4,16 @@
4
Release Notes
5
==============
6
7
+1.0.1
8
+-----
9
+
10
+Release date: December 8, 2023
11
12
+**Bug Fixes:**
13
14
+* Fixed a bug in the rate-based fairness metrics that caused them to report incomplete results when using ``reduction=None``.
15
16
17
1.0.0
18
-----
19
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "oracle-guardian-ai"
-version = "1.0.0"
+version = "1.0.1"
description = "Oracle Guardian AI Open Source Project"
readme = {file = "README.md", content-type = "text/markdown"}
requires-python = ">=3.8"
0 commit comments