Skip to content

Releases: PRQL/prqlc-r

v0.10.1

28 Mar 13:16
Compare
Choose a tag to compare

Bug fixes

Miscellaneous

  • Rewrite the configure script and Makevars files to pass R CMD check on R 4.5.0. (#347, #351, #356, #361, #363)
  • When installing the source package with the binary library from the web, linux-gnu and linux-musl are now distinguished.
    Previously, even on linux-gnu R, the linux-musl binary library was downloaded and used. (#359, #360)

Full Changelog: v0.10.0...v0.10.1

lib-v0.13.2

27 Mar 13:57
10c9c8c
Compare
Choose a tag to compare
lib-v0.13.2 Pre-release
Pre-release
ci: release linux gnu target binary libs (#359)

prqlr 0.10.0

29 Jan 11:55
Compare
Choose a tag to compare

Breaking changes

  • For the prql_compile() funtion, arguments format and singnature_comment should be named arguments. (#317)

New features

  • New experimental argument display of prql_compile() function to colorize the error message from prqlc. (#317)
  • Based on prqlc 0.13.3 (#336)

Full Changelog: v0.9.0...v0.10.0

lib-v0.13.1

28 Jan 14:07
b0fba6c
Compare
Choose a tag to compare
lib-v0.13.1 Pre-release
Pre-release
feat: bump prqlc to 0.13.3 (#336)

prqlr 0.9.0

20 Sep 13:16
Compare
Choose a tag to compare

Breaking changes

Bug fixes

  • Fix to report rustc version even if installing with pre-built binaries. (#305)

Miscellaneous

  • On R-universe, installing with pre-built binaries is now default. (#305)
  • The configure script now compares the package's MSRV and the rustc version,
    and if the rustc version is less than the MSRV, an warning message is displayed. (#311)

Full Changelog: v0.8.1...v0.9.0

lib-v0.13.0

19 Sep 13:29
696a9fd
Compare
Choose a tag to compare
lib-v0.13.0 Pre-release
Pre-release
feat!: based on prqlc 0.13.0 (#312)

prqlr 0.8.1

19 May 21:54
Compare
Choose a tag to compare

Just dependency updates. No user-facing changes.

Full Changelog: v0.8.0...v0.8.1

lib-v0.11.2

19 May 03:30
503a727
Compare
Choose a tag to compare
lib-v0.11.2 Pre-release
Pre-release
fix: fix typo on the configure script (#291)

prqlr 0.8.0

14 Feb 10:50
Compare
Choose a tag to compare

Breaking changes

  • Switch from extendr to savvy. (Thanks @yutannihilation, #252)
    • The error message has been completely changed.
    • prql_compile()'s target option does not accept NA as "sql.any" anymore.

New features

Miscellaneous

Full Changelog: v0.7.0...v0.8.0

lib-v0.11.1

11 Feb 01:42
3b1a369
Compare
Choose a tag to compare
lib-v0.11.1 Pre-release
Pre-release
docs: replace `prql-compiler` to `prqlc` (#260)

A follow up for #257