Skip to content

Commit 45d6467

Browse files
authored
Merge pull request #140 from EcoJulia/rm-metadata
Remove deprecation and bump version
2 parents e120d43 + 33ec7bf commit 45d6467

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keywords = ["microbiology", "microbiome", "biology"]
44
license = "MIT"
55
desc = "Functions and types for working with microbial community data"
66
authors = ["@kescobo <kevbonham@gmail.com>"]
7-
version = "0.9.4"
7+
version = "0.10.0"
88

99
[deps]
1010
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"

src/profiles.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,6 @@ function Base.get(commp::CommunityProfile)
577577
return get(commp, cols)
578578
end
579579

580-
Base.@deprecate_binding metadata get
581-
582580
"""
583581
filter(f, comm::CommunityProfile)
584582

0 commit comments

Comments
 (0)