Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release'
Browse files Browse the repository at this point in the history
* origin/release:
  Update release notes
  Add pending release notes stub
  Update version number to 0.8.3
  • Loading branch information
eveenhuis committed Sep 16, 2024
2 parents 16854a3 + 06c23ae commit e963ea9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Release Notes
release_notes/v0.8.0
release_notes/v0.8.1
release_notes/v0.8.2
release_notes/v0.8.3
2 changes: 0 additions & 2 deletions docs/release_notes/pending_release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ Updates / New Features

Fixes
-----

* Increased scikit-learn lower bound to address CVE-2024-5206
12 changes: 12 additions & 0 deletions docs/release_notes/v0.8.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
v0.8.3
======

A quick hotfix to address scikit-learn compatability issues.

Updates / New Features
----------------------

Fixes
-----

* Increased scikit-learn lower bound to address CVE-2024-5206
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "xaitk_saliency"
# REMEMBER: `distutils.version.*Version` types can be used to compare versions
# from strings like this.
# This package prefers to use the strict numbering standard when possible.
version = "0.8.2"
version = "0.8.3"
description = """\
Visual saliency map generation interfaces and baseline implementations \
for explainable AI."""
Expand Down

0 comments on commit e963ea9

Please sign in to comment.