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 7d78ffa commit 7445465Copy full SHA for 7445465
RELEASE_NOTES.md
@@ -100,6 +100,12 @@ This release replaces the `@actor` decorator with a new `Actor` class.
100
101
- `Actor`: This new class inherits from `BackgroundService` and it replaces the `@actor` decorator.
102
103
+- Newly added `min` and `max` functions for Formulas. They can be used as follows:
104
+
105
+ ```python
106
+ formula1.min(formula2)
107
+ ```
108
109
## Bug Fixes
110
111
- Fixes a bug in the ring buffer updating the end timestamp of gaps when they are outdated.
0 commit comments