1.0.3
bug fixes, a few feature enhancements:
- functions ("Procedures") defined within asteval have a
_signature()
method, now use in repr - add support for deleting subscript
- nested symbol tables now have a Group() function
- update coverage config
- cleanups of exception handling : errors must now have an exception
- several related fixes to suppress repeated exceptions: see GH #132 and #129
- make non-boolean return values from comparison operators behave like Python - not immediately testing as bool