Skip to content

Commit 69f0a60

Browse files
committed
Automatic formatting
1 parent ab410c8 commit 69f0a60

1 file changed

Lines changed: 18 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,29 @@ As this is a major release, not all changes and functions are listed below. For
99
### Added
1010

1111
* Various additions to `imcflibs.imagej.misc`:
12-
* `imcflibs.imagej.misc.send_notification_email` to send email notifications upon completion of long-running scripts.
13-
* Sends a mail with job details, such as recipient, file name, execution time & an optional message.
14-
* To enable email notifications, the following preferences must be set in `~/.imagej/IJ_Prefs.txt`:
12+
* `imcflibs.imagej.misc.send_notification_email` to send email notifications upon
13+
completion of long-running scripts.
14+
* Sends a mail with job details, such as recipient, file name, execution time & an
15+
optional message.
16+
* To enable email notifications, the following preferences must be set in
17+
`~/.imagej/IJ_Prefs.txt`:
1518
* .imcf.sender_email: sender's email address.
1619
* .imcf.smtpserver: the SMTP server used for sending emails.
17-
* If the sender email or SMTP server is not configured, method logs a message and exits.
18-
* `imcflibs.imagej.misc.sanitize_image_title` to remove special chars and
19-
various suffixes from an ImagePlus.
20+
* If the sender email or SMTP server is not configured, method logs a message and
21+
exits.
22+
* `imcflibs.imagej.misc.sanitize_image_title` to remove special chars and various
23+
suffixes from an ImagePlus.
2024
* `imcflibs.imagej.misc.subtract_images` to subtract an image from another.
2125
* `imcflibs.imagej.misc.close_images` for closing selected image windows.
22-
* `imcflibs.imagej.misc.get_threshold_value_from_method` to get the value that a selected AutoThreshold method would be using.
23-
*`imcflibs.imagej.misc.write_orderddict_to_csv` to write data from an ordered dictionary to a CSV file.
24-
* `imcflibs.imagej.labelimage.binary_to_label` for segmenting a binary image
25-
to get a label image (2D/3D).
26-
* `imcflibs.imagej.misc.save_image_in_format` to save an ImagePlus image in a specified format, such as ImageJ-TIF or OME-TIFF etc., to a given directory.
2726
*`imcflibs.imagej.misc.run_imarisconvert` to convert a given file to Imaris format using the utility ImarisConvert. Method uses `misc.locate_latest_imaris` to find the path to the Imaris installation.
27+
* `imcflibs.imagej.misc.get_threshold_value_from_method` to get the value that a
28+
selected AutoThreshold method would be using.
29+
*`imcflibs.imagej.misc.write_orderddict_to_csv` to write data from an ordered
30+
dictionary to a CSV file.
31+
* `imcflibs.imagej.labelimage.binary_to_label` for segmenting a binary image to get a
32+
label image (2D/3D).
33+
* `imcflibs.imagej.misc.save_image_in_format` to save an ImagePlus image in a specified
34+
format, such as ImageJ-TIF or OME-TIFF etc., to a given directory.
2835

2936
* New `imcflibs.imagej.objects3d` submodule, providing:
3037
* `imcflibs.imagej.objects3d.population3d_to_imgplus` to turn
@@ -70,7 +77,6 @@ As this is a major release, not all changes and functions are listed below. For
7077

7178
* `imcflibs.pathtools.create_directory` to create a new directory at the specified path.
7279

73-
7480
## 1.4.0
7581

7682
### Added

0 commit comments

Comments
 (0)