Skip to content

Commit fd8abd4

Browse files
committed
PyRadiomics 1.2.0
1 parent 737ac26 commit fd8abd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ Internal API
8484
- Rewrite C Extension algorithm for GSLZM. Instead of searching over the image for the next voxel when
8585
growing a region, store all unprocessed voxels in a stack. This yields a significant increase in performance,
8686
especially in large ROIs. Requires slightly more memory (1 array, type integer, size equal to number of voxels in
87-
the ROI) (`#255 <https://github.com/Radiomics/pyradiomics/pull/255>`_)
87+
the ROI) (`#257 <https://github.com/Radiomics/pyradiomics/pull/257>`_)
8888
- Implement C extension for calculation of maximum diameters.
89-
(`#255 <https://github.com/Radiomics/pyradiomics/pull/255>`_)
89+
(`#257 <https://github.com/Radiomics/pyradiomics/pull/257>`_)
9090

9191
Cleanups
9292
########

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

8-
# pyradiomics v1.1.1
8+
# pyradiomics v1.2.0
99

1010
## Radiomics feature extraction in Python
1111

0 commit comments

Comments
 (0)