Skip to content

Commit

Permalink
Release 0.17.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsonric committed Sep 21, 2023
1 parent 8e7a2b9 commit d8042f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AlgebraicInference"
uuid = "0f243b7c-5df9-4f7c-98ce-987ef7223a7f"
authors = ["Richard Samuelson"]
version = "0.17.0"
version = "0.17.1"

[deps]
AMD = "14f7f29c-3bd6-536c-9a0b-7339e30b5a3e"
Expand Down
2 changes: 1 addition & 1 deletion src/problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ end
InferenceProblem(
network::BayesNet,
query::AbstractVector,
evidence::AbstractDict=Dict())
context::AbstractDict)
Construct an inference problem that queries a Bayesian network.
"""
Expand Down

0 comments on commit d8042f0

Please sign in to comment.