Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Releases: axiacore/py-expression-eval

0.3.14

26 Aug 22:42

Choose a tag to compare

Fixes:

  • Swap math.pow with self.pow #69

0.3.13

04 May 15:15

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

Choose a tag to compare

Fixes:

  • Removed unprintable character (0xC2)

0.3.11

15 Jan 18:48

Choose a tag to compare

  • Make string literal quote types configurable

v0.3.10

14 Aug 14:39

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

Choose a tag to compare

  • Fix: allow strings with double quotes

Support for ** math.power, fixes

06 May 15:16

Choose a tag to compare

v0.3.7

Bumped version for 0.3.7 release.

v0.3.5

20 Sep 22:30
e5c2312

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

Choose a tag to compare

  • Fix for division error #17

v0.3.3

19 Aug 13:52

Choose a tag to compare

Inequality operators and other fixes