Skip to content

Releases: jtimonen/lgpr

v1.2.4

24 Sep 11:41
Compare
Choose a tag to compare

Now using rstan >= 2.26 and the new Stan array syntax.

v1.2.3

06 Apr 03:29
Compare
Choose a tag to compare

Use latest rstantools.

v.1.2.1

11 Mar 02:40
Compare
Choose a tag to compare

See NEWS.md.

v.1.2.0

10 Mar 23:34
Compare
Choose a tag to compare

See ´NEWS.md`.

v1.1.5

23 Sep 14:22
50bae32
Compare
Choose a tag to compare

See NEWS.md.

v1.1.4

11 Aug 02:04
Compare
Choose a tag to compare
  • Improved linear algebra in postprocessing (less time and memory consuming)
  • New vignette

v1.1.3

21 Jun 12:12
Compare
Choose a tag to compare

v1.1.2

16 Jun 02:29
Compare
Choose a tag to compare

Small patch, see NEWS.md.

v.1.1.0

13 Jun 07:28
Compare
Choose a tag to compare
  • Adds prior_pred() for prior predictive sampling and sample_param_prior() for sampling from the parameter prior.
  • Adds read_proteomics_data() function.
  • Relax data type checking, to require that they only inherit from factor
    or numeric. Allow also tibbles and data.tables to be passed as data.
  • Adds more methods for lgpfit and lgpmodel objects, see their
    documentation.
  • Lot of improvements internally. Kernel computations
    in functions like pred() should take a lot less memory now. Two separete
    main Stan models now. One for latent GP (signal where f is sampled) and other for GP with marginalized f.
  • Improved documentation.
  • Improve verbose messages to user.

v1.0.13

23 Mar 14:06
Compare
Choose a tag to compare

See NEWS.md for release news.