-
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.
Update WoodburyPDMat to match PDMats changes (#165)
* Add missing convert methods Now necessary because of JuliaStats/PDMats.jl#179 * Generalize (inv)quad and (un)whiten methods Now necessary because of JuliaStats/PDMats.jl#183 * Increment patch number with `-DEV` suffix * Bump required PDMats version * Add codecov token * Fix definition of whiten * Add definition of `whiten!` * Add more whiten/unwhiten tests * Add more conversion tests * Add tests for (inv)quad! * Fix variable names * Add missing tests * Add correct size tests
- Loading branch information
Showing
4 changed files
with
116 additions
and
20 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
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,7 +1,7 @@ | ||
name = "Pathfinder" | ||
uuid = "b1d3bc72-d0e7-4279-b92f-7fa5d6d2d454" | ||
authors = ["Seth Axen <[email protected]> and contributors"] | ||
version = "0.7.6" | ||
version = "0.7.7-DEV" | ||
|
||
[deps] | ||
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | ||
|
@@ -36,7 +36,7 @@ MCMCChains = "5" | |
Optim = "1.4" | ||
Optimization = "3" | ||
OptimizationOptimJL = "0.1" | ||
PDMats = "0.11" | ||
PDMats = "0.11.26" | ||
PSIS = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9" | ||
ProgressLogging = "0.1.4" | ||
Requires = "1" | ||
|
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