Releases: innolitics/pacsman
Releases · innolitics/pacsman
v0.1.7
Fix failing CI tests (#51) * Bump setup-python action version * Use tox github actions helper * Fix flake8 styling issues in dcmtk test * Add recent python versions to test matrix * Bump version * Fix python version specifiers in CI * Fix name of matrix argument * Add dcmtk configuration * Properly update dicomdict path
v0.1.5
Properly search for patient names in default search query mode (#49) * Add test case exercising patient name search in default mode * Clear unused search keys when performing combined ID and name search * Version bump
v0.1.4
Add support to FilesystemDicomClient::studies_for_patient
for multiple date-range formats.
v0.1.3
FilesystemDicomClient search_query_type (#47) * Add search_query_type to FilesystemDicomClient Add tests * Make search_query_typt optional * Update setup.py to version 0.1.3
v0.1.2
Add search_query_type to search_patients (#45) * Add search_query_type to search_patients * Update mocked tests and refactor install dcmtk as part of unit-tests issue #45 * Revert patient_id_to_datasets defaultdict is not subscriptable issue 45 * Visual adjustments for tox and flake8 issue 45 * Adjust formatting issue 45 * Improve formatting issue 45 * Add DCMDICTPATH to docker-compose env issue 45 * working on dcmdictpath env var issue 45 * still adjusting DCMDICTPATH env var issue 45 * drop Literal type due to errors, add tox env vars issue 45 * adjust SCPCFGPATH path issue 45 * flake8 * working on tox env vars issue 45 * working on tox env vars issue 45 * Add instructions to development section of readme issue 45 * Cleanup issue 45 * Update base_client.search_patients abstract method issue 45 * Remove search_query_type from base_client Fix typo in unit-tests.yml issue 45 * Update the version identifier to 0.1.2 issue 45
v0.1.1
v0.1.0
Initial release to PyPi