v0.5.8
Pre-release
Pre-release
v0.5.8
Added
- c75d02f ✨ Added a C++ implementation of the parameter space partitioning routine that will take over from
psp_global
andpsp_control
.
Changed
- b52126d 🗑️
psp_global
now has a Deprecated message. The function will be removed after we complete the development ofpspGlobal
. - 358eee7 🐛 fix global R seed interfering with random sampling
- 5693543 🐛 fix pspGlobal recruiting unique inequality matrices more than once
- 5693543 7648f47 🐛 fix population parameters having no effects
- 3b3bd0d 🚸 pspGlobal outputs maximum iterations run
- 8ee7247 🚸 NA values are not allowed in model outputs
Removed
- c0f5f92 🔥
S3
class is removed due to redundancy and to avoid feature creep.