Skip to content

Releases: JuliaData/DataFramesMeta.jl

v0.15.2

20 Mar 18:22
bed917d
Compare
Choose a tag to compare

DataFramesMeta v0.15.2

Diff since v0.15.0

Merged pull requests:

v0.15.0

03 Mar 22:54
941775f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.1...v0.15.0

v0.14.1

07 Nov 18:19
a0fb19f
Compare
Choose a tag to compare

DataFramesMeta v0.14.1

Diff since v0.14.0

Merged pull requests:

Closed issues:

  • Access subdf in @by and @combine (#360)
  • ByRow not defined when importing DataFramesMeta (#365)

v0.14.0

09 Apr 17:37
b15eb24
Compare
Choose a tag to compare

DataFramesMeta v0.14.0

Diff since v0.13.0

Closed issues:

  • Add the @rename macro (#204)
  • Github releases not in sync with registered versions (#351)
  • typos (#354)
  • Macro @rolling for scrolling through a column or columns of values? (#356)

Merged pull requests:

v0.13.0

23 Jan 20:36
da11209
Compare
Choose a tag to compare

DataFramesMeta v0.13.0

Diff since v0.11.0

Closed issues:

  • Add a unique macro (#233)
  • How to pass NamedTuple into ByRow function (#309)
  • Error .* not defined with @by (#328)
  • The latest version is not installed (#329)
  • Symbol Causes Trouble in @transform! (#330)
  • Subset with regex (#331)
  • Problem with eachrow and eachrow! + break/continue (#334)
  • Problems in @orderby (#337)
  • Keyword Argument Not Working for @rsubset (#344)
  • operators do not work inside function call inside macros (#352)

Merged pull requests:

v0.11.0

18 Apr 19:32
3d97f83
Compare
Choose a tag to compare

DataFramesMeta v0.11.0

Diff since v0.10.0

Closed issues:

  • Make docs work on master (#295)

Merged pull requests:

v0.10.0

16 Oct 16:25
4d3d74d
Compare
Choose a tag to compare

DataFramesMeta v0.10.0

Diff since v0.9.1

Closed issues:

  • Re-factor expression handling (#230)
  • update NEWS.md (#269)

Merged pull requests:

v0.9.1

07 Oct 20:15
9b696ed
Compare
Choose a tag to compare

DataFramesMeta v0.9.1

Diff since v0.9.0

  • Macros @rtransform! and @rselect! now transform the data frame, in place, fixing #293 (#294)

v0.9.0

13 Aug 14:24
e65c90f
Compare
Choose a tag to compare

DataFramesMeta v0.9.0

Diff since v0.8.0

Closed issues:

  • @linq anonymous function piping doesn't work like normal (#120)
  • Drop Columns using Select (#124)
  • Rename ^ to syms (#125)
  • Unexpected behavior (splatting/symbols) (#145)
  • Not does not work in @linq or @select (#150)
  • Discussion regarding the use of broadcasting . (#165)
  • Discussion: Instead of :x allow x (#168)
  • Can we separate out @linq into separate package? (#173)
  • Consider re-naming this package` (#175)
  • Rename @linq macro? (#177)
  • Easier syntax for mixed computations by row or by column (#186)
  • Consider changing the column identifier syntax to $column (#187)
  • allowing assignments to the right at the end of a chain (#232)
  • Fix dataframe printing on all docstrings (#236)
  • Update index.md for AsTable with @comine (#265)
  • @subset: UndefVarError: subset not defined (#273)
  • subset not defined (#274)
  • Dropping multiple columns (#275)
  • Error with @rsubset and multiple arguments (#280)

Merged pull requests:

v0.8.0

10 Jul 13:36
0a41fcc
Compare
Choose a tag to compare

DataFramesMeta v0.8.0

Diff since v0.7.1

Merged pull requests: