Skip to content

Commit

Permalink
Make a release for 0.15.0 (#379)
Browse files Browse the repository at this point in the history
* add news entry

* add news for metadata

* update news
  • Loading branch information
pdeffebach committed Mar 1, 2024
1 parent 4f482da commit 9337e97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# DataFramesMeta v0.15.0 Release notes

* Fixed macro hygiene issues ([#384](https://github.com/JuliaData/DataFramesMeta.jl/pull/384))
* Fixed a bug with broadcasting in `@astable` ([#382](https://github.com/JuliaData/DataFramesMeta.jl/pull/382))
* Added `@note!` and `@label!`, along with `printlabels` and `printnotes` to make working with metadata easier. ([#377](https://github.com/JuliaData/DataFramesMeta.jl/pull/377))
* Added support for `Not`, `All`, and `Cols` in `@select`, making it easier to keep or drop many columns at once. ([#372](https://github.com/JuliaData/DataFramesMeta.jl/pull/372))
* Added the `@groupby` macro, which provides an easier syntax for grouping data frames ([#373](https://github.com/JuliaData/DataFramesMeta.jl/pull/373))

# DataFramesMeta v0.14.1 Release notes
* Fixed a bug where `ByRow` was not properly identified if DataFramesMeta.jl was `import`ed ([#366](https://github.com/JuliaData/DataFramesMeta.jl/pull/366))

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "DataFramesMeta"
uuid = "1313f7d8-7da2-5740-9ea0-a2ca25f37964"
version = "0.14.1"
version = "0.15.0"

[deps]
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"
Expand Down

0 comments on commit 9337e97

Please sign in to comment.