Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DataAPI"
uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
authors = ["quinnj <quinn.jacobd@gmail.com>"]
version = "1.15.0"
version = "1.16.0"

[compat]
julia = "1"
Expand Down
4 changes: 4 additions & 0 deletions src/DataAPI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -522,4 +522,8 @@ Return the row number of `row` in the source table.
"""
function rownumber end

# To avoid type piracy and method ambiguities, implementations of `groupby`
# must restrict the first argument to a type defined in the same package.
function groupby end

end # module