Skip to content

Commit 0e7f601

Browse files
committed
More changelog entries
1 parent 22bf8bf commit 0e7f601

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99
* `pathtools.join2` can be used to join paths, much like `os.path.join` except
1010
that it will work with `java.io.File` objects as well (but doesn't support
1111
more than two path components / parameters).
12+
* `resultstable` sub-module with the following functions:
13+
* `add_results_to_resultstable`
14+
* `get_resultstable`
15+
* `preset_results_column`
16+
* `misc.timed_log` for printing log messages with a timestamp.
17+
* Several functions in the `misc` submodule:
18+
* `calculate_mean_and_stdv`
19+
* `elapsed_time_since`
20+
* `find_focus`
21+
* `get_free_memory`
22+
* `percentage`
23+
* `progressbar`
24+
* `setup_clean_ij_environment`
25+
* `timed_log`
1226

1327
### Changed
1428

0 commit comments

Comments
 (0)