Skip to content

Releases: bhklab/nbia-toolkit

v0.10.6

22 Jan 02:56

Choose a tag to compare

v0.10.6 (2024-01-22)

Build

  • build: Remove unused label from Dockerfile (ef29360)

Unknown

v0.10.5

22 Jan 02:52

Choose a tag to compare

v0.10.5 (2024-01-22)

Ci

  • ci: Update permissions in Continuous-Deployment job (2bd552c)

  • ci: test ghcr container (d2b186a)

v0.10.4

22 Jan 02:32

Choose a tag to compare

v0.10.4 (2024-01-22)

Documentation

  • docs: add link to docker pulls badge (03d69a3)

Unknown

v0.10.3

22 Jan 02:29

Choose a tag to compare

v0.10.3 (2024-01-22)

Documentation

  • docs: Add Docker Pulls badge to README (d6943d7)

v0.10.2

22 Jan 02:20

Choose a tag to compare

v0.10.2 (2024-01-22)

Ci

v0.10.1

22 Jan 01:31

Choose a tag to compare

v0.10.1 (2024-01-22)

Ci

  • ci: test docker pipeline (20a43ad)

Unknown

  • Merge pull request #45 from jjjermiah/devel

Devel (2b33361)

  • Refactor Docker image build workflow (5bce197)

  • Add support for multiple platforms in Docker build (86d12cd)

  • Remove unnecessary "-it" flag in docker run command (53ce267)

  • Refactor Docker run command in build.yml (55e1322)

  • Add Docker build and test workflow (14c0749)

  • Update build workflow to set docker image tag based on branch or latest tag (97eb2a8)

  • Remove unused step in build workflow (17cce65)

  • trying new method (4c7a592)

  • Update Get latest tag name step in build.yml (f4420b6)

  • Merge pull request #44 from jjjermiah/update-README-badges

docs: Add GitHub repo size badge (0ff2ded)

  • docs: Add GitHub repo size badge (3b1ab49)

  • Merge pull request #43 from jjjermiah/update-README-badges

docs: Update contributing.md, badges, and pyproject.toml (581834b)

v0.10.0

21 Jan 20:58

Choose a tag to compare

v0.10.0 (2024-01-21)

Build

  • build: Update Codecov action and add coverage badge (c89f010)

Ci

  • ci: Update dependencies in main.yml and requirements.txt (76d9fa8)

  • ci: Update pytest command in GitHub Actions workflow (5ca643e)

  • ci: use poetry to run pytest (4894aec)

  • ci: install pytest and pytest-cov (1f2df96)

Fix

  • fix: Refactor imports in nbia.py (9bf0f13)

Test

  • test: Update pytest coverage command in GitHub workflow

Add source directory for coverage in pyproject.toml

Fix import statements in test files (f72c7d8)

Unknown

  • Merge pull request #42 from jjjermiah/39-add-code-coverage-to-gha

build: Update Codecov action and add coverage badge (2114f3b)

v0.9.0

21 Jan 20:00

Choose a tag to compare

v0.9.0 (2024-01-21)

Fix

  • fix(md5): Add MD5HashMismatchError class and update validateMD5 function (c854242)

Refactor

  • refactor: Refactor NBIAClient's _downloadSingleSeries method

This commit refactors the _downloadSingleSeries method in the NBIAClient class. The changes include:

  • Reformatting the method signature for better readability
  • Adding exception handling for MD5 hash validation
  • Commenting out a line of code that is not currently being used
  • Adding error handling and logging for sorting DICOM files (ff11711)
  • refactor(nbia): remove unused logger method (50916a4)

Test

  • test: Add unit tests for MD5 validation (539f8b0)

  • test: Refactor temporary directory variable name in test_nbia.py (3cdeb4a)

Unknown

  • Merge pull request #41 from jjjermiah/27-md5pyadd-tests-and-logging-+-error-handling-for-non-existent-files

27 md5pyadd tests and logging + error handling for non existent files (c1ed27b)

  • docs: Update execution counts in Tutorial.ipynb (ca80e28)

  • refactor(dimsort):Refactor DICOMSorter class and add new method to get DICOM file paths (573978e)

v0.8.0

21 Jan 17:42

Choose a tag to compare

v0.8.0 (2024-01-21)

Build

  • build: update python version in cicd (2aea484)

Ci

Feature

  • feat: add package version (fa583dd)

Fix

  • fix: update path in toml for package version (f6db43e)

Unknown

v0.7.1

21 Jan 17:29

Choose a tag to compare

v0.7.1 (2024-01-21)

Chore

Unknown