Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jtackm committed Nov 17, 2020
1 parent 087cbfb commit b034c00
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
15 changes: 13 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# master (unpublished)

- no changes

# v0.18.0 (latest)

### general

- `fast_elim` flag now also exposed via `learn_network`
- fix bug that prevented combining sparse .biom data with non-numeric meta data (issue #20, thanks **@ARW-UBT** for reporting)
- fixed documentation for `save_network`/`load_network` to drop outdated .tsv/.csv mention (thanks **@ARW-UBT** for reporting)
- update dependency versions

### bug fixes

- fix bug that prevented combining sparse .biom data with non-numeric meta data (issue #20, thanks **@ARW-UBT** for reporting)

# v0.17.0 (latest)
# v0.17.0

### general
- Julia versions < 1.2 are no longer supported; this change was necessary for the interleaved parallelism
Expand Down
18 changes: 9 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["metagenomics", "microbiome", "probabilistic-graphical-models", "hig
license = "GPL-3.0"
desc = "Inference of microbial interaction networks from large-scale heterogeneous abundance data"
authors = ["Janko Tackmann <[email protected]>"]
version = "0.17.0"
version = "0.17.1"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand All @@ -28,15 +28,15 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Combinatorics = "0.7, 1"
DataStructures = "0.17"
Distributions = "0.21"
FileIO = "1"
HDF5 = "0.12"
JLD2 = "0.2"
DataStructures = "0.17, 0.18"
Distributions = "0.21, 0.22, 0.23, 0.24"
FileIO = "1, 1.1, 1.2, 1.3, 1.4"
HDF5 = "0.12, 0.13, 0.14"
JLD2 = "0.2, 0.3"
JSON = "0.21"
LightGraphs = "1"
SimpleWeightedGraphs = "1"
StatsBase = "0.32"
LightGraphs = "1, 1.1, 1.2, 1.3"
SimpleWeightedGraphs = "1, 1.1"
StatsBase = "0.32, 0.33"
julia = "1.2"

[extras]
Expand Down

0 comments on commit b034c00

Please sign in to comment.