- Use zip for sumif and countif so list comprehensions need not to be evaluated - Suppressed brackets in parser and changed code accordingly - Some refactoring for readability
0.2.2
- Fix for sum, sumif, count and countif with list comprehensions
0.2.1
- Added list comprehension for countif - Fixed issue with evaluating first part of list comprehension - Second parameter of split starts at 1
0.2.0
- Converted docs to mkdocs and added ruff - Changed setup.py to pyproject.toml - Deleted (some) redundant parentheses in rule code - Restructured code to parse rule tree to rule code - Fixed incorrect parsing of negative numbers in rule expressions - Fixed issue when applying tolerance and decimal to comparisons with strings - Fixed issue with identifying empty strings in rule expressions
0.1.30
- Added functionality for countif and sumif - Bug fix for tolerances in combination with >=, <=, > and < - Bug fix for tolerances in formulas like A - B - C - Added tests for these bug fixes