Skip to content

0.9.30

Compare
Choose a tag to compare
@newville newville released this 18 Jun 03:39
· 94 commits to master since this release
  • 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.