Skip to content

Releases: libKriging/rlibkriging

1.1-1

Choose a tag to compare

@yannrichet-asnr yannrichet-asnr released this 30 Aug 16:14

CRAN release 1.1-1 (2026-07-12).

Fixes

  • Shrink test-NestedKriging.R design/test sizes to avoid a check timeout on
    slow CRAN workers (e.g. r-devel-linux-x86_64-fedora-*, which exceeded the
    45-minute test time limit under 1.1-0).

Includes everything from 1.1-0 (not tagged separately on GitHub):

New features

  • New NestedKriging class: a divide-and-conquer Gaussian process for large
    designs. The data are partitioned into groups, one Kriging submodel is
    fitted per group with a common prior, and predictions are aggregated with the
    optimal nested-kriging aggregation ("NK", interpolating) or a
    product-of-experts rule ("PoE", "gPoE", "BCM", "rBCM").

  • New Vecchia approximated log-likelihood objective for large designs: fit a
    Kriging model with objective = "VLL(m)" (or "VLL", default m = 30),
    costing O(n m^3) per evaluation instead of O(n^3).

Changes

  • Kriging() / fit(): objective now also accepts "VLL" / "VLL(m)", and
    regmodel now accepts "quadratic".

  • Kriging() / fit(): the noise argument has been moved to the last
    position, for consistency with WarpKriging and the other language bindings.
    Code that passes noise by name is unaffected; positional calls that relied
    on noise being the 4th argument must be updated.

Fixes

  • Fix a possible deadlock when forking after threads were created.
  • Numerous build and portability fixes (Windows, macOS deployment target).

1.0-0

Choose a tag to compare

@yannrichet yannrichet released this 13 May 21:48
chore: update libK submodule to v1.0.0

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

0.9-3.sav

Choose a tag to compare

@github-actions github-actions released this 13 Jan 13:12
Update submodules

0.9-3

Choose a tag to compare

@yannrichet yannrichet released this 18 Jan 20:18
Update submodules

0.9-2

Choose a tag to compare

@yannrichet yannrichet released this 22 Jul 16:31
fix foreach unavailbale in testing (needed by DiceKriging compare)

0.9-1

Choose a tag to compare

@yannrichet yannrichet released this 15 Jan 09:07
Update submodules

0.9

0.9

Choose a tag to compare

@yannrichet yannrichet released this 07 Oct 08:37
0.9-0.4

Update submodules

0.9-alpha

0.9-alpha Pre-release
Pre-release

Choose a tag to compare

@yannrichet yannrichet released this 05 Mar 08:23
Update submodules

0.8-0.1

Choose a tag to compare

@github-actions github-actions released this 22 Nov 11:14
fix release files id