Skip to content

Commit

Permalink
Merge branch 'main' into predict
Browse files Browse the repository at this point in the history
  • Loading branch information
yebai authored Nov 8, 2023
2 parents f4d7823 + 1f9a9e1 commit 7862931
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 713 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ name: CI
on:
push:
branches:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Build the main branch.
- main
- master
pull_request:

jobs:
test:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/IntegrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ name: IntegrationTest
on:
push:
branches:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Build the main branch.
- main
- master
pull_request:

jobs:
test:
Expand Down
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
keywords = ["probablistic programming"]
license = "MIT"
desc = "Common interfaces for probabilistic programming"
version = "0.6.3"
version = "0.7"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand All @@ -14,8 +14,10 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
AbstractMCMC = "2, 3, 4"
AbstractMCMC = "2, 3, 4, 5"
DensityInterface = "0.4"
Setfield = "0.8.2, 1"
StatsBase = "0.32, 0.33"
Random = "1.6"
SparseArrays = "1.6"
julia = "~1.6.6, 1.7.3"
18 changes: 0 additions & 18 deletions bors.toml

This file was deleted.

5 changes: 0 additions & 5 deletions src/AbstractPPL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,4 @@ include("abstractprobprog.jl")
include("evaluate.jl")
include("deprecations.jl")

# GraphInfo
module GraphPPL
include("graphinfo.jl")
end

end # module
Loading

0 comments on commit 7862931

Please sign in to comment.