Skip to content

Commit

Permalink
Bump to v1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo committed Mar 19, 2024
1 parent b4ab709 commit af91a6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.6] - 2024-03-19
### Fixed
- Set maximum `keras` version to below `3.0`. This prevents errors due to incompatibility with `keras >=3.0`, such as the `shape` parameter not accepting an integer as input.

## [1.7.5] - 2024-03-03
### Fixed
- Set the `CUDA_VISIBLE_DEVICES` environment variable to `-1` in `nn_classification`. This fixes a bug where the `nn_classification` module would fail to run when a GPU was available and the input had a single sequence.
Expand Down
2 changes: 1 addition & 1 deletion genomad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
)

__author__ = "Antonio Camargo"
__version__ = "1.7.5"
__version__ = "1.7.6"
__all__ = [
aggregated_classification,
annotate,
Expand Down

0 comments on commit af91a6a

Please sign in to comment.