Releases: JuliaData/DataFramesMeta.jl
Releases · JuliaData/DataFramesMeta.jl
v0.15.4
DataFramesMeta v0.15.4
Merged pull requests:
- fix typo in @orderby docstring (#402) (@dvetsch75)
- Fix multi-column select! #404 (#405) (@pdeffebach)
- Bump version (#406) (@pdeffebach)
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)