Skip to content

Commit df74f89

Browse files
committed
Modify description of the regex parameter
1 parent c99e01f commit df74f89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ detailed information, please refer to the updated API documentation.
161161

162162
### Changed
163163

164-
* `imcflibs.pathtools.listdir_matching` changed to be able to use regex patterns
165-
for matching. The regex pattern is passed as a string and the function will
166-
return a list of all files matching the regex pattern.
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.
167167
* `imcflibs.imagej.misc.calculate_mean_and_stdv` to allow for rounding the results.
168168

169169
## 1.4.0

0 commit comments

Comments
 (0)