Skip to content

Commit

Permalink
Update history for version 0.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
bastula committed Jun 1, 2019
1 parent f26686a commit 3ebe747
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 2 deletions.
37 changes: 37 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@
History
=======

0.5.5 (2019-05-31)
------------------

dvhcalc
~~~~~~~
- Refactored bounding & resampling set up code to only execute
if conditions are met.
- Fix a bug where the resampled LUT was not calculated
correctly for DVH interpolation.

dvh
~~~
- Differential DVH calculation modified. `(#60) <https://github.com/dicompyler/dicompyler-core/pull/60>`__ `[Hideki Nakamoto] <https://github.com/inamoto85>`__
- Fix an issue with D100 not returning 0 Gy. `(#74) <https://github.com/dicompyler/dicompyler-core/pull/74>`__ `[Gabriel Couture] <https://github.com/gacou54>`__
- Preserve global maximum dose. `(#106) <https://github.com/dicompyler/dicompyler-core/pull/106>`__ `[Akihisa Wakita] <https://github.com/wkt84>`__

dicomparser
~~~~~~~~~~~
- Remove the test for existence of `ContourImageSequence` in
`GetStructureCoordinates`. `(#81) <https://github.com/dicompyler/dicompyler-core/pull/81>`__ `[Gabriel Couture] <https://github.com/gacou54>`__
- Utilize integer division when generating a background for
an image.
- Return a string for the patient's name as `PersonName3`
cannot be serialized.
- Fix a bug to return a referenced FoR if the
FrameOfReference is blank.
- Fix a bug in `GetPlan` where the wrong object names were
used. `(#43) <https://github.com/dicompyler/dicompyler-core/pull/43>`__ `[gertsikkema] <https://github.com/gertsikkema>`__
- 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.
- Fix window calculation if not present in header.
- Add checks in max, mean, min and dose_constraint for case where counts array is empty or all 0's. `(#96) <https://github.com/dicompyler/dicompyler-core/pull/96>`__ `[Nicolas Galler] <https://github.com/nicocrm>`__


0.5.4 (2018-04-02)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

# General information about the project.
project = u'dicompyler-core'
copyright = u'2016-2018, Aditya Panchal'
copyright = u'2016-2019, Aditya Panchal'

# The version info for the project you're documenting, acts as replacement
# for |version| and |release|, also used in various other places throughout
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Scientific/Engineering :: Medical Science Apps.',
'Topic :: Scientific/Engineering :: Physics'
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py36
envlist = py27, py37

[testenv]
setenv =
Expand Down

0 comments on commit 3ebe747

Please sign in to comment.