Skip to content

Releases: lmfit/asteval

0.9.29

11 Feb 21:55
Compare
Choose a tag to compare

bug fixes

0.9.28

07 Nov 21:52
Compare
Choose a tag to compare
  • 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

24 May 15:52
Compare
Choose a tag to compare
more cleanups

0.9.26

16 Jan 14:50
Compare
Choose a tag to compare
fix setup.py again

0.9.25

22 Jun 12:00
Compare
Choose a tag to compare

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

22 Jun 01:19
Compare
Choose a tag to compare
use setuptools_scm and importlib for version

0.9.23

26 Feb 19:43
Compare
Choose a tag to compare

treat all __dunder__ attributes of all objects as inherently unsafe.

0.9.22

11 Feb 21:03
Compare
Choose a tag to compare
update doc and license for 0.9.22

0.9.21

15 Nov 20:06
Compare
Choose a tag to compare

another important but small fix for Python 3.9

0.9.20

15 Nov 03:32
Compare
Choose a tag to compare
doc update