Skip to content

Releases: innolitics/pacsman

v0.1.7

27 Jan 18:29
cc5f537
Compare
Choose a tag to compare
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

27 Jan 17:36
ac4d09b
Compare
Choose a tag to compare
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

19 Jul 04:59
cecdffa
Compare
Choose a tag to compare

Add support to FilesystemDicomClient::studies_for_patient for multiple date-range formats.

v0.1.3

14 Jul 20:07
9845a4c
Compare
Choose a tag to compare
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

14 Jul 20:05
e300345
Compare
Choose a tag to compare
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

08 Jul 23:03
caaf9cc
Compare
Choose a tag to compare

v0.1.0

16 Mar 16:55
15dbaec
Compare
Choose a tag to compare

Initial release to PyPi