Skip to content

v0.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Apr 11:13
· 273 commits to master since this release
ce591cb

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: