Skip to content

Commit a3228e3

Browse files
authored
Fix FormulaEngine typing (#1011)
With this PR, all the typing ambiguities we had in `formula_engine.py` have been fixed.
2 parents 99b25ec + b671bea commit a3228e3

File tree

2 files changed

+320
-310
lines changed

2 files changed

+320
-310
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@
3939
- Fixed a bug in the code examples in the getting-started tutorial.
4040
- Fixed a bug in `ConfigManagingActor` that was not properly comparing the event path to the config file path when the config file is a relative path.
4141
- Re-expose `ComponentMetricId` to the docs.
42+
- Fixed typing ambiguities when building composite formulas on streaming data.

0 commit comments

Comments
 (0)