Skip to content

Tags: ljelen/pytrip

Tags

v2.5.3

Toggle v2.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
removing versioneer (pytrip#486)

* removing versioneer

* missing import added

* PEP8 fix

* cleaning

* testing distutils import

* newer packages for appveyor

* user installation

v2.5.2

Toggle v2.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/482 fix release making (pytrip#483)

* bringing back packaging command
* enabling deploy
minor cleaning

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/482 fix release making (pytrip#483)

* bringing back packaging command
* enabling deploy
minor cleaning

v2.5.0

Toggle v2.5.0's commit message
util.py: basenames returned also for paths (pytrip#471)

* Fix for pytrip#456

* be more clear on what is the basename.

* cosmetics

v2.4.1

Toggle v2.4.1's commit message
set basename upon dicom CT and RTSS import (pytrip#468)

* set basename upon dicom CT and RTSS import

* replace any whitespace

v2.4.0

Toggle v2.4.0's commit message
Multi-contour per VOI (pytrip#466)

* Add multiple contour reading.

* Cleanup code, proper checking for CLOSED_PLANAR tag.

* API change

* fix pytest timeout

* Refactoring and more documentation.

* Deprecation fixes. get_voi_name and sagital

* clean whitepsace

* Adjust contour_closed in case of single points in DICOM contour.

* Fix api adjustments, more documentation.

* as requested.

v2.3.2

Toggle v2.3.2's commit message
Possible fix for pytrip#460. (pytrip#463)

v2.3.1

Toggle v2.3.1's commit message
Fix volhist issues (pytrip#453)

* Fix pytrip#452

* Fix pytrip#451

* A few more bug fixes, add type to LET cube.

* amend review

* Fix error when no mask is available.

* when will this end..

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
corrected fluence normalization (pytrip#450)

* corrected fluence normalization

* fluence replaced with particle number

* more renaming

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
spc2pdf implementation (pytrip#442)

* spc2pdf initial implementation

* fixed matplotlib issue on travis,
added optional logscale on plots and possibility to select colormap

* fixed plotting SPC with non-uniform depth steps

* python3.2 exception added

* test adjusted to python3.2 fix

* adapt tests

* plotting spectra at selected depths

* silencing flake8 complains

* pip 10 fixes on appveyor

* pip fixes