Skip to content

Releases: PRQL/prqlc-r

prqlr 0.7.0

08 Jan 22:47
Compare
Choose a tag to compare

Breaking changes

Full Changelog: v0.6.0...v0.7.0

lib-v0.11.0

04 Jan 03:11
28c2b29
Compare
Choose a tag to compare
lib-v0.11.0 Pre-release
Pre-release
chore: bump prql-compiler's revision (#242)

prqlr 0.6.0

14 Nov 22:49
Compare
Choose a tag to compare

Breaking changes

Full Changelog: v0.5.4...v0.6.0

lib-v0.10.1

14 Nov 14:00
b87dd04
Compare
Choose a tag to compare
lib-v0.10.1 Pre-release
Pre-release
feat: based on prql-compiler 0.10.1 (#229)

lib-v0.10.0

27 Oct 12:46
7360d1c
Compare
Choose a tag to compare
lib-v0.10.0 Pre-release
Pre-release
feat!: based on prql-compiler 0.10.0 (#221)

Also includes fixes for development dependencies list on the DESCRIPTION
file.

prqlr 0.5.4

07 Oct 14:48
Compare
Choose a tag to compare

New features

  • {prqlr} can now be installed with "R source package with Rust library binary", inspired by the arrow package, the string2path package, and the polars package.
    Available on all currently supported platforms (amd64 and arm64 Linux or macOS, and amd64 Windows).

    When NOT_CRAN=ture or LIBPRQLR_BUILD=false is set, the script tools/prep-lib.R will search the Internet for the available binary.

    Sys.setenv(NOT_CRAN = "true")
    install.packages("prqlr")

    The URL and SHA256 hash of the available binaries are recorded in tools/lib-sums.tsv. (#187, #189, #190, #191)

Full Changelog: v0.5.3...v0.5.4

lib-v0.9.1

07 Oct 10:38
af83b14
Compare
Choose a tag to compare
lib-v0.9.1 Pre-release
Pre-release
chore: bump lib version to 0.9.1 (#202)

Also fixing the CI's checking condition.

lib-v0.9.0

30 Sep 15:30
d220b0b
Compare
Choose a tag to compare
lib-v0.9.0 Pre-release
Pre-release
chore: set lib version to the Cargo.toml and update LICENSE.note (#193)

Related to #189

From now on, I will synchronize the Rust library version with
prql-compiler.

This PR also includes updates to LICENSE.note, which had not been
updated in #180.

prqlr 0.5.3

21 Sep 22:38
Compare
Choose a tag to compare

New features

Miscellaneous

  • prql knitr engine requires {knitr} 1.44 or later. (#175)

Full Changelog: v0.5.2...v0.5.3

prqlr 0.5.2

11 Sep 12:06
Compare
Choose a tag to compare

From this version, CRAN releases include vendored dependent Rust crates source code.

Miscellaneous

  • Update the Authors field of the DESCRIPTION file and the inst/AUTHORS file's format. (#169, #172)

Full Changelog: v0.5.1...v0.5.2