Releases: PyCQA/redbaron
Releases · PyCQA/redbaron
0.9.2 (2019-03-17)
- fix a situation in .help() where some code where colorized twice by @Hanaasagi #182
0.9.1 (2019-02-01)
- fix .names() and variations that didn't handle the case where there was "()" on FromImport nodes
0.9 full python 3 (up to 3.7) parsing (2019-02-01)
-
full python 3.7 syntax support
-
BREAKING CHANGE: annotations are now member of {Def,List,Dict}Argument to flatten the data structure, TypedNameNode doesn't exist anymore
-
add support for return annotation by bram
-
add support for variable annotation #177 by scottbelden and additional work by bram
-
add support for raise from by bram
0.8 (2018-10-29)
- add support to typed function arguments #168 Scott Belden and additional work by bram
- add support to set async attributes to with/for nodes, was missing in previous release
0.7 (2018-08-21)
- fix to_python() when strings are indented by stripping whitespace before evaluating by duncf #140
Python 3 support (based on work in Baron):
- support ellipsis
- support matrix operator
- support f-strings
- support numeric literals
- support nonlocal statement
- support keyword only markers
- support yield from statement
- support async/await statements
0.7 (2018-08-21)
- fix to_python() when strings are indented by stripping whitespace before evaluating by duncf #140
Python 3 support (based on work in Baron):
- support ellipsis
- support matrix operator
- support f-strings
- support numeric literals
- support nonlocal statement
- support keyword only markers
- support yield from statement
- support async/await statements