| Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
0.9.27
more cleanups
|
|
0.9.26:
fix setup.py again
|
|
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
|
|
|
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
|
|
|
|
0.9.23:
treat all __dunder__ attributes of all objects as inherently unsafe.
0.9.22:
update doc and license for 0.9.22
|
|
0.9.21:
another important but small fix for Python 3.9
0.9.20:
doc update
|
|
0.9.19:
erge branch 'nested_interrupts_returns'
|
|
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
|
|
0.9.15:
some doc improvements
|
|
0.9.14:
Safe numpy
|
|
0.9.13:
Bug fixes.
|
|
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.
|