- Implemented DVH interpolation. (#39)
- Implemented optional user-specified structure thickness for DVH calculation.
- Fix a bug in absolute_volume if a DVH instance's volume units don't use default of Gy.
- Fix a bug in absolute_dose if a DVH instance's dose units don't use default of Gy. (#19)
- Support decimal values for volume constraints (i.e.V71.6).
- Support decimal values for dose constraints (i.e. D0.03cc).
- Ensure that Rx Dose from RT Plan is rounded instead of truncated.
- Account for holes and bifurcated structures for structure volume calculation.
- Implement structure volume calculation using Shapely. (#28)
- Added support for plotting structure colors.
- Support Python 2 unicode filenames in dicomparser.
- Support DVH calculation of structures partially covered by the dose grid.
- Added
DVH
class for Pythonic access to dose volume histogram data. - Refactored and added unit tests for dvhcalc.
- Added examples and usage for
dvh
anddvhcalc
modules. - Jupyter notebook of examples can be found in Binder:
- Added support for pydicom 0.9.9 so releases from PyPI can be built.
- First release on PyPI.