Skip to content

Releases: EcoGRAPH/clusterapply

Version 1.0.1 Released 2021 March 04

05 Mar 02:44
Compare
Choose a tag to compare

Clusterapply is meant to break datasets into smaller frames on which functions (regressions, for example) can be applied.
This package is used primarily in the epidemiar package of the EPIDEMIA forecasting system for regression modelling to use thin plate splines for the long-term trend and lagged environmental covariate terms over a clustering of districts: https://github.com/EcoGRAPH/epidemiar/releases/latest
with an associated demonstration project available at: https://github.com/EcoGRAPH/epidemiar-demo/releases/latest

Version 1.0.1: minor updates regarding memory use and other minor issues

Version 1.0.0 Released 2020 June 26

26 Jun 17:54
Compare
Choose a tag to compare

This is the initial release of the clusterapply package.

Clusterapply is meant to break datasets into smaller frames on which functions (regressions, for example) can be applied. Much of this can already be accomplished with the family of *apply functions, but here we are building towards parallelization with an eye on memory use.

This package is used primarily in the epidemiar package of the EPIDEMIA forecasting system for regression modelling to use thin plate splines for the long-term trend and lagged environmental covariate terms over a clustering of districts: https://github.com/EcoGRAPH/epidemiar/releases/latest
with an associated demonstration project available at: https://github.com/EcoGRAPH/epidemiar-demo/releases/latest