-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accept LogDensityProblems objects (#122)
* Add LogDensityProblems tests * Fix LogDensityProblem tests * Update build_optim_function to take a LogDensityProblem * Move code to test_utils.jl * Update mvnormal tests * Remove outdated comment * Update inverse_hessian tests * Update singlepath and multipath code * Remove AbstractDifferentiation as a dependency * Increment version number * Don't assume `optim_fun` is thread-safe * Update .gitignore * Bump Pathfinder compat * Update DynamicHMC tests * Update documented examples * Require LogDensityProblem with gradient * Run multipathfinder in parallel by default. * Fix bugs * Unify DynamicHMC and AdvancedHMC integration tests * Remove LogDensityProblems tests * Update tests * Update documentation
- Loading branch information
Showing
21 changed files
with
239 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
*.jl.*.cov | ||
*.jl.cov | ||
*.jl.mem | ||
/Manifest.toml | ||
Manifest.toml | ||
/docs/build/ | ||
/docs/Manifest.toml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
name = "Pathfinder" | ||
uuid = "b1d3bc72-d0e7-4279-b92f-7fa5d6d2d454" | ||
authors = ["Seth Axen <[email protected]> and contributors"] | ||
version = "0.7.0-DEV" | ||
version = "0.7.0" | ||
|
||
[deps] | ||
AbstractDifferentiation = "c29ec348-61ec-40c8-8164-b8c60e9d9f3d" | ||
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" | ||
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | ||
Folds = "41a02a25-b8f0-4f67-bc48-60067656b558" | ||
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" | ||
IrrationalConstants = "92d709cd-6900-40b7-9082-c6be49f344b6" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c" | ||
Optim = "429524aa-4258-5aef-a3af-852621145aeb" | ||
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba" | ||
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" | ||
|
@@ -26,12 +26,12 @@ Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999" | |
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" | ||
|
||
[compat] | ||
AbstractDifferentiation = "0.4" | ||
Accessors = "0.1" | ||
Distributions = "0.25" | ||
Folds = "0.2" | ||
ForwardDiff = "0.10" | ||
IrrationalConstants = "0.1.1" | ||
LogDensityProblems = "2" | ||
Optim = "1.4" | ||
Optimization = "3" | ||
OptimizationOptimJL = "0.1" | ||
|
@@ -47,8 +47,7 @@ julia = "1.6" | |
|
||
[extras] | ||
OptimizationNLopt = "4e6fcdb7-1186-4e1f-a706-475e75c168bb" | ||
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[targets] | ||
test = ["OptimizationNLopt", "ReverseDiff", "Test"] | ||
test = ["OptimizationNLopt", "Test"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
b5d1917
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
b5d1917
There was a problem hiding this comment.
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/76804
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: