issues
search
lmfit
/
asteval
minimalistic evaluator of python expression using ast module
https://lmfit.github.io/asteval
MIT License
183
stars
41
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
There is a bug with for nesting within a list.
#134
exgcdwu
opened
1 month ago
0
NameError oddity, undefined python variable reference
#133
Teriks
closed
1 month ago
2
Duplicated NameError in 1.0.2?
#132
ns-rorsten
closed
1 month ago
4
on_compare not properly handling non-boolean values
#131
OliverCWY
closed
2 months ago
9
fix NameError handling in expression code
#130
shazarivf
closed
3 months ago
6
Handling NameError is not working
#129
shazarivf
closed
3 months ago
3
update codecov yml
#128
newville
closed
4 months ago
0
List comprehension with multiple `for` statements does not evaluate correctly
#127
mara004
closed
4 months ago
9
Variable unpacking does not work as expected
#126
elmer-le-ai
closed
5 months ago
8
Tzahnd/python310fix
#125
tzahnd
closed
7 months ago
0
The truth value of a Series is ambiguous
#123
nursimaaigoritma
closed
8 months ago
3
Add deprecations for numpy 2.0
#122
eendebakpt
closed
1 year ago
2
add optional (non-default) nested symbol table
#121
newville
closed
1 year ago
1
ipmt throws deprecation warning in numpy 2.0.dev
#120
pllim
closed
8 months ago
2
tests/test_asteval.py::TestEval::test_set_default_nodehandler fails if Python is built without Tkiner
#119
mgorny
closed
8 months ago
4
Add `with`, `set`, `set comprehension`, `dict comprehension`
#118
newville
closed
1 year ago
1
name 'str' is not defined
#117
ialarmedalien
closed
1 year ago
1
fix pow int to negative exponent
#116
ccomb
closed
1 year ago
6
power to a negative int
#115
ccomb
closed
1 year ago
4
Fix numpy 1.24 deprecation warnings
#114
eendebakpt
closed
1 year ago
2
PyPI: also upload source tarball
#113
reneeotten
closed
2 years ago
2
🩹 Fix missing numpy rename values returned by make_symbol_table
#112
s-weigand
closed
2 years ago
10
Support regex / glob modules
#111
moloney
closed
2 years ago
2
max_time seems to be unsued
#110
ycrumeyrolle
closed
1 year ago
2
Deal with multiple list comprehension recursively.
#109
sethw-xilinx
closed
2 years ago
1
List comprehension with multiple "for" loops results in NameError
#108
sethw-xilinx
closed
2 years ago
6
Improve the propagation of Exception information (the bad name for a NameError)
#107
erik-mansson
closed
2 years ago
2
Improve performance of make_symbol_table
#106
eendebakpt
closed
2 years ago
3
Remove redundant wheel dependency from pyproject.toml
#105
mgorny
closed
2 years ago
3
Performance of Interpreter construction
#104
eendebakpt
closed
2 years ago
1
Latest release (0.9.26) has importlib_metadata/importlib.metadata bug
#103
peter1rhodes
closed
2 years ago
7
Create codeql-analysis.yml
#102
newville
closed
2 years ago
1
Missing dependency in Python 3.7
#101
jacklovell
closed
2 years ago
3
asteval segfault
#100
mpenning
closed
2 years ago
5
Returned value is repeated on next invocation of eval
#99
jprafael
closed
2 years ago
4
Does not evaluate types like eval()
#98
a-p-jo
closed
3 years ago
6
Add `raise_errors` param into documentation
#97
miso-belica
closed
3 years ago
1
Backward incompatible change is not documented
#96
miso-belica
closed
3 years ago
8
test CI with 3.10 beta3
#95
newville
closed
2 years ago
0
Fix import error on python 3.7
#94
caenrigen
closed
3 years ago
2
Import error with python 3.7 due to missing import.metadata
#93
symphoton
closed
3 years ago
5
Python 3.10: test_kaboom fails with IndexError
#92
musicinmybrain
closed
3 years ago
4
A basic non-closure form of lambda expressions.
#91
fusiongyro
closed
2 years ago
7
Supporting lambda expressions
#90
fusiongyro
closed
1 year ago
2
Fix broken links
#89
jrief
closed
3 years ago
2
hiding errors prints
#88
xhajnal
closed
8 months ago
1
deny access to any __dunder__ attributes
#87
newville
closed
3 years ago
1
Sandbox escape
#86
ross-bradley
closed
3 years ago
6
Code style and maintenance
#85
reneeotten
closed
3 years ago
1
MAINT: remove deprecated aliases when using NumPy v1.20.0
#84
reneeotten
closed
3 years ago
2
Next