v0.6.0
DataFramesMeta v0.6.0
Closed issues:
NullableArrays
branch (#64)- How about a non-mutable @byrow macro? (#108)
@by
not using optimisedby
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 withgroupby
andtransform
(#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
toeachrow
(#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:
- Install TagBot as a GitHub Action (#143) (@JuliaTagBot)
- Add warning to users about lack of support for
Not
,Between
, andAll
(#151) (@pdeffebach) - Deprecates
@byrow!
in favor of@byrow
. (#154) (@henriquebecker91) - Improve tests for
@select
and@transform
(#155) (@pdeffebach) - Make
cols
in@byrow!
escape propertly (#157) (@pdeffebach) - Update README.md for Lazy.jl and Pipe.jl (#161) (@xiaodaigh)
- Make DataFrames piping functions the backend for @Transform, @select, @by, and @based_on (#163) (@pdeffebach)
- Kw fix (#170) (@pdeffebach)
- Allow cols on LHS (#171) (@pdeffebach)
- Change
@transform
on a grouped dataframe to match DataFrames.transform (#180) (@pdeffebach) - Fix hygiene with @byrow (#182) (@pdeffebach)
- Fix mixing
Symbol
s andString
s incols
(#183) (@pdeffebach) - Reexport DataFrames (#188) (@pdeffebach)
- Delete Tables.jl as a dependency (#190) (@pdeffebach)
- Re-do the
@orderby
backend (#191) (@pdeffebach) - Re-do the backend of
@where
(#192) (@pdeffebach) - Refactor
vec_to_fun
(#196) (@pdeffebach) - byrow to eachrow, based_on to combine, doc rewrite (#197) (@pdeffebach)
- delete old badge (#201) (@pdeffebach)
- Update TagBot.yml (#202) (@quinnj)
- Add real docs (#203) (@pdeffebach)
- Zero 22 support (#206) (@pdeffebach)
- Host documentation on GH Actions (#208) (@pdeffebach)
- add github actions for testing (#210) (@pdeffebach)
- Bump version to 0.6.0 (#211) (@pdeffebach)