@@ -63,8 +63,8 @@ detailed information, please refer to the updated API documentation.
6363* New ` imcflibs.imagej.bdv ` submodule, providing BigDataViewer related
6464 functions:
6565 * New classes:
66- * ` ProcessingOptions ` to store all options on how to process the dataset.
67- * ` DefinitionOptions ` to store all options on how to define the dataset.
66+ * ` imcflibs.imagej.bdv. ProcessingOptions` to store all options on how to process the dataset.
67+ * ` imcflibs.imagej.bdv. DefinitionOptions` to store all options on how to define the dataset.
6868 * ` imcflibs.imagej.bdv.check_processing_input ` to sanitize and clarify the
6969 acitt input selection.
7070 * ` imcflibs.imagej.bdv.get_processing_settings ` to generate the strings needed
@@ -76,7 +76,7 @@ detailed information, please refer to the updated API documentation.
7676 Dataset" using the "Manual Loader" option.
7777 * ` imcflibs.imagej.bdv.resave_as_h5 ` to resave the dataset in H5 to make it
7878 compatible with BigDataViewer/BigStitcher.
79- * ` imcflibs.imagej.bdv.flip_axes ` tocall BigStitcher's "Flip Axes" command.
79+ * ` imcflibs.imagej.bdv.flip_axes ` to call BigStitcher's "Flip Axes" command.
8080 * ` imcflibs.imagej.bdv.phase_correlation_pairwise_shifts_calculation ` to
8181 calculate pairwise shifts using Phase Correlation.
8282 * ` imcflibs.imagej.bdv.filter_pairwise_shifts ` for filtering pairwise shifts
@@ -94,7 +94,7 @@ detailed information, please refer to the updated API documentation.
9494* New ` imcflibs.imagej.trackmate ` submodule to provide helper functions to
9595 interface with Trackmate:
9696 * Multiple functions to set up Trackmate settings with different detectors,
97- such as ` cellpose ` , ` StarDist ` or a ` log detector ` .
97+ such as ` imcflibs.imagej.trackmate.cellpose_detector ` , ` imcflibs.imagej.trackmate.stardist_detector ` or a ` imcflibs.imagej.trackmate.log_detector ` .
9898 * ` imcflibs.imagej.trackmate.spot_filtering ` to create settings to filter
9999 detected spots based on optional thresholds for quality, area, circularity &
100100 intensity.
@@ -159,6 +159,13 @@ detailed information, please refer to the updated API documentation.
159159* ` imcflibs.imagej.projections.project_stack ` to project along a defined axis
160160 using the given projection type.
161161
162+ ### Changed
163+
164+ * ` imcflibs.pathtools.listdir_matching ` now has an additional optional boolean
165+ parameter ` regex ` to request the parameter ` suffix ` being interpreted as a
166+ regular expression for filtering.
167+ * ` imcflibs.imagej.misc.calculate_mean_and_stdv ` to allow for rounding the results.
168+
162169## 1.4.0
163170
164171### Added
0 commit comments