Skip to content

Releases: JuliaData/DataFramesMeta.jl

v0.7.1

21 Jun 19:10
62361d4
Compare
Choose a tag to compare

DataFramesMeta v0.7.1

Diff since v0.7.0

Merged pull requests:

v0.7.0

17 Jun 12:44
74766d9
Compare
Choose a tag to compare

DataFramesMeta v0.7.0

Diff since v0.6.1

Closed issues:

  • @by/groupby for Categorical (#149)
  • re-factor code (#242)
  • Investigate slowdown in blogpost (#244)
  • Smarter @eachrow (#249)

Merged pull requests:

v0.6.1

21 Apr 11:13
ce591cb
Compare
Choose a tag to compare

DataFramesMeta v0.6.1

Diff since v0.6.0

Closed issues:

  • Generic discussions about using metaprogramming with DataFrames (#1)
  • Support non-vectorized syntax in @where (#39)
  • Non-systematic "New columns must have the same length as old columns" error (#46)
  • Rename based_on()? (#52)
  • spelling error in one of the examples (#56)
  • How to order descending in @orderby? (#81)
  • Support _DF (or something) for full DataFrame access (#86)
  • Heads up: IndexedTables version in the making (#89)
  • Renaming columns in DataFramesMeta with spaces (#93)
  • Better interplay with Lazy (#96)
  • Make escaping work differently in @byrow! (#97)
  • Add a @Transform! mutating version (#110)
  • Using pairs to create columns with existing variable names (#117)
  • Package name (#118)
  • cols no longer works in @select (#128)
  • by groups of A, subset dataframe by value of B (#129)
  • Add begin block form for @linq (#136)
  • Plan for DataFrames 1.0 (#148)
  • cols([:x1, :x2]) should be a vector vectors, not a DataFrame (#158)
  • Recommending Lazy.jl is problematic (#159)
  • The @byrow example in the README doesn't work (#164)
  • @orderby in reverse (#166)
  • Sort in descending order (#174)
  • Preparation for next release (#193)
  • Avoid anonymizing single function calls (#207)
  • Add Chain.jl to the README (#213)
  • Add slice macro (#214)
  • inplace macros (#215)
  • Unexpected output from @combine when used in Lazy:@> (#217)
  • @Transform! does not exist? (#218)
  • @select(df, cols("X") failes (#223)
  • Reexport 1.0.0 is out (#225)
  • Document the use of nrow in @combine (#226)
  • Update version and release after DataFrames.jl 1.0 release (#237)
  • Make sure we do the right thing with :a => :b (#238)
  • Allow Reexport 1.0 (#240)

Merged pull requests:

v0.6.0

26 Nov 19:21
e7dde1c
Compare
Choose a tag to compare

DataFramesMeta v0.6.0

Diff since v0.5.1

Closed issues:

  • NullableArrays branch (#64)
  • How about a non-mutable @byrow macro? (#108)
  • @by not using optimised by from DataFrames.jl (#135)
  • Transform and broadcast assignment (#137)
  • Why does @byrows! contain the bang (!) at the end of its name when it is not modifying the input argument? (#140)
  • ShiftedArray's lag causes an AssertionError when used with groupby and transform (#146)
  • Calling @based_on from within a function (#153)
  • in @byrow!, cols escapes to the full vector instead of a scalar. (#156)
  • @byrow not defined (#160)
  • @by is not working (#162)
  • Add a macro for @combine (#167)
  • Technical clean-up after #163 (#169)
  • Fix bug with getproperty in @byrow (#172)
  • Nested transform is broken on master branch (#176)
  • Using strings in cols (#181)
  • Iconsistent scoping in with (#184)
  • Reexport DataFrames (#185)
  • Don't rely on Tables (#189)
  • Rename @byrow to eachrow (#194)
  • @byrow in readme no longer works (#199)
  • What is the failing badge at the top of the readme? (#200)
  • @eachrow is not found (#209)

Merged pull requests:

v0.5.1

06 May 22:56
b8f3524
Compare
Choose a tag to compare
sync with DataFrames 0.21 release

v0.5.0

15 Jul 19:32
v0.5.0
aec4be0
Compare
Choose a tag to compare

v0.5.0 (2019-07-15)

Diff since v0.4.1

Closed issues:

  • @linq does not play well with > operator? (#130)
  • or in @where? (#126)
  • Error tagging new release (#123)

Merged pull requests:

Version 0.4.1

05 Feb 13:13
Compare
Choose a tag to compare
  • upgrade to DataFrames.jl 0.17.1
  • bug fixes

Version 0.4.0

26 Aug 18:02
Compare
Choose a tag to compare
v0.4.0

Rename _I_ to cols to be consistent with others (#100)

Version 0.3.0

29 Nov 20:57
4f727e1
Compare
Choose a tag to compare
  • Support DataFrames 0.11.
  • Drop Julia 0.5 support.

v0.2.0

12 Jul 10:20
Compare
Choose a tag to compare
needs Compat 0.17 for `@compat abstract type`