v0.4
In new version 0.4, we adjust APIs of mcar(), mar_logistic(), mnar_x() and mnar_t(), now they only return the corrupted input data with additional missing values, without masks. Users can use new functions fill_and_get_mask() to get corresponding missing mask and fill the missing data with a specified value like 0.
What's Changed
Full Changelog: v0.3...v0.4