summaryrefslogtreecommitdiff
path: root/math/py-asteval/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-11-15py-asteval: updated to 0.9.28adam1-8/+3
0.9.28 add support for Python 3.11 add support for multiple list comprehensions improve performance of making the initial symbol table, and Interpreter creation, including better checking for index_tricks attributes
2022-06-08py-asteval: updated to 0.9.27adam1-2/+2
0.9.27 more cleanups
2022-01-17py-asteval: updated to 0.9.26adam1-4/+8
0.9.26: fix setup.py again
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-12-30Forget about Python 3.6adam1-2/+2
2021-11-04py-asteval: updated to 0.9.25adam1-4/+4
0.9.25 fixes import errors for Py3.6 and 3.7, setting version with importlib_metadata.version if available. also fixes CI testing with github actions so that the proper version of Python is actually used in the test! 0.9.24 use setuptools_scm and importlib for version
2021-06-29py-numpy: "Python version >= 3.7 required."nia1-1/+2
2021-03-12py-asteval: updated to 0.9.23adam1-2/+2
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.21adam1-2/+2
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.19adam1-2/+2
0.9.19: erge branch 'nested_interrupts_returns'
2020-04-27py-asteval: updated to 0.9.18adam1-3/+4
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.15adam1-2/+2
0.9.15: some doc improvements
2019-06-15py-asteval: updated to 0.9.14adam1-2/+5
0.9.14: Safe numpy
2018-10-11py-asteval: updated to 0.9.13adam1-2/+2
0.9.13: Bug fixes.
2018-04-14py-asteval: added version 0.9.12adam1-0/+19
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.