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 for v0.8.1.
  Add pending release notes stub
  Update version number to 0.8.1
  • Loading branch information
bjrichardwebster committed Jun 3, 2024
2 parents 48c1c0b + e865ec0 commit 103e734
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 15 deletions.
1 change: 1 addition & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Release Notes
release_notes/v0.6.1
release_notes/v0.7.0
release_notes/v0.8.0
release_notes/v0.8.1
14 changes: 0 additions & 14 deletions docs/release_notes/pending_release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,5 @@ Pending Release Notes
Updates / New Features
----------------------

CI/CD

* Updated to use `checkout@v4` and `cache@v4` instead of `*@v2`.

Fixes
-----

Dependencies

* Fixed `numpy` dependency versions for downstream resolution.

* Jupyter notebooks now installed with `notebook` instead of `jupyter`.

* Increased the lower bound of `tqdm` to `4.66.3` to address `CVE-2024-34062`.

* Ran `poetry update` to update `poetry.lock` for vulnerability scanning.
24 changes: 24 additions & 0 deletions docs/release_notes/v0.8.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
v0.8.1
======

Addressed a few dependency vulnerabilities and updated the CI/CD to current versions.

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

CI/CD

* Updated to use `checkout@v4` and `cache@v4` instead of `*@v2`.

Fixes
-----

Dependencies

* Fixed `numpy` dependency versions for downstream resolution.

* Jupyter notebooks now installed with `notebook` instead of `jupyter`.

* Increased the lower bound of `tqdm` to `4.66.3` to address `CVE-2024-34062`.

* Ran `poetry update` to update `poetry.lock` for vulnerability scanning.
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.0"
version = "0.8.1"
description = """\
Visual saliency map generation interfaces and baseline implementations \
for explainable AI."""
Expand Down

0 comments on commit 103e734

Please sign in to comment.