Releases: pybpc/walrus
Releases · pybpc/walrus
walrus v0.1.4
walrus v0.1.3
New distribution [0.1.3]
- fix argparse help format string bug (many thanks to @gousaiyang)
walrus v0.1.2.post1
New distribution [0.1.2.post1]
Get all errors from parso, as hints from davidhalter/parso#89
walrus v0.1.2
New distribution [0.1.2]
- updated bash completion
- updated README
- fixed lambda conversion
- fixed line seperator guessing
- added universal unique UUID 4 generator
- added some more test cases (need reporting issues to
parso
)
walrus v0.1.1
New distribution [0.1.1]
- fixed classvar conversion error
- revised linting system
- revised packaging
- revised unittest
walrus v0.1.0
Initial release [0.1.0]
- implemented conversion algorithm to convert
:=
(walrus) operations / assignment expressions to pre-3.8 compatible codes - implemented auto detection of line seperator and tab size based on source code context