Releases: lenarddome/psp
Releases · lenarddome/psp
v1.0.2
v1.0.0
v0.5.8
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.
v0.2.0-beta
Added
psp
can now handle ordinal patterns other than strings of characters, e.g. adjacency matrices, list of strings, ...
Changed
- add
data.table
andmethod
dependencies - add print method for new S3
PSP
class to simplify printing psp_global output
v0.1
First Official Stable Release
- stable 0.1 version release available on CRAN
- implements the parameter space partitioning algorithm described by Pitt, Kim, Navarro & Myung (2006)