Releases: JuliaData/DataFramesMeta.jl
Releases · JuliaData/DataFramesMeta.jl
v0.15.3
DataFramesMeta v0.15.3
Merged pull requests:
- Add fix for by docs (#397) (@pdeffebach)
- Fix keyword argument bug (#400) (@pdeffebach)
- Fix tests for #400 (#401) (@pdeffebach)
Closed issues:
v0.15.2
DataFramesMeta v0.15.2
Merged pull requests:
- Remove print statement (#389) (@pdeffebach)
- Version bump 0.15.1 (#390) (@pdeffebach)
- Bump Chain.jl compat (#391) (@pdeffebach)
v0.15.0
What's Changed
- fix a couple of typos by @spaette in #370
- Improve tables in docs by @nalimilan in #375
- Allow for Between, Not, All, Cols in
@select
by @pdeffebach in #372 - add groupby and docs by @pdeffebach in #373
- Add metadata macros by @pdeffebach in #377
- Small docs fixes by @pdeffebach in #381
- Bugfix broadcasting 380 by @pdeffebach in #382
- Small macro hygiene fixes by @pdeffebach in #384
- Make a release for 0.15.0 by @pdeffebach in #379
- Add 0.1 compat entry for TableMetaDataTools by @pdeffebach in #385
- Small docs fix by @pdeffebach in #386
- Revert to version 15.0 by @pdeffebach in #387
Full Changelog: v0.14.1...v0.15.0
v0.14.1
DataFramesMeta v0.14.1
Merged pull requests:
- Fix error with ByRow on import (#366) (@pdeffebach)
- Update news.md and project.toml for bugfix release 0.14.1 (#368) (@pdeffebach)
Closed issues:
v0.14.0
DataFramesMeta v0.14.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:
- add rename macro, docs, and tests (#343) (@MatthewRGonzalez)
- Fix caret bug #333 (#347) (@pdeffebach)
- fix typos (#355) (@spaette)
- Add news.md for v0.14.0 release (#359) (@pdeffebach)
v0.13.0
DataFramesMeta v0.13.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:
- Allow for keyword arguments (#323) (@pdeffebach)
- Update Project.toml (#332) (@zsz00)
- Fix eachrow bug #334 (#335) (@pdeffebach)
- add news for v0.12.0 Chain.jl breaking (#336) (@pdeffebach)
- Replace
sortperm
by alternative pattern (#338) (@bkamins) - Add
unique
macros (#340) (@MatthewRGonzalez) - improve subsetting explanations (#345) (@bkamins)
- Fix #328 parsing bug try 2 (#346) (@pdeffebach)
- Update TagBot.yml (#350) (@CarloLucibello)
- Update news and version for release 0.13 (#353) (@pdeffebach)
v0.11.0
DataFramesMeta v0.11.0
Closed issues:
- Make docs work on master (#295)
Merged pull requests:
- Suggestions for Introduction (#305) (@jd-foster)
- Allow AsTable on RHS in transformations (#307) (@pdeffebach)
- Super small typo in parser.jl error message? (#314) (@icweaver)
- Small docstring fix in src/macros.jl (#315) (@storopoli)
- Add support for f ∘ g (#317) (@pdeffebach)
- Updated minor typos in index.md (#318) (@svilupp)
- Composition of nested functions (#319) (@pdeffebach)
- add ready examples to docstring for rselect, rtransform (#321) (#322) (@mahiki)
- Add a missing "add" in @Transform section (#326) (@georgemarrows)
- bump version to 0.11.0 (#327) (@pdeffebach)
v0.10.0
DataFramesMeta v0.10.0
Closed issues:
Merged pull requests:
- Refactor expression handling (#292) (@pdeffebach)
- Another attempt at an astable flag (#298) (@pdeffebach)
- Tiny fix to dplyr tutorial (#301) (@pdeffebach)
- 0.10.0 (#303) (@pdeffebach)
- add compat for orderedcollections (#304) (@pdeffebach)
v0.9.1
DataFramesMeta v0.9.1
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)