Skip to content

Releases: jjjermiah/nbia-toolkit

v0.20.0

03 Feb 19:24
Compare
Choose a tag to compare

v0.20.0 (2024-02-03)

Feature

  • feat: testing (3062c12)

  • feat: Update NBIA client to include new method getNewPatients() (22895a4)

  • feat: Add convertDateFormat function to utils module (5d77524)

Fix

Test

Unknown

  • Merge pull request #78 from jjjermiah/development

Development (94ae9aa)

50 feature getnewpatientsincollection (ef7db33)

v0.19.2

03 Feb 18:07
Compare
Choose a tag to compare

v0.19.2 (2024-02-03)

Fix

  • fix: added git config email and user (978808f)

v0.19.1

03 Feb 18:01
Compare
Choose a tag to compare

v0.19.1 (2024-02-03)

Fix

  • fix: add beautifulsoup4 dependency (e6f7162)

  • fix: remove numpy in test_parsers (f56b0bc)

v0.19.0

03 Feb 17:56
Compare
Choose a tag to compare

v0.19.0 (2024-02-03)

Feature

  • feat: add getCollectionDescriptions method, with tests, and updated docs. Also includes helper functions for parsing output. (8617395)

Unknown

  • Merge pull request #75 from jjjermiah/46-feature-get_collection_descriptions

feat: add getCollectionDescriptions method, with tests, and updated d… (89133ac)

v0.18.1

03 Feb 17:09
Compare
Choose a tag to compare

v0.18.1 (2024-02-03)

Build

  • build: only push README changes if anything actually changes (bf78f94)

Unknown

  • added unit tests back (ff9cf33)

  • Update README with latest version (60dba1e)

v0.18.0

03 Feb 16:48
Compare
Choose a tag to compare

v0.18.0 (2024-02-03)

Feature

  • feat: added git pull to update-readme (9038ad8)

Unknown

v0.17.0

03 Feb 16:43
Compare
Choose a tag to compare

v0.17.0 (2024-02-03)

Feature

  • feat: use gha to update README (ae50777)

Fix

Test

Unknown

v0.16.0

03 Feb 16:33
Compare
Choose a tag to compare

v0.16.0 (2024-02-03)

Chore

  • chore: Refactor code formatting and improve readability (8bcdfa4)

Documentation

  • docs: update notebook to fix #71 and add getStudies function (958d603)

  • docs: Update README code block to include NBIAToolkit version and test new gha (3dc1996)

Feature

  • feat: Update DICOMSorter command line interface (6b6a2a8)

Fix

  • fix: Update imports and add version attribute (daad13e)

Unknown

  • Merge pull request #73 from jjjermiah/development

Development (1a0c816)

  • Merge pull request #72 from jjjermiah/48-feature-getstudy

48 feature getstudy (9552b6c)

v0.15.1

02 Feb 17:30
Compare
Choose a tag to compare

v0.15.1 (2024-02-02)

Build

  • build: add install with pypi test (648ea4f)

v0.15.0

01 Feb 02:53
Compare
Choose a tag to compare

v0.15.0 (2024-02-01)

Documentation

  • docs: Add NBIAToolkit CLI usage to README (4cd3785)

  • docs: adding requirements.txt back just for the build docs requirements (22ccb4c)

  • docs: trying pip install instead of requirements file (c258223)

  • docs(README): re-structure (9a836e5)

Feature

  • feat: Update dependencies and add CLI tool help messages (658b59d)

  • feat(build): add python 3.10 (86db037)

Fix

  • fix: Update pyproject.toml (b0b0f0a)

  • fix: add setup.py back (f7394be)

  • fix: Update version number in pyproject.toml and nbia.py (63cf16e)

Refactor

  • refactor: CLI code to improve performance and readability (d5bd973)

Unknown

  • Merge pull request #69 from jjjermiah/development

Add CLI commands (1d77ea1)

  • generalized arg parse (58cb470)

  • testing macOS M1 and python 3.10 (a507597)