v0.9.0
DataFramesMeta v0.9.0
Closed issues:
@linq
anonymous function piping doesn't work like normal (#120)- Drop Columns using Select (#124)
- Rename
^
tosyms
(#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
allowx
(#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:
- Cols to dollar (#266) (@pdeffebach)
- Add row-wise macros (#267) (@pdeffebach)
- Fix
@where
deprecation warning (#271) (@etpinard) - Add a
@passmissing
flag, only with@byrow
for now. (#272) (@pdeffebach) - add astable a few places in index.md (#277) (@pdeffebach)
- Add dplyr tutorial port, clean up docs so documenter is happy (#279) (@pdeffebach)
- Fix bug disallowing
@rsubset(df, :a, :b, :c)
(#281) (@pdeffebach) - Prepare for 0.9.0 release (#282) (@pdeffebach)
- Write up rules regarding multi-column indexing (#284) (@pdeffebach)
- Fix escaping
$
(#285) (@pdeffebach) - Improvements to keyword arguments documentation (#286) (@pdeffebach)
- Update news.md (#287) (@pdeffebach)