Skip to content

0.7.0

Compare
Choose a tag to compare
@hackermd hackermd released this 19 May 13:54
· 569 commits to master since this release

Improvements

  • Improve import logic for subpackages and modules to allow:
    import highdicom as hd
    seg_image = hd.seg.Segmentation(...)
  • Update API documentation to reflect namespaces of public API
  • Add unit tests and increase test coverage