Skip to content

Commit

Permalink
1.29.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 18, 2024
1 parent 875a6c3 commit a636a87
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# CHANGELOG


## v1.29.1 (2024-12-18)

### Bug Fixes

- Look for image type in Path stem as Path is not iterable
([#97](https://github.com/bhklab/readii/pull/97),
[`875a6c3`](https://github.com/bhklab/readii/commit/875a6c3cb1c3d10a8225f45f5770380b83562003))

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

- **New Features** - Improved file matching logic for identifying features based on image types. -
Enhanced clarity in handling scenarios for matching files with updated control flow.

- **Bug Fixes** - Retained consistent error handling with appropriate logging for warnings and
exceptions.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->


## v1.29.0 (2024-12-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "readii"
version = "1.29.0"
version = "1.29.1"
description = "A package to extract radiomic features!"
authors = [{ name = "Katy Scott", email = "[email protected]" }]

Expand Down
2 changes: 1 addition & 1 deletion src/readii/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# read version from installed package
from importlib.metadata import version
__version__ = "1.29.0"
__version__ = "1.29.1"

0 comments on commit a636a87

Please sign in to comment.