Skip to content

Releases: jjjermiah/nbia-toolkit

v0.31.0

18 Feb 21:36
Compare
Choose a tag to compare

v0.31.0 (2024-02-18)

Build

Chore

  • chore: Update README: 0.30.1 (ec7c9d3)

Feature

  • feat: Update version to 0.31.1 and upgrade pip (12c5018)

Fix

v0.30.1

18 Feb 21:15
Compare
Choose a tag to compare

v0.30.1 (2024-02-18)

Fix

  • fix: Fix import statements in nbia.py and nbia_cli.py (14816f1)

Unknown

  • Merge pull request #111 from jjjermiah/development

fix cli (b044404)

  • Merge remote-tracking branch 'origin' into development (7cf41c4)

v0.30.0

18 Feb 20:50
Compare
Choose a tag to compare

v0.30.0 (2024-02-18)

Chore

  • chore: Update README: 0.29.2 (c7d69ec)

Ci

  • ci: Update branch filter in CI/CD workflow (a276105)

Feature

  • feat: implement download (9ac6b8d)

  • feat: added dataframe to all, missing download (9b637f3)

Fix

  • fix: ci verbose output (6874a3d)

  • fix: tests Add error handling for response code 204 and fix typo in test_getDICOMTags (c8968da)

  • fix: Fix base URL assignment in test_break function (fab5dcc)

Style

  • style: clean some stuff (876edf5)

  • style: Remove unnecessary code and imports (8db7a7f)

  • style: black (4c5ba94)

  • style: remove line (e012b2b)

  • style: trailing line spaces (0847cd9)

Unknown

  • Merge pull request #110 from jjjermiah/development

add return_types and new abstraction for requests to be made (f943a05)

work on development (e71eac1)

  • feature: Add pandas and pyarrow dependencies, and update utils/parsers.py and new return_type (10ffe0d)

v0.29.2

12 Feb 13:50
Compare
Choose a tag to compare

v0.29.2 (2024-02-12)

Chore

  • chore: Update README: 0.29.1 (385d972)

Documentation

  • docs: rename file for readthedocs (0b8197c)

Unknown

  • Merge pull request #107 from jjjermiah/docs

docs: merge with main (86621f1)

  • Merge pull request #106 from jjjermiah/main

merge_fix (57b64ae)

v0.29.1

12 Feb 05:02
Compare
Choose a tag to compare

v0.29.1 (2024-02-12)

Build

  • build: docker file cleanup (34a6942)

Chore

  • chore: Update README: 0.29.0 (d10a38d)

Unknown

  • Merge pull request #105 from jjjermiah/95-chore-removere-organize-files

fiz #95 chore removere organize files (3d00000)

  • Remove unnecessary files and update autoapi_dirs (96cb669)

v0.29.0

12 Feb 00:45
Compare
Choose a tag to compare

v0.29.0 (2024-02-12)

Build

  • build: Add conditional upload of coverage report artifact (972c785)

Chore

  • chore: Update README: 0.28.0 (92ff4eb)

Feature

  • feat: Add getDICOMTags method to NBIAClient class (18b6625)

Fix

  • fix: remove err (58a9ada)

  • fix: remove extra files (91b277b)

  • fix: Update pydicom version to 2.4.0 (b78edd8)

  • fix: merge (544c682)

  • fix: Fix encryption key in OAuth2 class (1082e47)

Refactor

Unknown

  • Merge pull request #104 from jjjermiah/dicomtags

feat: Dicomtags (25760ef)

  • Merge pull request #103 from jjjermiah/devel

refactor: clean, lint (f9ab11e)

  • remove unused lines (c1dc231)

  • Merge pull request #102 from jjjermiah/19-authpy-logout-functionality

19 authpy logout functionality (fee4ee0)

  • tests: remove main code in md5 (2972b5f)

  • tests: add more coverage for logger (b90c74c)

  • Merge pull request #101 from jjjermiah/19-authpy-logout-functionality

19 authpy logout functionality (a6f40cc)

  • tests: fix small error (977df6c)

  • Merge pull request #100 from jjjermiah/main

merge (d2a6f55)

  • tests: add tests and Update user authentication logic (bf4b8d8)

v0.28.0

05 Feb 05:31
Compare
Choose a tag to compare

v0.28.0 (2024-02-05)

Chore

  • chore: Update README: 0.27.0 (79f7eda)

Feature

  • feat: Implement logout functionality and add context manager support (67968fc)

Unknown

  • Merge pull request #99 from jjjermiah/19-authpy-logout-functionality

feat: Implement logout functionality and add context manager support (528d1a7)

v0.27.0

05 Feb 04:29
Compare
Choose a tag to compare

v0.27.0 (2024-02-05)

Chore

  • chore: Update README: 0.26.0 (d063000)

Feature

  • feat: Add encryption and decryption functions for credentials (bbbd1d2)

Unknown

  • Merge pull request #98 from jjjermiah/20-authpy-username-and-password-encryption

feat: Add encryption and decryption functions for credentials (e08caa0)

v0.26.0

05 Feb 03:51
Compare
Choose a tag to compare

v0.26.0 (2024-02-05)

Chore

  • chore: Update README: 0.25.4 (289f846)

Documentation

  • docs: Add programmatic access to NBIA and TCIA databases (82542b1)

Feature

  • feat: implement better Oauth algorithm graph and refresh token (3d81d2b)

Unknown

  • Merge pull request #97 from jjjermiah/18-authpy-accessrefresh-token-+-error-handling

18 authpy accessrefresh token + error handling (c2fcdb2)

  • Fix error handling in OAuth2 class (67140b7)

v0.25.4

04 Feb 23:08
Compare
Choose a tag to compare

v0.25.4 (2024-02-04)

Chore

  • chore: Update README: 0.25.3 (7e6803d)

Documentation

  • docs: added cool functionality for documentation (39c7994)

  • docs: add example initialization (1f242d5)

  • docs: update (26092e0)

Unknown

  • Merge pull request #93 from jjjermiah/docs

Docs (d649614)