Commit graph

7 commits

Author SHA1 Message Date
adam
59f769729f py-asteval: updated to 0.9.21
0.9.21:
another important but small fix for Python 3.9

0.9.20:
doc update
2021-02-08 08:34:37 +00:00
adam
07b7ed52ab py-asteval: updated to 0.9.19
0.9.19:
erge branch 'nested_interrupts_returns'
2020-10-05 21:05:09 +00:00
adam
514147ed36 py-asteval: updated to 0.9.18
0.9.18:
clarify that 0.9.17 was the final version to support Py2.7

0.9.17:
add 3.8 to travis config

0.9.16:
auto-run codecov only if numpy is installed
2020-04-27 07:23:25 +00:00
adam
c9ee8eb062 py-asteval: updated to 0.9.15
0.9.15:
some doc improvements
2019-10-19 14:21:25 +00:00
adam
4b68b5820a py-asteval: updated to 0.9.14
0.9.14:
Safe numpy
2019-06-15 06:46:36 +00:00
adam
50b9e09337 py-asteval: updated to 0.9.13
0.9.13:
Bug fixes.
2018-10-11 10:07:04 +00:00
adam
89b5c72214 py-asteval: added version 0.9.12
ASTEVAL is a safe(ish) evaluator of Python expressions and statements, using
Python's ast module. The idea is to provide a simple, safe, and robust
miniature mathematical language that can handle user-input. The emphasis here
is on mathematical expressions, and so many functions from numpy are imported
and used if available.
2018-04-14 05:31:08 +00:00