Releases: ericspod/DicomBrowser
Releases · ericspod/DicomBrowser
v1.5.1
Version 1.4.1
DicomBrowser is now more up-to-date using pyproject.toml
and can be installed with pip
.
What's Changed
- Update README.md adding docker build command by @Pablohn26 in #1
- Fix error when running Docker by @Pablohn26 in #2
- Revamp by @ericspod in #4
New Contributors
- @Pablohn26 made their first contribution in #1
- @ericspod made their first contribution in #4
Full Changelog: 1.2.0...1.4.1
New Feature Release
A few new things:
- Should be compatible with Python 2.7 and 3.6+, and with PyQt 4 and 5
- Image and tag view placed in a horizontal split pane instead of tabs, look for the tab split bar on the right side of the image window
- Search feature for tags, uses Python regular expressions to match by name, tag number, or value
Update
1.0.0
Initial public release of DicomBrowser. The zip file is the packaged Windows program, unzip the contents to a directory and run the executable, no Python install needed. The dmg file contains an OSX application which can be run on its own without a Python install. To install in Linux or as a Python library see the README file.