Skip to content

Releases: lenarddome/psp

v1.0.2

01 Aug 12:41
Compare
Choose a tag to compare

v1.0.2

  • 69ed028 🚑 continuous model output is not updated after the first iteration
  • 67fa59d 📝 update package documentation to fix typo

Disclaimer

This is the last feature update from me. If you want to add new features, please get in touch (@lenarddome).

v1.0.0

16 Aug 17:12
c892989
Compare
Choose a tag to compare

This is the latest stable version available from CRAN; see package page.

Added since v0.5.8:

The current version introduces API-breaking changes to the package. For a full list of feature changes since the latest CRAN release, see CHANGELOG.

  • 6d51dce 💥 separated model evaluation functions from discretization functions
  • 6d51dce ✨ allowed to save model outputs (continuous variables) to disk
  • d407392 ✨ allowed to define multiple starting points for the sampling

v0.5.8

15 Aug 17:21
5e361e8
Compare
Choose a tag to compare
v0.5.8 Pre-release
Pre-release

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.

v0.2.0-beta

22 Dec 13:18
Compare
Choose a tag to compare
v0.2.0-beta Pre-release
Pre-release

Added

  • psp can now handle ordinal patterns other than strings of characters, e.g. adjacency matrices, list of strings, ...

Changed

  • add data.table and method dependencies
  • add print method for new S3 PSP class to simplify printing psp_global output

v0.1

08 Jun 13:20
Compare
Choose a tag to compare

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)