Skip to content

Releases: pybpc/walrus

walrus v0.1.4

09 Mar 15:23
0aff219
Compare
Choose a tag to compare

New distribution [0.1.4]

  • minor bugfix in function (with return type annotations) processing

walrus v0.1.3

11 Dec 15:30
f7ac9b1
Compare
Choose a tag to compare

New distribution [0.1.3]

  • fix argparse help format string bug (many thanks to @gousaiyang)

walrus v0.1.2.post1

28 Nov 12:11
8f52dd0
Compare
Choose a tag to compare

New distribution [0.1.2.post1]

Get all errors from parso, as hints from davidhalter/parso#89

walrus v0.1.2

27 Nov 13:34
5ca2f7b
Compare
Choose a tag to compare

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

26 Nov 13:36
394dccd
Compare
Choose a tag to compare

New distribution [0.1.1]

  • fixed classvar conversion error
  • revised linting system
  • revised packaging
  • revised unittest

walrus v0.1.0

25 Nov 15:35
e6270ab
Compare
Choose a tag to compare

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