Releases: bhklab/med-imagetools
v1.9.4
v1.9.3
v1.9.3 (2024-11-29)
Bug Fixes
Refactor logging code for improved maintainability by temporarily removing JSON logging functionality.
Update the .gitignore to exclude .dcm and .sqlite files.
Introduce an environment variable for debug logging and set the default log level based on this variable.
Summary by CodeRabbit
-
New Features - Introduced a new
LoggingManager
class for structured logging management. - Added support for JSON logging configuration (currently commented out). - Added a new environment variable for logging level configuration in development. - New entries in.gitignore
to ignore.dcm
and.sqlite
files. - Enhanced CI/CD pipeline with new jobs for building and publishing documentation. -
Improvements - Enhanced logging control by utilizing environment variables for log levels. - Updated logging directory structure and default log filename for better organization. - Improved management of logging levels based on verbosity settings.
-
Bug Fixes - Improved handling of logging level discrepancies with user-specified settings.
-
Documentation - Updated docstrings and comments for clarity on new logging setup and features.
v1.9.2
v1.9.1
v1.9.0
v1.9.0 (2024-11-22)
Features
-
docs: add mkdocs-include-markdown plugin for Markdown file inclusion
-
docs: add tag helpers documentation for DICOM utilities
-
docs: add documentation for finding DICOM files
-
Update src/imgtools/cli/dicomfind.py
-
feat: add regex filtering and improved logging for dicom_finder function
-
chore: exclude CLI files from coverage reporting
v1.8.2
v1.8.1
v1.8.0
v1.7.0
v1.7.0 (2024-11-19)
Features
-
feat(logging): add structlog integration with custom processors and example logger
-
chore: remove star imports
-
feat(lint): update ruff configuration to include new linting rules and extend exclusions
-
refactor: update pixi.lock and pixi.toml for ruff command structure and remove unused betapipeline entry
-
refactor(logging): standardize string quotes and improve logger configuration handling
-
feat(logging): integrate structured logging and enhance debug information in AutoPipeline and StructureSet
-
fix: #134 (comment)
-
fix: #134 (comment)
-
fix: #134 (comment)
-
refactor(logging): streamline logging configuration and ensure log directory creation
-
chore: add log files to .gitignore to prevent tracking of generated logs
-
fix: Update src/imgtools/logging/init.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- fix: #134 (comment)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
-
chore: update .gitignore to include log files in imgtools directory
-
feat(datagraph): integrate logging for edge table processing and visualization
-
feat(ops): add timing for graph formation and update DataGraph initialization
-
chore: rename workflow from Test to CI-CD and restrict push triggers to main branch
-
feat(crawl): integrate logging for folder crawling and data saving processes
-
fix(structureset): enhance logging for ROI point retrieval errors
-
fix(autopipeline): update logger level to use environment variable for flexibility
-
fix(logging): streamline error handling for log directory creation
-
fix: #134 (comment)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
-
refactor(logging): enhance logging configuration and streamline JSON setup
-
chore(pixi.lock): add license_family field for clarity
-
refactor(logging): enhance LoggingManager with valid log levels and improve JSON logging setup
-
refactor(logging): enhance documentation and improve LoggingManager configuration options
-
refactor(logging): validate log level assignment before setting self.level
-
feat(logging): add mypy and type-checking support; refactor logging manager and improve error handling
-
refactor(logging): remove unused Optional import from typing
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
v1.6.0
v1.6.0 (2024-11-15)
Features
-
feat: started port to pixi
-
feat: updated test suite for pixi and started refactor of cicd
-
build: added coverage to gha
-
fix: explicitly direct location of package code and update pixi in pipeline
-
fix: added linux to pixi
-
chore: update GitHub Actions workflow for improved deployment process
-
chore: clean up GitHub Actions workflow by removing commented-out jobs and updating dependencies
-
chore: update GitHub Actions workflow to deploy from both main and devel branches, and refresh dependencies in pixi.lock
-
chore(sem-ver): 1.6.0-rc.1
-
fix: update version_toml path in pyproject.toml for semantic release
-
chore(sem-ver): 1.6.0-rc.2
-
chore: remove requirements.txt file and poetry.lock
-
chore: update authors and maintainers in pyproject.toml, and add version in init.py
-
chore: remove setup.py file as part of project restructuring
-
chore: update pixi.lock and add ruff configuration for linting
-
chore: fix some recommendations from coderabbit
Co-authored-by: semantic-release