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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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:
ddmandddm_sdvmodels. Try them withmodel = hssm.HSSM(data, model="ddm", loglik_kind="blackbox").full_ddmmodels. Try it withmodel = hssm.HSSM(data, model="full_ddm").List of changes:
hssm.Priorclass to better handle bounds by @digicosmos86 in Added ahssm.Priorclass to better handle bounds #245hssm.HSSMviaConfigby @digicosmos86 in Major refactor ofhssm.HSSMviaConfig#246ddmandddm_sdvmodels by @digicosmos86 in Added blackbox likelihoods forddmandddm_sdvmodels #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