Skip to content

Commit

Permalink
Merge branch 'main' into gaugup/Add3.11RAICoreFlask
Browse files Browse the repository at this point in the history
  • Loading branch information
gaugup authored Oct 6, 2023
2 parents 11123f6 + 737e878 commit 65e70dd
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/CI-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
packageDirectory:
["responsibleai", "erroranalysis", "raiutils", "rai_test_utils"]
operatingSystem: [ubuntu-latest, macos-latest, windows-latest]
pythonVersion: ["3.7", "3.8", "3.9", "3.10"]
pythonVersion: ["3.7", "3.8", "3.9", "3.10", "3.11"]
exclude:
- operatingSystem: macos-latest
pythonVersion: "3.7"
Expand All @@ -29,6 +29,8 @@ jobs:
pythonVersion: "3.7"
- operatingSystem: macos-latest
pythonVersion: "3.8"
- packageDirectory: "responsibleai"
pythonVersion: "3.11"

runs-on: ${{ matrix.operatingSystem }}

Expand Down
2 changes: 1 addition & 1 deletion erroranalysis/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Error Analysis SDK for Python

### This package has been tested with Python 3.6, 3.7, 3.8, 3.9 and 3.10
### This package has been tested with Python 3.6, 3.7, 3.8, 3.9, 3.10 and 3.11

The error analysis sdk enables users to get a deeper understanding of machine learning model errors. When evaluating a machine learning model, aggregate accuracy is not sufficient and single-score evaluation may hide important conditions of inaccuracies. Use Error Analysis to identify cohorts with higher error rates and diagnose the root causes behind these errors.

Expand Down
1 change: 1 addition & 0 deletions erroranalysis/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha"
Expand Down
2 changes: 1 addition & 1 deletion rai_test_utils/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Responsible AI test utilities for Python

### This package has been tested with Python 3.6, 3.7, 3.8, 3.9 and 3.10
### This package has been tested with Python 3.6, 3.7, 3.8, 3.9, 3.10 and 3.11

The Responsible AI Test Utilities package contains common testing utilities and functions shared across various RAI tools, including fairlearn, interpret-community, responsibleai, raiwidgets, ml-wrappers and other packages.

Expand Down
1 change: 1 addition & 0 deletions rai_test_utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha"
Expand Down
2 changes: 1 addition & 1 deletion raiutils/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Responsible AI Utilities for Python

### This package has been tested with Python 3.6, 3.7, 3.8, 3.9 and 3.10
### This package has been tested with Python 3.6, 3.7, 3.8, 3.9, 3.10 and 3.11

The Responsible AI Utilities package contains common functions shared across various RAI tools, including fairlearn, interpret-community, responsibleai, raiwidgets and other packages, as well as notebook examples.

Expand Down
1 change: 1 addition & 0 deletions raiutils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha"
Expand Down

0 comments on commit 65e70dd

Please sign in to comment.