Releases: yutannihilation/savvy
Releases · yutannihilation/savvy
v0.9.2 (2026-01-05)
05 Jan 22:05
Compare
Sorry, something went wrong.
No results found
Release Notes
New features
Added ObjSexp to represent an S7 or S4 object. You can now use it as an
argument of a function to accept an S7/S4. Thanks @eitsupi ! (#422 )
Minor improvements
Replaced the "non-API" calls, ATTRIB and ALTREP_CLASS, with
R_altrep_class_name and R_altrep_class_package on R > 4.6. (#420 , #423 )
Install savvy-cli 0.9.2
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/yutannihilation/savvy/releases/download/v0.9.2/savvy-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/yutannihilation/savvy/releases/download/v0.9.2/savvy-cli-installer.ps1 | iex"
Download savvy-cli 0.9.2
v0.9.0 (2025-11-24)
24 Nov 22:39
Compare
Sorry, something went wrong.
No results found
Release Notes
New features
The R object generated from a Rust struct now has one additional S3 class PKG_NAME::STRUCT_NAME in addition to the bare struct name. This is useful if you want to avoid name collisions between packages. Thanks @eitsupi ! (#404 )
Minor improvements
Bump MSRV to 1.81 and remove the dependency of rustversion crate (#412 ).
Install savvy-cli 0.9.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-installer.ps1 | iex"
Download savvy-cli 0.9.0
v0.8.14 (2025-10-25)
25 Oct 02:16
Compare
Sorry, something went wrong.
No results found
Release Notes
New features
savvy-cli got a new optional argument to specify the path to the Rust code dir (#402 ).
Install savvy-cli 0.8.14
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/yutannihilation/savvy/releases/download/v0.8.14/savvy-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/yutannihilation/savvy/releases/download/v0.8.14/savvy-cli-installer.ps1 | iex"
Download savvy-cli 0.8.14
Version 0.8.14-rc.2
18 Oct 23:54
Compare
Sorry, something went wrong.
No results found
Release Notes
New features
savvy-cli got a new optional argument to specify the path to the Rust code dir (#402 ).
Install savvy-cli 0.8.14-rc.2
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/yutannihilation/savvy/releases/download/v0.8.14-rc.2/savvy-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/yutannihilation/savvy/releases/download/v0.8.14-rc.2/savvy-cli-installer.ps1 | iex"
Download savvy-cli 0.8.14-rc.2
Version 0.8.14-rc.1
14 Oct 22:51
Compare
Sorry, something went wrong.
No results found
Release Notes
New features
savvy-cli got a new optional argument to specify the path to the Rust code dir (#402 ).
Install savvy-cli 0.8.14-rc.1
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/yutannihilation/savvy/releases/download/v0.8.14-rc.1/savvy-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/yutannihilation/savvy/releases/download/v0.8.14-rc.1/savvy-cli-installer.ps1 | iex"
Download savvy-cli 0.8.14-rc.1
v0.8.13 (2025-07-28)
28 Jul 03:55
Compare
Sorry, something went wrong.
No results found
Release Notes
New features
Install savvy-cli 0.8.13
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/yutannihilation/savvy/releases/download/v0.8.13/savvy-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/yutannihilation/savvy/releases/download/v0.8.13/savvy-cli-installer.ps1 | iex"
Download savvy-cli 0.8.13
v0.8.12 (2025-07-20)
20 Jul 03:32
Compare
Sorry, something went wrong.
No results found
Release Notes
New features
AltInteger and AltReal trait now provide sum(), min() and max() (#380 ).
Minor improvements
Unsupported return types like savvy::Result<String> now fail with a better
compile error message (#382 ).
The iterators returned by .iter() etc. are now properly annotated with
lifetimes. This should not break any existing code, but please report if
you find any issues.
Bug fixes
Sexp::is_numeric() now returns false for a logical vector, e.g. NA (#387 ).
Install savvy-cli 0.8.12
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/yutannihilation/savvy/releases/download/v0.8.12/savvy-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/yutannihilation/savvy/releases/download/v0.8.12/savvy-cli-installer.ps1 | iex"
Download savvy-cli 0.8.12
v0.8.11 (2025-06-25)
25 Jun 13:48
Compare
Sorry, something went wrong.
No results found
Release Notes
Now the template configure script accepts the following customization (#374 )
SAVVY_PROFILE envvar to override profile (e.g. SAVVY_PROFILE=bench means --profile bench)
SAVVY_FEATURES envvar to add features (e.g. SAVVY_FEATURES=a b means --features 'a b')
Install savvy-cli 0.8.11
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/yutannihilation/savvy/releases/download/v0.8.11/savvy-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c " irm https://github.com/yutannihilation/savvy/releases/download/v0.8.11/savvy-cli-installer.ps1 | iex"
Download savvy-cli 0.8.11
v0.8.10 (2025-04-18)
18 Apr 00:11
Compare
Sorry, something went wrong.
No results found
Release Notes
Fix memory leak related to R_UnwindProtect() (#368 ).
Install savvy-cli 0.8.10
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/yutannihilation/savvy/releases/download/v0.8.10/savvy-cli-installer.sh | sh
Download savvy-cli 0.8.10
Version 0.8.10-rc.1
17 Apr 14:28
Compare
Sorry, something went wrong.
No results found
Release Notes
Fix memory leak related to R_UnwindProtect() (#368 ).
Install savvy-cli 0.8.10-rc.1
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/yutannihilation/savvy/releases/download/v0.8.10-rc.1/savvy-cli-installer.sh | sh
Download savvy-cli 0.8.10-rc.1