Skip to content

Commit da11209

Browse files
authored
update news and version (#353)
1 parent fdf0df4 commit da11209

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# DataFramesMeta v0.13.0 Release notes
2+
3+
* Add the `@distinct` and `@rdistinct` macros, for getting unique observations of a data frame. ([#340](https://github.com/JuliaData/DataFramesMeta.jl/pull/340))
4+
* Fix a bug which created `UndefVarErrors` with broadcasted functions. ([#346](https://github.com/JuliaData/DataFramesMeta.jl/pull/346))
5+
* Fixed bad use of `sortperm` with correct use of `ordinalrank` from StatsBase.jl in tutorial ([#338](https://github.com/JuliaData/DataFramesMeta.jl/pull/338))
6+
* Minor documentation fixes ([#345](https://github.com/JuliaData/DataFramesMeta.jl/pull/345))
7+
18
# DataFramesMeta v0.12.0 Release notes
29
* Add support for Chain.jl version 0.5, and remove support for Chain.jl 0.4. In Chain.jl 0.4, the command
310

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DataFramesMeta"
22
uuid = "1313f7d8-7da2-5740-9ea0-a2ca25f37964"
3-
version = "0.12.0"
3+
version = "0.13.0"
44

55
[deps]
66
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"

0 commit comments

Comments
 (0)