Skip to content

Commit

Permalink
PyRadiomics 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostJM committed May 30, 2017
1 parent 737ac26 commit fd8abd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ Internal API
- Rewrite C Extension algorithm for GSLZM. Instead of searching over the image for the next voxel when
growing a region, store all unprocessed voxels in a stack. This yields a significant increase in performance,
especially in large ROIs. Requires slightly more memory (1 array, type integer, size equal to number of voxels in
the ROI) (`#255 <https://github.com/Radiomics/pyradiomics/pull/255>`_)
the ROI) (`#257 <https://github.com/Radiomics/pyradiomics/pull/257>`_)
- Implement C extension for calculation of maximum diameters.
(`#255 <https://github.com/Radiomics/pyradiomics/pull/255>`_)
(`#257 <https://github.com/Radiomics/pyradiomics/pull/257>`_)

Cleanups
########
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[![Travis CI](https://travis-ci.org/Radiomics/pyradiomics.svg?branch=master)](https://travis-ci.org/Radiomics/pyradiomics)

# pyradiomics v1.1.1
# pyradiomics v1.2.0

## Radiomics feature extraction in Python

Expand Down

0 comments on commit fd8abd4

Please sign in to comment.