Skip to content

v0.2.6

Compare
Choose a tag to compare
@Naeemkh Naeemkh released this 07 Sep 13:45
· 388 commits to master since this release
a6d2f23

Added

  • added the status of optimized compile to generate_psuedo_pop function output.
  • compute_closest_wgps accepts the number of user-defined threads.

Changed

  • Vignette file names.
  • The trim condition from > and < into >= and <=.
  • Removed seed input from generate_syn_data function. In R package, setting seed value inside function is not recommended. Users can set the seed before using the function.
  • OpenMP uses user defined number of cores.

Fixed

  • Initial covariate balance for weighted approach. The counter column was not preallocated correctly.
  • Counter value for compiling. The initial value was set to one, which, however, zero is the correct one.
  • Private variable issue with OpenMP.
  • Fixed OpenMP option on macOS checks.