Skip to content

Commit 03bfd3a

Browse files
committed
Restructure / group the "Changed" section
1 parent bd864d8 commit 03bfd3a

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,15 @@
3636

3737
### Changed
3838

39-
* `imcflibs.strtools.filename` and `imcflibs.pathtools.parse_path` can now also
40-
work on `java.io.File` objects, which happen to be the type when using
41-
ImageJ2's *Script Parameter* `@# File`.
42-
* The dict returned by `imcflibs.pathtools.parse_path` now also contains the key
43-
`basename` that provides the filename without extension.
44-
* `imcflibs.pathtools.parse_path` treats OME-TIFF filenames as special cases now
45-
in the sense that the `.ome` part is stripped from the `basename` key and
46-
added to the `ext` key instead (as it is part of the suffix).
39+
* The functions below now also accept parameters of type `java.io.File` (instead
40+
of `str`), making them safe for being used directly with variables retrieved
41+
via ImageJ2's *Script Parameter* `@# File`:
42+
* `imcflibs.pathtools.parse_path`
43+
* `imcflibs.strtools.filename`
44+
* Several changes in `imcflibs.pathtools.parse_path`:
45+
* The returned dict now contains an additional key `basename` that provides
46+
the filename without extension.
47+
* OME-TIFF filenames are now treated as special cases in the sense that the
48+
`.ome` part is stripped from the `basename` key and added to the `ext` key
49+
instead (as it is part of the suffix).
4750
* Many improvements / clarifications in function docstrings.

0 commit comments

Comments
 (0)