Skip to content

Commit

Permalink
1.27.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 17, 2024
1 parent a57182c commit 9b734be
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# CHANGELOG


## v1.27.0 (2024-12-17)

### Features

- Add analysis functions ([#92](https://github.com/bhklab/readii/pull/92),
[`a57182c`](https://github.com/bhklab/readii/commit/a57182cb32f3bcd3600eaed53ad60ac145fe9d6f))

Includes correlation calculations and plotting those correlations as a heatmap and histogram

- **New Features** - Updated version number to 1.26.0 with new dependencies: `numpy`, `seaborn`, and
`pandas`. - Introduced a new module for analyzing READII outputs with several correlation
functions. - Added visualization functions for correlation data: heatmap and histogram. - New
validation function for DataFrame dimensions added. - Expanded platform support to include
`osx-64` and `win-64`.

- **Bug Fixes** - Enhanced error handling in correlation calculations and plot saving processes. -
Simplified exception handling in feature loading functions.

- **Documentation** - Improved docstrings for new functions and modules for better usability.

- **Chores** - Expanded linting configuration for broader coverage of Python files.


## v1.26.0 (2024-12-16)

### 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.26.0"
version = "1.27.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.26.0"
__version__ = "1.27.0"

0 comments on commit 9b734be

Please sign in to comment.