Releases: yutannihilation/savvy
Releases · yutannihilation/savvy
v0.2.11 (2024-02-04)
Release Notes
Download savvy-cli 0.2.11
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.10 (2024-02-04)
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)
Release Notes
Breaking changes
Function.call()
now usesFunctionArgs
to represent function arguments.
This is necessary change in order to protect function arguments from GC-ed
unexpectedly. The previous interface requires users to passSexp
, 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)
Release Notes
Breaking changes
savvy-cli init
now producesMakevars.in
andconfigure
instead of
Makevars
in order to support WebR transparently. One limitation on Windows
is thatconfigure
is not set executable. This will be cared by the helper R
package (i.e., I recommend runningsavvy::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)
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)
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)
Release Notes
Download savvy-cli 0.2.4
File | Platform | Checksum |
---|---|---|
savvy-cli-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
savvy-cli-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
savvy-cli-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
savvy-cli-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
savvy-cli-v0.2.0
Download savvy-cli 0.2.0
File | Platform | Checksum |
---|---|---|
savvy-cli-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
savvy-cli-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
savvy-cli-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
savvy-cli-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
savvy-cli-v0.1.19
Download savvy-cli 0.1.19
File | Platform | Checksum |
---|---|---|
savvy-cli-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
savvy-cli-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
savvy-cli-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
savvy-cli-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
savvy-cli-v0.1.16
Download savvy-cli 0.1.16
File | Platform | Checksum |
---|---|---|
savvy-cli-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
savvy-cli-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
savvy-cli-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
savvy-cli-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |