From 2c3fed743b7c9304a474d3dde4799d5bbbd0d5c1 Mon Sep 17 00:00:00 2001 From: Richard Preen Date: Fri, 5 May 2023 14:59:56 +0100 Subject: [PATCH] prepare for v.1.0.4 --- CHANGELOG.md | 17 +++++++++++------ CITATION.cff | 6 +++--- setup.py | 2 +- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf958bea..2f477d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,19 @@ # Changelog +## Version 1.0.4 (May 5, 2023) + +Changes: +* Fixed SafeRandomForestClassifier "base estimator changed" error ([#143](https://github.com/AI-SDC/AI-SDC/pull/143)) + ## Version 1.0.3 (May 2, 2023) Changes: -* Refactored metrics ([#111](https://github.com/AI-SDC/AI-SDC/pull/111)). -* Fixed a bug making a report when dummy reps is 0 ([#113](https://github.com/AI-SDC/AI-SDC/pull/113)). -* Fixed safemodel JSON output ([#115](https://github.com/AI-SDC/AI-SDC/pull/115)). -* Added a module to produce recommendations from attack JSON output ([#116](https://github.com/AI-SDC/AI-SDC/pull/116)). -* Disabled non-default report logs ([#123](https://github.com/AI-SDC/AI-SDC/pull/123)). -* Fixed a minor bug in worst case example ([#124](https://github.com/AI-SDC/AI-SDC/pull/124)). +* Refactored metrics ([#111](https://github.com/AI-SDC/AI-SDC/pull/111)) +* Fixed a bug making a report when dummy reps is 0 ([#113](https://github.com/AI-SDC/AI-SDC/pull/113)) +* Fixed safemodel JSON output ([#115](https://github.com/AI-SDC/AI-SDC/pull/115)) +* Added a module to produce recommendations from attack JSON output ([#116](https://github.com/AI-SDC/AI-SDC/pull/116)) +* Disabled non-default report logs ([#123](https://github.com/AI-SDC/AI-SDC/pull/123)) +* Fixed a minor bug in worst case example ([#124](https://github.com/AI-SDC/AI-SDC/pull/124)) ## Version 1.0.2 (Feb 27, 2023) diff --git a/CITATION.cff b/CITATION.cff index 0b0a0526..d49689e2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,8 +1,8 @@ cff-version: 1.2.0 title: AI-SDC -version: 1.0.3 -doi: 10.5281/zenodo.7886945 -date-released: 2023-05-02 +version: 1.0.4 +doi: +date-released: 2023-05-05 license: MIT repository-code: https://github.com/AI-SDC/AI-SDC languages: diff --git a/setup.py b/setup.py index 54547e0a..4c676d82 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="aisdc", - version="1.0.3", + version="1.0.4", license="MIT", maintainer="Jim Smith", maintainer_email="james.smith@uwe.ac.uk",