Skip to content

Commit

Permalink
update projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiede committed Jul 15, 2022
1 parent a30a1b2 commit 77fc40e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Comrade"
uuid = "99d987ce-9a1e-4df8-bc0b-1ea019aa547b"
authors = ["Paul Tiede <[email protected]>"]
version = "0.4.0"
version = "0.5.0"

[deps]
AbstractDifferentiation = "c29ec348-61ec-40c8-8164-b8c60e9d9f3d"
Expand Down
6 changes: 3 additions & 3 deletions lib/ComradeAHMC/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ComradeAHMC"
uuid = "a4336a5c-78bc-4363-8a90-ce3fa9d3abe4"
authors = ["Paul Tiede <[email protected]> and contributors"]
version = "0.1.0"
version = "0.2.0"

[deps]
AbstractDifferentiation = "c29ec348-61ec-40c8-8164-b8c60e9d9f3d"
Expand All @@ -18,10 +18,10 @@ AbstractDifferentiation = "0.4"
AbstractMCMC = "3,4"
AdvancedHMC = "0.3"
ArgCheck = "2"
Comrade = "0.3,0.4"
Comrade = "0.5"
Reexport = "1"
TupleVectors = "0.1, 0.2"
julia = "1.6"
julia = "1.7"

[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down
6 changes: 3 additions & 3 deletions lib/ComradeAdaptMCMC/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ComradeAdaptMCMC"
uuid = "5a6518a2-e6ab-4020-97b8-110ebf16b849"
authors = ["Paul Tiede <[email protected]>"]
version = "0.1.0"
version = "0.2.0"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand All @@ -12,9 +12,9 @@ TupleVectors = "615932cf-77b6-4358-adcd-5b7eba981d7e"
[compat]
AbstractMCMC = "3, 4"
AdaptiveMCMC = "0.1"
Comrade = "0.3,0.4"
Comrade = "0.5"
TupleVectors = "0.1, 0.2"
julia = "1.6"
julia = "1.7"

[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down
6 changes: 3 additions & 3 deletions lib/ComradeDynesty/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ComradeDynesty"
uuid = "0e22d245-d796-46d0-bd67-132aa2ceb697"
authors = ["Paul Tiede <[email protected]>"]
version = "0.1.0"
version = "0.2.0"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand All @@ -12,11 +12,11 @@ TupleVectors = "615932cf-77b6-4358-adcd-5b7eba981d7e"

[compat]
AbstractMCMC = "3, 4"
Comrade = "0.3,0.4"
Comrade = "0.5"
Dynesty = "0.1"
Reexport = "1"
TupleVectors = "0.1, 0.2"
julia = "1.6"
julia = "1.7"

[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down
6 changes: 3 additions & 3 deletions lib/ComradeNested/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ComradeNested"
uuid = "233675ba-9426-43ce-b06d-28ea4529d7f1"
authors = ["Paul Tiede <[email protected]>"]
version = "0.1.0"
version = "0.2.0"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand All @@ -12,11 +12,11 @@ TupleVectors = "615932cf-77b6-4358-adcd-5b7eba981d7e"

[compat]
AbstractMCMC = "3, 4"
Comrade = "0.3,0.4"
Comrade = "0.5"
NestedSamplers = "0.8"
Reexport = "1"
TupleVectors = "0.1, 0.2"
julia = "1.6"
julia = "1.7"

[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down
4 changes: 2 additions & 2 deletions lib/ComradeOptimization/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ComradeOptimization"
uuid = "26988f03-70df-4135-959e-06268cc6415a"
authors = ["Paul Tiede <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
Comrade = "99d987ce-9a1e-4df8-bc0b-1ea019aa547b"
Expand All @@ -13,7 +13,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"

[compat]
Comrade = "0.3,0.4"
Comrade = "0.5"
Distributions = "0.24,0.25"
ForwardDiff = "0.9, 0.10"
Optimization = "3"
Expand Down

2 comments on commit 77fc40e

@ptiede
Copy link
Owner Author

@ptiede ptiede commented on 77fc40e Jul 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=lib/ComradeOptimization

@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/64331

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 ComradeOptimization-v0.1.1 -m "<description of version>" 77fc40e1d69b4b8b212cc9cad1397a83f5772bd4
git push origin ComradeOptimization-v0.1.1

Please sign in to comment.