Skip to content

Commit

Permalink
prepare for v.1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rpreen committed May 5, 2023
1 parent eb5d716 commit 2c3fed7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="aisdc",
version="1.0.3",
version="1.0.4",
license="MIT",
maintainer="Jim Smith",
maintainer_email="[email protected]",
Expand Down

0 comments on commit 2c3fed7

Please sign in to comment.