Skip to content

Commit

Permalink
chore(sem-ver): 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Jan 2, 2025
1 parent 0dff0f4 commit cb71fa1
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,50 @@
# CHANGELOG


## v1.11.0 (2025-01-02)

### Features

- Minor grade refactoring ([#158](https://github.com/bhklab/med-imagetools/pull/158),
[`0dff0f4`](https://github.com/bhklab/med-imagetools/commit/0dff0f403d802d517614105b50f1c4008945e32d))

Co-authored-by: Joshua Siraj <joshua.siraj@ryerson.ca>

### Refactoring

- Improve logging, logic, and type annotations
([#151](https://github.com/bhklab/med-imagetools/pull/151),
[`ef4d0e7`](https://github.com/bhklab/med-imagetools/commit/ef4d0e7c8f6b5e52c395916d0235645517a7ca03))

- **New Features** - Enhanced logging flexibility with new parameters for specifying logger names. -
Improved progress reporting in the folder crawling process with descriptive progress bars.

- **Bug Fixes** - Updated error handling for invalid file actions and DICOM tag checks for clearer
user feedback.

- **Documentation** - Improved docstring clarity and formatting across multiple functions.

- **Refactor** - Streamlined configuration files for testing and linting processes. - Restructured
class and function definitions for better readability and maintainability.

- **Style** - Consistent formatting applied to function signatures and docstrings.

- Modules/datagraph.py ([#153](https://github.com/bhklab/med-imagetools/pull/153),
[`41a7c88`](https://github.com/bhklab/med-imagetools/commit/41a7c88992525c8cdfd690ef287ab5f76dc8e588))


## v1.10.1 (2024-12-03)

### Bug Fixes

- Update .gitignore to exclude SQLite and database files
([`95a2179`](https://github.com/bhklab/med-imagetools/commit/95a217913798b2f1f4aa2555f1f8fddc65b5b44d))

### Chores

- **sem-ver**: 1.10.1
([`07a41fe`](https://github.com/bhklab/med-imagetools/commit/07a41fe073f9ce6a88aaa032caf69a7fb6086314))


## v1.10.0 (2024-12-03)

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 = "med-imagetools"
version = "1.10.1"
version = "1.11.0"
description = "Med-Imagetools: Transparent and Reproducible Medical Image Processing Pipelines in Python"
authors = [
{ name = "Sejin Kim" },
Expand Down
2 changes: 1 addition & 1 deletion src/imgtools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.10.1"
__version__ = "1.11.0"

0 comments on commit cb71fa1

Please sign in to comment.