causalOT
causalOT 1.0.2
Minor improvements and fixes
- rkeopswas removed to CRAN. Constructed a work-around
to prevent having to remove all optional code that uses- rkeopsby moving- rkeopsbuil to an additional
repository.
causalOT 1.0.1
Minor improvements and
fixes
- Bug squashed under the hood arising from an update in an imported
package
causalOT 1.0
Breaking changes
- Simplified the arguments to the main calc_weight()function
- Removed direct Python dependency
- Changed estimation function estimate_effect()arguments
New features
- Added a new object-oriented set of functions for advanced users.
Described in the new vignette, “Object Oriented COT Objects.”
- Added torchbased data structures allowing GPU
support
- Added support for rkeopsmethods to allow for GPU use
without the large memory footprint (CRAN version only for Unix
machines)
- Added quadratic programming based on the osqppackage
where relevant
- Added internal optimal transport optimization removing reliance on
approxOTpackage
- Added vcov,confint, andcoefmethods for the output ofestimate_effect()
- Added a barycentric projection outcome estimation method via the
function barycentric_projection()and a corresponding
predict method.
- Added a plotmethod for thecausalWeightsandcausalEffectsobjects
Minor improvements and
fixes
- Added a NEWS.mdfile to track changes to the
package.