Releases: jjjermiah/nbia-toolkit
v0.31.0
v0.30.1
v0.30.0
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
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
)
-
tests: add (
17df239
) -
tests: Add test cases for new functions (
9fc3c36
) -
tests: add getSeries test (
51f19e8
) -
tests: add context manager test (
c14bd6f
) -
tests: fix breaking and turn that into new test (
4bf9d3b
) -
Add log_level parameter to NBIAClient constructor (
9d1144d
) -
tests: add a few tests (
4cfd83f
) -
Add test for NBIA series functions (
67777ef
) -
tests: add a few tests (
4073918
) -
tests: Refactor test_auth.py and test_new_query_functionality.py (
d206256
) -
tests: new tests (
2e7afc6
) -
merge: Merge branch 'development' of https://github.com/jjjermiah/NBIA-toolkit into development (
8c9470b
) -
Merge pull request #109 from jjjermiah/pre-commit
work on development (e71eac1
)
- feature: Add pandas and pyarrow dependencies, and update utils/parsers.py and new return_type (
10ffe0d
)
v0.29.2
v0.29.1
v0.29.0
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
- refactor: clean, lint (
688a1a6
)
Unknown
- Merge pull request #104 from jjjermiah/dicomtags
feat: Dicomtags (25760ef
)
- Merge pull request #103 from jjjermiah/devel
refactor: clean, lint (f9ab11e
)
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
)
merge (d2a6f55
)
- tests: add tests and Update user authentication logic (
bf4b8d8
)
v0.28.0
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
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
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
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
)
-
Merge branch 'main' of https://github.com/jjjermiah/NBIA-toolkit (
7aaa06b
) -
dont use poetry for build (
579b621
)