Skip to content

Commit

Permalink
1.32.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 9baffe9 commit 1770187
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.32.0 (2024-12-30)

### Features

- Update plot correlation functions ([#104](https://github.com/bhklab/readii/pull/104),
[`9baffe9`](https://github.com/bhklab/readii/commit/9baffe93e6d3bb9f67887d98348dece5a4de69cf))

add self and cross correlation plot functions

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

- **New Features** - Introduced functionality for plotting self and cross correlation heatmaps and
histograms. - Added methods for generating histograms with customizable parameters and optional
saving options. - **Bug Fixes** - Enhanced error handling for plot saving to prevent overwriting
existing files. - **Tests** - Added a comprehensive suite of unit tests for correlation plotting
functionalities, ensuring correct outputs and file handling. <!-- end of auto-generated comment:
release notes by coderabbit.ai -->


## v1.31.0 (2024-12-19)

### 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.31.0"
version = "1.32.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.31.0"
__version__ = "1.32.0"

0 comments on commit 1770187

Please sign in to comment.