@@ -9,10 +9,6 @@ detailed information, please refer to the updated API documentation.
99
1010### Added
1111
12- * ` imcflibs.strtools.pad_number ` to pad a number with leading zeros.
13- * ` imcflibs.pathtools.create_directory ` to create a new directory at the
14- specified path if it does not exist (needed for Python 2.7).
15-
1612* ** New functions** in ` imcflibs.imagej.misc ` :
1713 * ` imcflibs.imagej.misc.send_notification_email ` to send email notifications
1814 upon completion of long-running scripts.
@@ -147,9 +143,6 @@ detailed information, please refer to the updated API documentation.
147143 * ` imcflibs.imagej.shading.simple_flatfield_correction ` to perform a
148144 simple flatfield correction to an ImagePlus.
149145
150- * ` imcflibs.imagej.prefs.set_default_ij_options ` to configure ImageJ default
151- options to ensure consistent behavior.
152-
153146* ** New submodule** ` imcflibs.imagej.processing ` containing utilities for
154147 filtering and thresholding:
155148 * ` imcflibs.imagej.processing.apply_filter ` to apply a filter to an
@@ -166,6 +159,13 @@ detailed information, please refer to the updated API documentation.
166159 * ` imcflibs.imagej.bioformats.get_stage_coords ` to get stage coordinates and
167160 calibration for one or more given images.
168161
162+ * ` imcflibs.strtools.pad_number ` to pad a number with leading zeros.
163+ * ` imcflibs.pathtools.create_directory ` to create a new directory at the
164+ specified path if it does not exist (needed for Python 2.7).
165+
166+ * ` imcflibs.imagej.prefs.set_default_ij_options ` to configure ImageJ default
167+ options to ensure consistent behavior.
168+
169169* ` imcflibs.imagej.projections.project_stack ` to project a stack along a defined
170170 axis using one of the available projection methods, such as ` max ` , ` min ` ,
171171 ` mean ` , ` sum ` or ` standard_deviation ` .
0 commit comments