Skip to content

Commit

Permalink
1.34.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 30, 2025
1 parent 39a6d6b commit 7a11db1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# CHANGELOG


## v1.34.3 (2025-01-30)

### Bug Fixes

- Pattern resolver update ([#116](https://github.com/bhklab/readii/pull/116),
[`39a6d6b`](https://github.com/bhklab/readii/commit/39a6d6b12092dd78e7e237221d0531f4d3f47306))

`PatternResolver` in `med-imagetools` updated the input argument from `pattern_parser` to
`pattern_matcher`, updated this to match here.

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

- **Chores** - Updated parameter naming in the `PatternResolver` class for improved clarity and
consistency. - Modified the `roiNames` parameter format in segmentation loading tests for better
structure and clarity. - Adjusted expected output labels in segmentation tests to reflect new
naming conventions. - Reorganized import statements to source functions from a new module,
maintaining accessibility. <!-- end of auto-generated comment: release notes by coderabbit.ai -->


## v1.34.2 (2025-01-30)

### Bug Fixes
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.34.2"
version = "1.34.3"
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.34.2"
__version__ = "1.34.3"

0 comments on commit 7a11db1

Please sign in to comment.