Skip to content

Commit

Permalink
Merge pull request #140 from EcoJulia/rm-metadata
Browse files Browse the repository at this point in the history
Remove deprecation and bump version
  • Loading branch information
kescobo committed Feb 2, 2023
2 parents e120d43 + 33ec7bf commit 45d6467
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["microbiology", "microbiome", "biology"]
license = "MIT"
desc = "Functions and types for working with microbial community data"
authors = ["@kescobo <kevbonham@gmail.com>"]
version = "0.9.4"
version = "0.10.0"

[deps]
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Expand Down
2 changes: 0 additions & 2 deletions src/profiles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,6 @@ function Base.get(commp::CommunityProfile)
return get(commp, cols)
end

Base.@deprecate_binding metadata get

"""
filter(f, comm::CommunityProfile)
Expand Down

2 comments on commit 45d6467

@kescobo
Copy link
Member Author

@kescobo kescobo commented on 45d6467 Feb 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/76828

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.10.0 -m "<description of version>" 45d6467e5ea4eab4c0ac760ed91ef5bfda28ccc4
git push origin v0.10.0

Please sign in to comment.