From 989d8cb1347afddbdccb6dd6b5752c3c43c9c61a Mon Sep 17 00:00:00 2001 From: Akshay Nagireddy <34939791+nagireddyakshay@users.noreply.github.com> Date: Fri, 21 Apr 2023 12:15:13 -0400 Subject: [PATCH] Cron schedule (#21) --- .github/workflows/ci.yml | 7 +++++-- CHANGELOG.txt | 6 ++++++ README.md | 2 +- docs/_static/documentation_options.js | 2 +- docs/about_fairness.html | 2 +- docs/about_reco.html | 2 +- docs/api.html | 2 +- docs/genindex.html | 2 +- docs/index.html | 2 +- docs/install.html | 2 +- docs/py-modindex.html | 2 +- docs/quick.html | 2 +- docs/search.html | 2 +- jurity/_version.py | 2 +- jurity/fairness/__init__.py | 10 ++++------ 15 files changed, 27 insertions(+), 20 deletions(-) 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 @@ -