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 b97003e commit a425c40Copy full SHA for a425c40
RELEASE_NOTES.md
@@ -27,11 +27,12 @@
27
- Provide access to `capacity` (maximum number of elements) in `MovingWindow`.
28
- Methods to retrieve oldest and newest timestamp of valid samples are added to both.
29
30
-
31
- Now when printing `FormulaEngine` for debugging purposes the the formula will be shown in infix notation, which should be easier to read.
32
33
- The CI now runs cross-arch tests on `arm64` architectures.
34
+- The `min` and `max` functions in the `FormulaEngine` are now public. Note that the same functions have been public in the builder.
35
+
36
## Bug Fixes
37
38
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments