Skip to content

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 27 Mar 14:19
· 246 commits to main since this release

v1.2.1 (2024-03-27)

Build

  • build: Update pytest command to run tests in parallel (e8f67b9)

  • build: update poetry lock (6999f20)

  • build: Fix formatting in ci-cd.yml and add back unit tests. Rename jobs for better clarity (b4d49d5)

  • build: add pytest-xdist for development parallel tests (d52a5a3)

Fix

  • fix: no development branch (e3349db)

Refactor

  • refactor: format with black, explicit imports, and update type annotations (04bada5)

  • refactor: Fixes, updates, formatting

refactor: Fixes, updates, formatting (998f299)

  • refactor: format with black (07d04d8)

  • refactor: explicit imports from readii.metadata module for performance (f91afa4)

  • refactor: Refactor type check in test_radiomicFeatureExtraction (bc0d18d)

  • refactor: Refactor saveDataframeCSV and matchCTtoSegmentation functions, add type hints, and improve error handling, format with black (16a83b9)

  • refactor: Update version variables in pyproject.toml (5776e5f)

  • refactor: explicitly import all, nested import * can lead to performance issues (8054799)

  • refactor: update type annotations. (c6ee885)

  • refactor: update type annotations to handle optional parameters, format with black for readability, refactor applyNegativeControl function to raise AssertionErrror for optional baseROI, handle edge case and raise error if none of the nc_types. (11f0d92)

Style

  • style(feature_extraction.py): changed some function call spacing (09331a3)

Unknown

  • Merge pull request #15 from bhklab/dockerfile

Refactor: Add dockerfile, fix some type errors, update type annotations, add some error-handling, formatting (20f8d54)

  • fixed wrong docker repo (8ca1a93)

  • Merge branch 'dockerfile' of github.com:bhklab/readii into dockerfile (6bb042d)

  • Update ci-cd.yml and pyproject.toml (fa35141)