diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d34b7e..75ffe40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,13 +7,16 @@ on: pull_request: branches: - master + schedule: + - cron: '00 12 * * 1' # Runs every Monday at 8:00 AM EST jobs: Test: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: ["3.7", "3.8", "3.9", "3.10"] + os: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/CHANGELOG.txt b/CHANGELOG.txt index af558b6..5b1389e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,12 @@ CHANGELOG ========= +------------------------------------------------------------------------------- +April 21, 2023 1.3.3 +------------------------------------------------------------------------------- + +- Fixed Pandas deprecated function. + ------------------------------------------------------------------------------- Feb 09, 2022 1.3.2 ------------------------------------------------------------------------------- diff --git a/README.md b/README.md index de02955..d6d7da4 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ print('F1 score is', f1_score.get_score(predictions, labels)) ## Installation -Jurity requires **Python 3.6+** and can be installed from PyPI using ``pip install jurity`` or by building from source as shown in [installation instructions](https://fidelity.github.io/jurity/installation.html). +Jurity requires **Python 3.7+** and can be installed from PyPI using ``pip install jurity`` or by building from source as shown in [installation instructions](https://fidelity.github.io/jurity/install.html). ## Support Please submit bug reports and feature requests as [Issues](https://github.com/fidelity/jurity/issues). diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index 9da954c..a20ae57 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '1.3.2', + VERSION: '1.3.3', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/about_fairness.html b/docs/about_fairness.html index 96a7f72..4056662 100644 --- a/docs/about_fairness.html +++ b/docs/about_fairness.html @@ -4,7 +4,7 @@ - About Algorithmic Fairness — Jurity 1.3.2 documentation + About Algorithmic Fairness — Jurity 1.3.3 documentation