This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gdxrrw:interfacing_gams_and_r [2019/09/30 20:59] Steven Dirkse [Package versions] |
gdxrrw:interfacing_gams_and_r [2020/12/11 22:43] (current) Steven Dirkse [Package versions] |
||
---|---|---|---|
Line 8: | Line 8: | ||
===== Package versions ===== | ===== Package versions ===== | ||
- | //Latest stable version - binaries built with R version prior to 3.5 // | + | //Latest stable version // |
- | * GDXRRW 1.0.5, 27 Sep 2019: [{{:gdxrrw:gdxrrw_1.0.4.tar.gz|source package}}] [{{:gdxrrw:gdxrrw_1.0.5_R_x86_64-redhat-linux-gnu.tar.gz|Linux 64-bit binary}}] [{{:gdxrrw:gdxrrw_1.0.4.tgz|OS X 64-bit binary}}] [{{:gdxrrw:gdxrrw_1.0.4.zip|Windows 32- and 64-bit binary}}] | + | * GDXRRW 1.0.8, 10 Dec 2020: [{{:gdxrrw:gdxrrw_1.0.8.tar.gz|source package}}] [{{:gdxrrw:gdxrrw_1.0.8_R_x86_64-redhat-linux-gnu.tar.gz|Linux 64-bit binary (built by R 4.0.3)}}] [{{:gdxrrw:gdxrrw_1.0.8.tgz|OS X 64-bit binary (built by R 4.0.0)}}] [{{:gdxrrw:gdxrrw_1.0.8.zip|Windows 32- and 64-bit binary (built by R 4.0.0)}}] |
//Latest trunk (development) version // | //Latest trunk (development) version // | ||
+ | |||
+ | * Not available | ||
//Older versions// | //Older versions// | ||
+ | |||
+ | * GDXRRW 1.0.6, 9 May 2020: [{{:gdxrrw:gdxrrw_1.0.6.tar.gz|source package}}] [{{:gdxrrw:gdxrrw_1.0.6.tgz|OS X 64-bit binary (built by R 4.0.0)}}] [{{:gdxrrw:gdxrrw_1.0.6.zip|Windows 32- and 64-bit binary (built by R 4.0.0)}}] | ||
+ | |||
+ | * GDXRRW 1.0.5, 27 Sep 2019: [{{:gdxrrw:gdxrrw_1.0.5.tar.gz|source package}}] [{{:gdxrrw:gdxrrw_1.0.5_R_x86_64-redhat-linux-gnu.tar.gz|Linux 64-bit binary (built by R 3.6.1)}}] [{{:gdxrrw:gdxrrw_1.0.5.tgz|OS X 64-bit binary (built by R 3.6.1)}}] [{{:gdxrrw:gdxrrw_1.0.5.zip|Windows 32- and 64-bit binary (built by R 3.6.1)}}] | ||
* GDXRRW 1.0.4, 10 Aug 2018 (built with R 3.5.1 - rename files after downloading to lose the ''_r351''): [{{ :gdxrrw:gdxrrw_1.0.4_r351.tgz | OS X 64-bit binary}}] [{{:gdxrrw:gdxrrw_1.0.4_R351.zip|Windows 32- and 64-bit binary}}] | * GDXRRW 1.0.4, 10 Aug 2018 (built with R 3.5.1 - rename files after downloading to lose the ''_r351''): [{{ :gdxrrw:gdxrrw_1.0.4_r351.tgz | OS X 64-bit binary}}] [{{:gdxrrw:gdxrrw_1.0.4_R351.zip|Windows 32- and 64-bit binary}}] | ||
Line 218: | Line 224: | ||
* clean up error messages for missing entry points in GDX shared library (r68218) | * clean up error messages for missing entry points in GDX shared library (r68218) | ||
* wgdx no longer reacts to option(gdx.inventSetText) - GDX now stores empty strings uniquely (r68225) | * wgdx no longer reacts to option(gdx.inventSetText) - GDX now stores empty strings uniquely (r68225) | ||
+ | |||
+ | === 1.0.6 (9 May 2020, r68339) === | ||
+ | * gams function now handles spacey GAMS sysdir on non-Windows (r68339) | ||
+ | |||
+ | === 1.0.8 (10 Dec 2020, r68487) === | ||
+ | * use new GDX API to make writing more memory-efficient (r68444) | ||
+ | * update test script to load GDX shared lib (r68487) | ||
=== latest trunk (forthcoming) === | === latest trunk (forthcoming) === | ||
- | * currently at 1.0.5 | + | * currently at 1.0.8 |
===== To Do list & Misc ===== | ===== To Do list & Misc ===== | ||
* Possible change: remove or deprecate requestList arg on rgdx, replace with separate named args. | * Possible change: remove or deprecate requestList arg on rgdx, replace with separate named args. | ||