Age | Commit message (Collapse) | Author | Files | Lines |
|
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
|
|
|
|
|
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.
|