Skip to content

Commit

Permalink
1.26.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 16, 2024
1 parent 546fe5c commit 36bf8e3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# CHANGELOG


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

### Features

- Expand platform support in pixi and CI/CD workflow
([#91](https://github.com/bhklab/readii/pull/91),
[`546fe5c`](https://github.com/bhklab/readii/commit/546fe5c1e4a4dff72645f2c61730d1acf0d13572))

This PR adds the windows platform and older mac platform to the pixi configuration so developers
with those machines can be assured that they can contribute to this project without running into
dependency issues

- also add a testing branch to test with windows across all configured python versions

## Summary by CodeRabbit

- **New Features** - Expanded testing environment to include Windows support. - Updated project
version to "1.25.0". - Added support for additional platforms: "osx-64" and "win-64".

- **Bug Fixes** - Clarified the checkout process for the publishing jobs in the CI-CD workflow.

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


## v1.25.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.25.0"
version = "1.26.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.25.0"
__version__ = "1.26.0"

0 comments on commit 36bf8e3

Please sign in to comment.