Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release'
Browse files Browse the repository at this point in the history
* origin/release:
  Updated release notes.
  Add pending release notes stub
  Update version number to 0.8.2
  • Loading branch information
bjrichardwebster committed Jun 5, 2024
2 parents dc1d172 + a455cd7 commit 3741dfe
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 @@ -14,3 +14,4 @@ Release Notes
release_notes/v0.7.0
release_notes/v0.8.0
release_notes/v0.8.1
release_notes/v0.8.2
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
-----

* Added `numpy` pin `^1.26` for Python 3.12.
12 changes: 12 additions & 0 deletions docs/release_notes/v0.8.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
v0.8.2
======

A quick hotfix to resolve Python 3.12 `numpy` dependencies.

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

Fixes
-----

* Added `numpy` pin `^1.26` for Python 3.12.
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.1"
version = "0.8.2"
description = """\
Visual saliency map generation interfaces and baseline implementations \
for explainable AI."""
Expand Down

0 comments on commit 3741dfe

Please sign in to comment.