Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Nov 04:48
daf4c64

Underscores v3.0.0

Diff since v2.0.0

Closed issues:

  • Behavior of _ is confusing with infix operators (#6)
  • Interaction with indexing brackets (#8)
  • @_ within the selector Fun part of DataFrames.select (#16)
  • Doesn't with ternary operators (#18)
  • Broadcasted piping .|> (#20)

Merged pull requests:

  • Fix a typo in the rules examples (#9) (@laborg)
  • Recurse _ to bypass square brackets, and usually-infix operators (#10) (@mcabbott)
  • Recurse _ past ternary operator (#19) (@mcabbott)
  • Allow broadcasted pipes (#21) (@mcabbott)
  • CI + docs refresh to new julia versions (#23) (@c42f)