You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Added
11
+
- Argument `include_module=False` for function `misc.tname()`.
10
12
11
13
### Removed
12
-
* Module `rics.ml.time_split`. use the `time-split`[](https://pypi.python.org/pypi/time-split) package instead.
14
+
- Module `rics.ml.time_split`. use the `time-split`[](https://pypi.python.org/pypi/time-split) package instead.
13
15
14
16
## [4.1.1] - 2024-06-29
15
17
@@ -19,19 +21,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
21
## [4.1.0] - 2024-05-25
20
22
21
23
### Added
22
-
* New module `rics.paths`; `paths.parse_any_path()`, derived functions `any_path_to_str()` and `any_path_to_path()`.
23
-
* New module `rics.strings`. Moved `format_perf_counter()` and `format_seconds()`.
24
-
* New function `strings.format_bytes()`.
25
-
* New function `rics.collections.dicts.format_changed_keys()`.
24
+
- New module `rics.paths`; `paths.parse_any_path()`, derived functions `any_path_to_str()` and `any_path_to_path()`.
25
+
- New module `rics.strings`. Moved `format_perf_counter()` and `format_seconds()`.
26
+
- New function `strings.format_bytes()`.
27
+
- New function `rics.collections.dicts.format_changed_keys()`.
26
28
27
29
### Deprecated
28
-
* Module `rics.ml.time_split`. use the `time-split`[](https://pypi.python.org/pypi/time-split) package instead.
29
-
* Functions `rics.performance.format_perf_counter()` and `format_seconds()`. Use `rics.strings`-functions instead.
30
+
- Module `rics.ml.time_split`. use the `time-split`[](https://pypi.python.org/pypi/time-split) package instead.
31
+
- Functions `rics.performance.format_perf_counter()` and `format_seconds()`. Use `rics.strings`-functions instead.
30
32
31
33
## [4.0.1] - 2024-03-21
32
34
33
35
### Fixed
34
-
* Fix RTD build. Docs for `4.0.0` are not available, but `4.0.1` docs are identical.
36
+
- Fix RTD build. Docs for `4.0.0` are not available, but `4.0.1` docs are identical.
0 commit comments