Releases: JuliaData/DataFramesMeta.jl
Releases · JuliaData/DataFramesMeta.jl
v0.15.6
DataFramesMeta v0.15.6
Update to PrettyTables v3
- Also updates minimum Julia version to 1.10 (not breaking, since minimum version now matches DataFrames.jl)
Merged pull requests:
- Update to PrettyTables.jl v3 (#415) (@pdeffebach)
- Release 15.6 (#417) (@pdeffebach)
Closed issues:
v0.15.5
DataFramesMeta v0.15.5
Update Chain.jl compatability
Merged pull requests:
- Changed the README.md package description. (#393) (@nathanrboyer)
- Simplify index.md first example (#395) (@nathanrboyer)
- Create dependabot.yml and update GitHub actions (#408) (@abhro)
- Update docs and docs infrastructure (#409) (@abhro)
- Update Chain.jl Compat (#410) (@BenjaminDoran)
- Bump actions/checkout from 4 to 5 (#411) (@dependabot[bot])
- Version bump 0.15.5 (#413) (@pdeffebach)
- Update versions for CI (#414) (@pdeffebach)
Closed issues:
@select!errors whereselect!does not with multi-column selection (#404)
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
@selectby @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
@renamemacro (#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
uniquemacro (#233) - How to pass NamedTuple into ByRow function (#309)
- Error
.*not defined with@by(#328) - The latest version is not installed (#329)
SymbolCauses 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
sortpermby alternative pattern (#338) (@bkamins) - Add
uniquemacros (#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)