Skip to content

Releases: ericspod/DicomBrowser

Version 1.4.1

13 Apr 19:09
c1cad60
Compare
Choose a tag to compare

DicomBrowser is now more up-to-date using pyproject.toml and can be installed with pip.

What's Changed

New Contributors

Full Changelog: 1.2.0...1.4.1

New Feature Release

17 Jul 13:14
Compare
Choose a tag to compare

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

27 Feb 16:19
Compare
Choose a tag to compare

A few fixes and UI updates.

1.0.0

16 Nov 16:30
Compare
Choose a tag to compare

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.