Skip to content

Tags: JuliaData/DataFramesMeta.jl

Tags

v0.15.4

Toggle v0.15.4's commit message
[Diff since v0.15.3](v0.15.3...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

Toggle v0.15.3's commit message
[Diff since v0.15.2](v0.15.2...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:**
- Error in the @by example in the documentation (#396)
- Request   -   $AsTable with prefix (#398)
- kwargs not passed to subset in `@subset` with multiple conditions (#399)

v0.15.2

Toggle v0.15.2's commit message
[Diff since v0.15.0](v0.15.0...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

Toggle v0.15.0's commit message
New 15.0 Release

v0.15.1

Toggle v0.15.1's commit message
<description of version>

v0.14.1

Toggle v0.14.1's commit message
[Diff since v0.14.0](v0.14.0...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:**
- Access subdf in @by and @combine (#360)
- `ByRow` not defined when importing DataFramesMeta (#365)

v0.14.0

Toggle v0.14.0's commit message
[Diff since v0.13.0](v0.13.0...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

Toggle v0.13.0's commit message
[Diff since v0.11.0](v0.11.0...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

Toggle v0.11.0's commit message
[Diff since v0.10.0](v0.10.0...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

Toggle v0.10.0's commit message
[Diff since v0.9.1](v0.9.1...v0.10.0)

**Closed issues:**
- Re-factor expression handling (#230)
- update NEWS.md (#269)

**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)