Skip to content

Commit

Permalink
1.30.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 19, 2024
1 parent 6272a03 commit 206ffd6
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.30.0 (2024-12-19)

### Features

- Fix loaders some more ([#98](https://github.com/bhklab/readii/pull/98),
[`6272a03`](https://github.com/bhklab/readii/commit/6272a03fd72b71e00e296ddc002b14b05a70e57f))

Didn't test updating from os to pathlib enough, but should be good now. Added basic test, needs to
be expanded upon.

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

- **New Features** - Introduced a new variable for improved file path handling in the feature
loading process. - Added a comment for clarity on retrieving the full path to the feature file.

- **Bug Fixes** - Updated logic for removing the image type file from the feature files list.

- **Tests** - Added a new test function to validate the functionality of the feature loading
function. - Implemented a fixture for testing with a temporary feature file. <!-- end of
auto-generated comment: release notes by coderabbit.ai -->


## v1.29.1 (2024-12-18)

### 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.29.1"
version = "1.30.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.29.1"
__version__ = "1.30.0"

0 comments on commit 206ffd6

Please sign in to comment.