HSSM v0.1.5 #274
Pinned
digicosmos86
announced in
Announcements
HSSM v0.1.5
#274
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We fixed the errors in v0.1.4. Sorry for the convenience! If you have accidentally
downloaded v0.1.4, please make sure that you update hssm to the current version.
What's Changed in 0.1.5
wheels for (almost) all platforms so there is no need to build these Cython
dependencies.
What's Changed in 0.1.4
This is mainly a maintenance update with a few new features:
ddm
andddm_sdv
models. Try them withmodel = hssm.HSSM(data, model="ddm", loglik_kind="blackbox")
.full_ddm
models. Try it withmodel = hssm.HSSM(data, model="full_ddm")
.List of changes:
hssm.Prior
class to better handle bounds by @digicosmos86 in Added ahssm.Prior
class to better handle bounds #245hssm.HSSM
viaConfig
by @digicosmos86 in Major refactor ofhssm.HSSM
viaConfig
#246ddm
andddm_sdv
models by @digicosmos86 in Added blackbox likelihoods forddm
andddm_sdv
models #267Full Changelog: v0.1.3...v0.1.4
This discussion was created from the release HSSM v0.1.4.
Beta Was this translation helpful? Give feedback.
All reactions