-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* breaking: remove the type enforcement with the ":" symbol * feat: allow formulas with the "=" symbol using the simpleeval package * fix: escape warnings * feat: add random functions and use compound type for eval * fix: use the method of bracket matching to avoid selection issue * fix: wrong escape * tests: add formulas tests without escaping characters * fix: missing test lines (previous conflict) * docs: changelog * Bump version: 3.0.0-dev22 → 3.0.0-dev23 --------- Co-authored-by: github-actions <[email protected]>
- Loading branch information
1 parent
41fb8ab
commit d82b182
Showing
7 changed files
with
206 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ multiversx-sdk~=1.0.0b3 | |
pandas~=2.1.1 | ||
pyyaml~=6.0 | ||
seaborn~=0.13.0 | ||
simpleeval~=1.0.3 | ||
tqdm~=4.66.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters