Skip to content

Commit

Permalink
Prepare tag v0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtackm committed May 10, 2023
1 parent 1728542 commit e83d030
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# master (unpublished)

No changes

# v0.19.2 (latest)

### bug fixes

- force `si_HITON_PC` to remove non-significant univariate candidates earlier
- fix edge case where direct usage of the unexposed sparse processing engine could lead to infinite loops
- fix SparseArrays incompatibility (surfaced by julia v1.9)

# v0.19.1 (latest)
# v0.19.1

### general

Expand Down
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 = ["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 <janko.tackmann@gmail.com>"]
version = "0.19.1"
version = "0.19.2"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand Down

2 comments on commit e83d030

@jtackm
Copy link
Member Author

@jtackm jtackm commented on e83d030 May 10, 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/83280

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

Please sign in to comment.