From e65c90f0dc4c6569b3a7bee7558c898413ae99d2 Mon Sep 17 00:00:00 2001 From: pdeffebach <23196228+pdeffebach@users.noreply.github.com> Date: Fri, 13 Aug 2021 10:07:23 -0400 Subject: [PATCH] update news.md (#287) --- NEWS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.md b/NEWS.md index e4a519f4..24858386 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ +# DataFramesMeta v0.9.0 Release notes + +* `@passmissing` flag for skipping missing values in row-wise macros. ([#272](https://github.com/JuliaData/DataFramesMeta.jl/pull/272)) +* Add`$` to escape columns rather than `cols`, which is now deprecated. ([#285](https://github.com/JuliaData/DataFramesMeta.jl/pull/285)) +* Fix a bug disallowing multiple arguments in function-like syntax for row-wise macros. ([#281](https://github.com/JuliaData/DataFramesMeta.jl/pull/281)) +* Documentation improvements ([#277](https://github.com/JuliaData/DataFramesMeta.jl/pull/277), [#279](https://github.com/JuliaData/DataFramesMeta.jl/pull/279), [#284](https://github.com/JuliaData/DataFramesMeta.jl/pull/284), [#286](https://github.com/JuliaData/DataFramesMeta.jl/pull/286)) +* Add a new dplyr-inspired tutorial ([#279](https://github.com/JuliaData/DataFramesMeta.jl/pull/279)) + # DataFramesMeta v0.6 Release Notes * The order of rows after a `@transform(gd::GroupedDataFrame, args...)` now matches the