Skip to content

Releases: c42f/Underscores.jl

v3.0.0

05 Nov 04:48
daf4c64
Compare
Choose a tag to compare

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)

v2.0.0

06 Apr 14:01
2c8167c
Compare
Choose a tag to compare

Underscores v2.0.0

Diff since v1.0.0

Merged pull requests:

  • Make _ always stand for the first argument (#3) (@c42f)
  • Disable use with do syntax, for now. (#5) (@c42f)

v1.0.0

25 Mar 07:01
Compare
Choose a tag to compare

Underscores v1.0.0

Diff since v0.1.0

v0.1.0

25 Mar 07:01
Compare
Choose a tag to compare

Underscores v0.1.0

Closed issues:

  • A way to allow for filter, map piping... (#1)
  • Redesign _ -> identity transforms (#2)