Skip to content

v0.5.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@lenarddome lenarddome released this 15 Aug 17:21
· 26 commits to main since this release
5e361e8

C++
R

v0.5.8

Added

  • c75d02f ✨ Added a C++ implementation of the parameter space partitioning routine that will take over from psp_global and psp_control.

Changed

  • b52126d 🗑️ psp_global now has a Deprecated message. The function will be removed after we complete the development of pspGlobal.
  • 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.