Releases: axiacore/py-expression-eval
Releases · axiacore/py-expression-eval
0.3.14
0.3.13
Fixes:
- Parse 'in ' operator with space at the end so functions named 'in*' are supported
v0.3.12
Fixes:
- Removed unprintable character (0xC2)
0.3.11
- Make string literal quote types configurable
v0.3.10
- Add IN operator
- Add NOT ans XOR operators
- Add trigonometric functions:
sind
,cosd
,tand
,asind
,acosd
,atand
- Fix
random
function
v0.3.9
- Fix: allow strings with double quotes
Support for ** math.power, fixes
v0.3.7 Bumped version for 0.3.7 release.
v0.3.5
Merge pull request #34 from flotwig/allow-abrupt-decimals Support decimals beginning with only a dot
v0.3.4
v0.3.3
Inequality operators and other fixes