Skip to content

Commit

Permalink
update deps (#89)
Browse files Browse the repository at this point in the history
* update deps

* increment version

* allow larger Reexport range
  • Loading branch information
kescobo authored Oct 20, 2021
1 parent ff2af18 commit e247dc3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 127 deletions.
119 changes: 0 additions & 119 deletions CODE_OF_CONDUCT.md

This file was deleted.

11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# News for BioakeryUtils.jl

## v0.5.0 Major overhaul

This version brings a whole host of developments that should make it actually usable.
See the [release notes](https://github.com/EcoJulia/BiobakeryUtils.jl/releases/tag/v0.5.0) for details.

Notable features:

-
## Versions 0.2-0.4

Incremental changes, trying to settle on what this package is for.
## v0.1.0 Liberation from Microbiome.jl

This package started off in [Microbiome.jl](https://github.com/BioJulia/Microbiome.jl/).
Expand Down
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["microbiology", "microbiome", "biology", "metagenomics"]
license = "MIT"
desc = "Convenience functions for working with the bioBakery"
authors = ["kescobo <kevbonham@gmail.com>", "annelle-abatoni <aa1@wellesley.edu>", "anikaluo <al8@wellesley.edu>", "Vanja Klepac-Ceraj <vklepacc@wellesley.edu>"]
version = "0.5.0-dev"
version = "0.5.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -15,9 +15,9 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
julia = "1.1"
# CSV = "0.8, 0.9"
# Conda = "1.5"
# Microbiome = "0.8"
# Reexport = "1.2"
# Tables = "1.2.1"
julia = "1.6"
CSV = "0.8, 0.9"
Conda = "1.5"
Microbiome = "0.8"
Reexport = "0.2 - 1"
Tables = "1.2.1"
2 changes: 1 addition & 1 deletion src/BiobakeryUtils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export
using Reexport
@reexport using Microbiome
using CSV
using CSV.Tables
using Tables
using SparseArrays
using Conda

Expand Down

2 comments on commit e247dc3

@kescobo
Copy link
Member Author

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/47131

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.5.0 -m "<description of version>" e247dc3a3382e09b019e21c06186e277715e90fd
git push origin v0.5.0

Please sign in to comment.