Skip to content

Releases: axiacore/py-expression-eval

0.3.14

26 Aug 22:42
Compare
Choose a tag to compare

Fixes:

  • Swap math.pow with self.pow #69

0.3.13

04 May 15:15
Compare
Choose a tag to compare

Fixes:

  • Parse 'in ' operator with space at the end so functions named 'in*' are supported

v0.3.12

23 Feb 13:10
Compare
Choose a tag to compare

Fixes:

  • Removed unprintable character (0xC2)

0.3.11

15 Jan 18:48
Compare
Choose a tag to compare
  • Make string literal quote types configurable

v0.3.10

14 Aug 14:39
Compare
Choose a tag to compare
  • Add IN operator
  • Add NOT ans XOR operators
  • Add trigonometric functions: sind, cosd, tand, asind, acosd, atand
  • Fix random function

v0.3.9

17 Jul 19:38
Compare
Choose a tag to compare
  • Fix: allow strings with double quotes

Support for ** math.power, fixes

06 May 15:16
Compare
Choose a tag to compare
v0.3.7

Bumped version for 0.3.7 release.

v0.3.5

20 Sep 22:30
e5c2312
Compare
Choose a tag to compare
Merge pull request #34 from flotwig/allow-abrupt-decimals

Support decimals beginning with only a dot

v0.3.4

02 Sep 22:01
Compare
Choose a tag to compare
  • Fix for division error #17

v0.3.3

19 Aug 13:52
Compare
Choose a tag to compare

Inequality operators and other fixes