File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments