Commit graph

2 commits

Author SHA1 Message Date
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