Skip to content

Commit

Permalink
1.33.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 30, 2024
1 parent ef58923 commit 1a9e948
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# CHANGELOG


## v1.33.0 (2024-12-30)

### Features

- Add error for when file output by CorrelationWriter already exists
([#106](https://github.com/bhklab/readii/pull/106),
[`ef58923`](https://github.com/bhklab/readii/commit/ef589237be7dd41769be507a24e0a406dcdc603e))

Makes it easier to catch times when file exists without resolving the path twice

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

## Summary by CodeRabbit

- **New Features** - Added a new, more specific exception for handling file existence scenarios
during correlation writing.

- **Documentation** - Updated method documentation to reflect new error handling behavior.

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


## v1.32.0 (2024-12-30)

### 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.32.0"
version = "1.33.0"
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.32.0"
__version__ = "1.33.0"

0 comments on commit 1a9e948

Please sign in to comment.