Skip to content

Releases: yutannihilation/savvy

v0.2.11 (2024-02-04)

04 Feb 09:33
Compare
Choose a tag to compare

v0.2.10 (2024-02-04)

04 Feb 04:01
Compare
Choose a tag to compare

Release Notes

Fixed bugs

  • Fix the wrong implementation of to_vec().

Download savvy-cli 0.2.10

File Platform Checksum
savvy-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
savvy-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
savvy-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
savvy-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
savvy-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.2.9 (2024-01-27)

27 Jan 12:32
Compare
Choose a tag to compare

Release Notes

Breaking changes

  • Function.call() now uses FunctionArgs to represent function arguments.
    This is necessary change in order to protect function arguments from GC-ed
    unexpectedly. The previous interface requires users to pass Sexp, which is
    unprotected.
  • Function.call() now doesn't require the environment to be executed because
    it rarely matters. Accordingly, Environment is removed from the API.

Download savvy-cli 0.2.9

File Platform Checksum
savvy-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
savvy-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
savvy-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
savvy-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
savvy-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.2.8 (2024-01-26)

26 Jan 16:53
Compare
Choose a tag to compare

Release Notes

Breaking changes

  • savvy-cli init now produces Makevars.in and configure instead of
    Makevars in order to support WebR transparently. One limitation on Windows
    is that configure is not set executable. This will be cared by the helper R
    package (i.e., I recommend running savvy::savvy_init() on an R session
    rather than using the CLI directly).

New features

  • Add an experimental support for function and environment.

Download savvy-cli 0.2.8

File Platform Checksum
savvy-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
savvy-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
savvy-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
savvy-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
savvy-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.2.7 (2024-01-25)

25 Jan 00:21
Compare
Choose a tag to compare

Release Notes

New features

  • (Experimentally) support WebR by not using R_UnwindProtect().

Download savvy-cli 0.2.7

File Platform Checksum
savvy-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
savvy-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
savvy-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
savvy-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
savvy-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.2.6 (2024-01-20)

20 Jan 04:21
Compare
Choose a tag to compare

Release Notes

Fixed bugs

  • Fix misuses of Rf_mkCharLenCE() which caused compilation error on ARM64
    Linux.

Download savvy-cli 0.2.6

File Platform Checksum
savvy-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
savvy-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
savvy-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
savvy-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
savvy-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.2.4 (2024-01-15)

15 Jan 14:17
Compare
Choose a tag to compare

savvy-cli-v0.2.0

09 Jan 11:15
Compare
Choose a tag to compare

savvy-cli-v0.1.19

17 Dec 03:18
Compare
Choose a tag to compare

savvy-cli-v0.1.16

16 Oct 16:06
Compare
Choose a tag to compare