NEWS
rolog 0.9.18 (2024-07-09)
- bugfix: PL-get-atom-chars
- workaround for Rcpp::Language
rolog 0.9.17 (2024-05-01)
- Maintainance release: improve behavior with parallel make
rolog 0.9.16 (2024-03-28)
- Maintainance release: improve detection of swi-prolog at runtime
rolog 0.9.15 (2024-03-18)
- Migrate to C functions (prepare wrapper library for rswipl)
rolog 0.9.14 (2023-06-29)
- Maintainance release: more informative error message if SWI-Prolog is missing
rolog 0.9.13 (2023-05-08)
- Maintainance release: compatible with static libswipl.a from R package rswipl
rolog 0.9.12 (2023-04-20)
- represent vectors as double hash, dollar, !, %
- matrices triple hash, dollar, !, %
- compatible with R-4.3
rolog 0.9.11 (2023-01-27)
- Maintainance release: fix problems with exception handling
rolog 0.9.10 (2023-01-12)
- Support for R environments (
r_eval
)
- Backward compatible with swipl 8.4.2
rolog 0.9.9 (2023-01-06)
- Support for formulae (convert to call)
- LinkingTo: rswipl
rolog 0.9.8 (2022-12-23)
- Support for matrices
- Support for exceptions
rolog 0.9.7
- Represent R functions as ':-'/2 in Prolog
rolog 0.9.6 (2022-11-12)
- Separate SWI-Prolog runtime in R package rswipl
- Connect to installed SWI-Prolog (Windows registry,
PATH
, SWI_HOME_DIR
)
rolog 0.9.5
- skipped. Will use updated C++ interface at a later stage.
rolog 0.9.4 (2022-05-14)
- Added a vignette with a manuscript for JSS
- Patch on swipl to suppress a deprecation warning under macOS (vfork)
rolog 0.9.3 (2022-05-04)
- Added a
NEWS.md
file to track changes to the package.
- Temporarily remove diagrams from the package vignette because DiagrammeR is currently not available in r-devel.
- Slightly faster build on Windows