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
The `MovingWindow` constructor now takes all arguments as keyword-only
to avoid mistakes, such as confusing the `size` with the
`input_sampling_period`.
Signed-off-by: Leandro Lucarella <[email protected]>
Copy file name to clipboardexpand all lines: RELEASE_NOTES.md
+2
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
actor = ConfigManagingActor(config_files=["config.toml"])
16
16
```
17
17
18
+
* The `MovingWindow` now take all arguments as keyword-only to avoid mistakes.
19
+
18
20
## New Features
19
21
20
22
- The `ConfigManagingActor` can now take multiple configuration files as input, allowing to override default configurations with custom configurations.
0 commit comments