Skip to content

Commit

Permalink
add compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinggong committed Oct 1, 2024
1 parent c0f44b2 commit cfe4f1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ authors = ["Ting Gong"]
version = "0.1.6"

[deps]
Copulas = "ae264745-0b69-425e-9d9d-cf662c5eec93"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -21,10 +20,14 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
DataFrames = "1.6"
DelimitedFiles = "1.9"
Distributions = "0.25"
Fibers = "1.0"
Flux = "0.14"
Gadfly = "1.4"
JLD2 = "0.4"
MCMCDiagnosticTools = "0.3"
ProgressMeter = "1.10"
SpecialFunctions = "2.3"
StaticArrays = "1.9"
Expand Down

2 comments on commit cfe4f1d

@Tinggong
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Updated ExCaliber as a three-compartment model
Added diagnostic tools for MCMC sampler (v1)
Added more arguments for neural network estimators, e.g. training distributions and activation function.

@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 updated: JuliaRegistries/General/116391

Tagging

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

Please sign in to comment.