1- # Changelog 🧾
2-
31<!-- markdownlint-disable MD024 (no-duplicate-header) -->
2+ <!-- markdownlint-configure-file { "emphasis-style": { "style": "asterisk" } } -->
3+
4+ # Changelog 🧾
45
56## 1.5.0
67
@@ -29,13 +30,13 @@ API documentation][apidocs].
2930* ` imcflibs.imagej.misc.subtract_images ` to subtract an image from another.
3031* ` imcflibs.imagej.misc.close_images ` for closing all ImagePluses from a list.
3132* ` imcflibs.imagej.misc.get_threshold_value_from_method ` to get the value that a
32- selected _ AutoThreshold _ method would be using.
33+ selected * AutoThreshold * method would be using.
3334* ` imcflibs.imagej.misc.write_ordereddict_to_csv ` to write data from an ordered
3435 dictionary (or list of ordered dictionaries) to a CSV file.
3536* ` imcflibs.imagej.misc.save_image_in_format ` to save an ImagePlus in a
3637 specified format, such as ` ImageJ-TIF ` or ` OME-TIFF ` etc.
3738* ` imcflibs.imagej.misc.run_imarisconvert ` to convert a given file to Imaris
38- format using the utility _ ImarisConvert _ . The function uses
39+ format using the utility * ImarisConvert * . The function uses
3940 ` imcflibs.imagej.misc.locate_latest_imaris ` to find the path to the most
4041 recent Imaris installation.
4142
@@ -47,16 +48,16 @@ API documentation][apidocs].
4748* ` imcflibs.imagej.labelimage.binary_to_label ` for segmenting a binary image to
4849 get a label image (2D/3D).
4950* ` imcflibs.imagej.labelimage.relate_label_images ` to relate two label images
50- (2D/3D) using the _ 3D Association _ plugin from the 3DImageJSuite.
51+ (2D/3D) using the * 3D Association * plugin from the 3DImageJSuite.
5152* ` imcflibs.imagej.labelimage.dilate_labels_2d ` to dilate a label image slice by
5253 slice. Works for 2D or 3D images.
5354
5455#### New submodule ` imcflibs.imagej.objects3d `
5556
5657* ` imcflibs.imagej.objects3d.population3d_to_imgplus ` to turn an
57- _ Objects3DPopulation _ into an ImagePlus (2D/3D).
58+ * Objects3DPopulation * into an ImagePlus (2D/3D).
5859* ` imcflibs.imagej.objects3d.imgplus_to_population3d ` to get the
59- _ Objects3DPopulation _ from an ImagePlus (2D/3D).
60+ * Objects3DPopulation * from an ImagePlus (2D/3D).
6061* ` imcflibs.imagej.objects3d.segment_3d_image ` to threshold an image into a
6162 labeled stack.
6263* ` imcflibs.imagej.objects3d.get_objects_within_intensity ` to filter a
@@ -68,7 +69,7 @@ API documentation][apidocs].
6869
6970#### New submodule ` imcflibs.imagej.bdv `
7071
71- Providing _ BigDataViewer _ related functionality.
72+ Providing * BigDataViewer * related functionality.
7273
7374* Option configuration classes:
7475 * ` imcflibs.imagej.bdv.ProcessingOptions ` to configure the options on how the
@@ -80,31 +81,31 @@ Providing _BigDataViewer_ related functionality.
8081* ` imcflibs.imagej.bdv.get_processing_settings ` to generate the strings needed
8182 for the processing.
8283* ` imcflibs.imagej.bdv.backup_xml_files ` to create a backup of BDV-XML files.
83- * ` imcflibs.imagej.bdv.define_dataset_auto ` to run "_ Define Multi-View Dataset _ "
84- using the "_ Auto-Loader _ " option.
85- * ` imcflibs.imagej.bdv.define_dataset_manual ` to run "_ Define Multi-View
86- Dataset _ " using the "_ Manual Loader _ " option.
84+ * ` imcflibs.imagej.bdv.define_dataset_auto ` to run "* Define Multi-View Dataset * "
85+ using the "* Auto-Loader * " option.
86+ * ` imcflibs.imagej.bdv.define_dataset_manual ` to run "* Define Multi-View
87+ Dataset * " using the "* Manual Loader * " option.
8788* ` imcflibs.imagej.bdv.resave_as_h5 ` to resave the dataset in H5 to make it
8889 compatible with BigDataViewer/BigStitcher.
89- * ` imcflibs.imagej.bdv.flip_axes ` to call BigStitcher's "_ Flip Axes _ " command.
90+ * ` imcflibs.imagej.bdv.flip_axes ` to call BigStitcher's "* Flip Axes * " command.
9091* ` imcflibs.imagej.bdv.phase_correlation_pairwise_shifts_calculation ` to
9192 calculate pairwise shifts using Phase Correlation.
9293* ` imcflibs.imagej.bdv.filter_pairwise_shifts ` for filtering pairwise shifts
9394 based on different thresholds.
9495* ` imcflibs.imagej.bdv.optimize_and_apply_shifts ` to optimize shifts and apply
9596 them to a dataset.
96- * ` imcflibs.imagej.bdv.detect_interest_points ` for running the "_ Detect Interest
97- Points _ " command for registration.
98- * ` imcflibs.imagej.bdv.interest_points_registration ` to run the "_ Register
99- Dataset based on Interest Points _ " command.
97+ * ` imcflibs.imagej.bdv.detect_interest_points ` for running the "* Detect Interest
98+ Points * " command for registration.
99+ * ` imcflibs.imagej.bdv.interest_points_registration ` to run the "* Register
100+ Dataset based on Interest Points * " command.
100101* ` imcflibs.imagej.bdv.duplicate_transformations ` for duplicating / propagating
101102 transformation parameters to other channels.
102- * ` imcflibs.imagej.bdv.fuse_dataset ` to call BigStitcher's "_ Fuse Multi-View
103- Dataset _ " command.
103+ * ` imcflibs.imagej.bdv.fuse_dataset ` to call BigStitcher's "* Fuse Multi-View
104+ Dataset * " command.
104105
105106#### New submodule ` imcflibs.imagej.trackmate `
106107
107- Providing helper functions to interface with _ Trackmate _ .
108+ Providing helper functions to interface with * Trackmate * .
108109
109110* Multiple functions to set up Trackmate settings with different detectors:
110111 * ` imcflibs.imagej.trackmate.cellpose_detector `
@@ -124,7 +125,7 @@ Providing helper functions to interface with _Trackmate_.
124125
125126#### New submodule ` imcflibs.imagej.omerotools `
126127
127- Providing helper functions to connect to _ OMERO _ using user credentials, fetch
128+ Providing helper functions to connect to * OMERO * using user credentials, fetch
128129and upload images, retrieve datasets or save ROIs to OMERO.
129130
130131* ` imcflibs.imagej.omerotools.parse_url ` to parse the OMERO URL and get a list
@@ -141,8 +142,8 @@ and upload images, retrieve datasets or save ROIs to OMERO.
141142 annotations from an OMERO object.
142143* ` imcflibs.imagej.omerotools.find_dataset ` to find a dataset in OMERO using the
143144 dataset ID.
144- * ` imcflibs.imagej.omerotools.get_acquisition_metadata ` to get the acquisition metadata
145- from an image in OMERO.
145+ * ` imcflibs.imagej.omerotools.get_acquisition_metadata ` to get the acquisition
146+ metadata from an image in OMERO.
146147* ` imcflibs.imagej.omerotools.get_info_from_original_metadata ` to get the
147148 original metadata from an image in OMERO.
148149* ` imcflibs.imagej.omerotools.create_table_columns ` to create OMERO table
@@ -259,7 +260,7 @@ Utilities for filtering and thresholding.
259260
260261* The functions below now also accept parameters of type ` java.io.File ` (instead
261262 of ` str ` ), making them safe for being used directly with variables retrieved
262- via ImageJ2's _ Script Parameter _ ` @# File ` :
263+ via ImageJ2's * Script Parameter * ` @# File ` :
263264 * ` imcflibs.pathtools.parse_path `
264265 * ` imcflibs.strtools.filename `
265266* Several changes in ` imcflibs.pathtools.parse_path ` :
0 commit comments