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 22bf8bf commit 0e7f601Copy full SHA for 0e7f601
1 file changed
CHANGELOG.md
@@ -9,6 +9,20 @@
9
* `pathtools.join2` can be used to join paths, much like `os.path.join` except
10
that it will work with `java.io.File` objects as well (but doesn't support
11
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`
26
27
### Changed
28
0 commit comments