Skip to content

Commit

Permalink
1.34.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 31, 2024
1 parent d1f9853 commit 245d004
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.0 (2024-12-31)

### Features

- Add overwrite variable to plot self and cross corr functions
([#108](https://github.com/bhklab/readii/pull/108),
[`d1f9853`](https://github.com/bhklab/readii/commit/d1f9853cf4613762ccb0f0885e77db4cb07eb71b))

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

## Summary by CodeRabbit

- **New Features** - Added an optional `overwrite` parameter to correlation plotting functions -
Enhanced control over file saving behavior when generating correlation plots - Users can now
choose whether to replace existing plot files

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


## v1.33.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.33.0"
version = "1.34.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.33.0"
__version__ = "1.34.0"

0 comments on commit 245d004

Please sign in to comment.