Changelog for
python311-asteval-0.9.33-1.1.noarch.rpm :
* Wed Jun 12 2024 Dirk Müller
- update to 0.9.33:
* fixes for multiple list comprehensions (addressing #126)
* add testing with optionally installed numpy_financial to CI
* test existence of all numpy imports to better safeguard against missing functions (for safer numpy 2 transition)
* update rendered doc to include PDF and zipped HTML
* Fri Mar 22 2024 Dirk Müller - update to 0.9.32:
* add deprecations message for numpy functions to be removed in numpy 2.0
* comparison operations use try/except for short-circuiting instead of checking for numpy arrays (addressing #123)
* add Python 3.12 to testing
* move repository from \"newville\" to \"lmfit\" organization
* update doc theme, GitHub locations pointed to by docs, other doc tweaks.
* Tue Jul 18 2023 Antonio Teixeira - Update to 0.9.31:
* cleanup numpy imports to avoid deprecated functions, add financial functions from numpy_financial module, if installed.
* prefer \'user_symbols\' when initializing Interpreter, but still support \'usersyms\' argument. Will deprecate and remove eventually.
* add support of optional (off-by default) \"nested symbol table\".
* update tests to run most tests with symbol tables of dict and nested group type.
* general code and testing cleanup.
* add config argument to Interpreter to more fully control which nodes are supported
* add support for import and importfrom -- off by default
* add support for with blocks
* add support for f-strings
* add support of set and dict comprehension
* fix bug with \'int
*
*int\' not returning a float.
* Thu Feb 16 2023 Dirk Müller - update to 0.9.29:
* bug fixes
* Thu Dec 01 2022 Yogalakshmi Arunachalam - Update to 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
* Tue Sep 06 2022 Yogalakshmi Arunachalam - update to 0.9.27:
* more cleanups
* Sun Jan 23 2022 Dirk Müller - update to 0.9.26:
* fix setup.py again
* Sat Jan 15 2022 Dirk Müller - update to 0.9.25:
* fixes import errors for Py3.6 and 3.7, setting version with importlib_metadata.version if available.
* use setuptools_scm and importlib for version
* treat all __dunder__ attributes of all objects as inherently unsafe.
* Wed Feb 17 2021 Ben Greiner - Update to 0.9.22
* another important but small fix for Python 3.9
* Merge branch \'nested_interrupts_returns\'- Drop hard numpy requirement, don\'t test on python36
* Fri Jan 17 2020 Marketa Calabkova - update to 0.9.18
* drop python2
* few fixes