ConjugatePriors.jl icon indicating copy to clipboard operation
ConjugatePriors.jl copied to clipboard

Abandoned?

Open DoktorMike opened this issue 3 years ago • 2 comments

Is this effort abandoned or moved elsewhere perhaps? Just curious.

DoktorMike avatar Feb 07 '22 11:02 DoktorMike

Nobody is working on it, but it's not abandoned. Bringing it up to date might not be much work, it's missing some latest version bumps on SpecialFunctons, Distributions and PDMats. Do you want to use it?

mschauer avatar Feb 07 '22 13:02 mschauer

I figured I'd try to bump the versions so I forked, cloned, instantiated and tried to run the tests but it errors here with

ERROR: LoadError: UndefVarError: Test not defined
Stacktrace:
 [1] include(fname::String)
   @ Base.MainInclude .\client.jl:476
 [2] top-level scope
   @ none:6

I have not worked with Compat.jl before so I'm not sure how to proceed. If someone could point me in the right direction I'd be grateful! I'm on Julia 1.8.3.

EDIT: Speaking of Compat.jl, it looks like it is what is holding the rest of the packages back (if I am reading this correctly).

(ConjugatePriors) pkg> status --outdated
Project ConjugatePriors v0.4.1
Status `C:\Users\sebas\Documents\code\ConjugatePriors.jl\Project.toml`
⌅ [31c24e10] Distributions v0.24.18 (<v0.25.79) [compat]
⌅ [90014a1f] PDMats v0.10.1 (<v0.11.16) [compat]
⌅ [276daf66] SpecialFunctions v1.8.7 (<v2.1.7): Distributions
⌅ [4c63d2b9] StatsFuns v0.9.18 (<v1.1.1) [compat]

SebastianCallh avatar Jan 09 '23 18:01 SebastianCallh