Skip to content

Commit 758d7e2

Browse files
lguerardehrenfeu
authored andcommitted
Add modification to listdir_matching
1 parent 6f8ca96 commit 758d7e2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
@@ -158,6 +158,12 @@ detailed information, please refer to the updated API documentation.
158158

159159
* `imcflibs.imagej.projections.project_stack` to project along a defined axis
160160
using the given projection type.
161+
162+
### Changed
163+
164+
* `imcflibs.listdir_matching` changed to be able to use regex patterns for
165+
matching. The regex pattern is passed as a string and the function will
166+
return a list of all files matching the regex pattern.
161167

162168
## 1.4.0
163169

0 commit comments

Comments
 (0)