0.7.0
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
import highdicom as hd
seg_image = hd.seg.Segmentation(...)