summaryrefslogtreecommitdiff
path: root/math/py-asteval
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26math: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07math: Remove SHA1 hashes for distfilesnia1-2/+1
2021-06-29py-numpy: "Python version >= 3.7 required."nia1-1/+2
2021-03-12py-asteval: updated to 0.9.23adam2-7/+7
0.9.23: treat all __dunder__ attributes of all objects as inherently unsafe. 0.9.22: update doc and license for 0.9.22
2021-02-08py-asteval: updated to 0.9.21adam2-7/+7
0.9.21: another important but small fix for Python 3.9 0.9.20: doc update
2020-10-05py-asteval: updated to 0.9.19adam2-7/+7
0.9.19: erge branch 'nested_interrupts_returns'
2020-04-27py-asteval: updated to 0.9.18adam2-8/+9
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
2019-10-19py-asteval: updated to 0.9.15adam3-9/+8
0.9.15: some doc improvements
2019-06-15py-asteval: updated to 0.9.14adam2-7/+10
0.9.14: Safe numpy
2018-10-11py-asteval: updated to 0.9.13adam2-7/+7
0.9.13: Bug fixes.
2018-04-14py-asteval: added version 0.9.12adam4-0/+48
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.