We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c056955 commit 3ccb983Copy full SHA for 3ccb983
1 file changed
CHANGELOG.md
@@ -6,10 +6,10 @@
6
7
### Added
8
9
-* `imcflibs.pathtools.join2` can be used to join paths, much like `os.path.join`
10
- except that it will work with `java.io.File` objects as well (but doesn't
11
- support more than two path components / parameters).
12
-* `imcflibs.imagej.resultstable` sub-module with the following functions:
+* New functions in `imcflibs.pathtools`:
+ * `imcflibs.pathtools.join2` can be used to join paths, much like
+ `os.path.join` except that it will work with `java.io.File` objects as well
+ (but doesn't support more than two path components / parameters).
13
* `imcflibs.imagej.resultstable.add_results_to_resultstable`
14
* `imcflibs.imagej.resultstable.get_resultstable`
15
* `imcflibs.imagej.resultstable.preset_results_column`
0 commit comments