Skip to content

Releases: wwylab/CliPP

CliPP v1.3.3

14 Oct 20:09
c944623
Compare
Choose a tag to compare

Fixed a minor error in the CliPP kernel function, improving clustering results in rare cases.

CliPP v1.3.2

20 Dec 19:31
7266dc0
Compare
Choose a tag to compare

Major updates in this version include:

  • CliP is now renamed to CliPP
  • Add an option for Docker installation (Please refer to the README for further details).
  • Minor errors fixed in postprocess.R

CliP v1.3.1

04 May 20:03
Compare
Choose a tag to compare

Major update in this version includes:

  • Revised the CliP kernel function and postprocessing. Please refer to the README for further details.

CliP v1.3

20 Jul 20:49
Compare
Choose a tag to compare

Major fixes and updates in this version include:

  • Changed CliP kernel function from Python to C/C++ code, which is further supported by OpenMP for parallel computing.
  • Changed the calling of kernel function from using the Python subprocess routine to Python functions (run_clip_nosub/run_clip_sub).
  • Integrated the calling of kernel function for the predefined list of $\lambda$ and a user provided $\lambda$.
  • Fixed several bugs in preprocess.R

CliP v1.2.1

03 Feb 22:11
Compare
Choose a tag to compare

Major fixes and updates in this version include:

  • Fixed several bugs in postprocess.R
  • Revised the postprocessing and lambda selection pipeline

Version 1.2.1 has been tested on both simulation and real data for accuracy.

CliP v1.2

02 Jun 22:17
Compare
Choose a tag to compare

Major fixes and updates in this version include:

  • Several upgrades for faster computation
  • Lightweight parallel
  • Bug in subsampling fixed

Version 1.2 accelerates version 1.1 and is at least multiple times faster.

CliP v1.1

16 Apr 02:14
Compare
Choose a tag to compare
  • Wrap-up with a one-step caller
  • Major updates on output formats to make it more user-friendly

CliP v1.0

06 Jul 13:15
ebc6c19
Compare
Choose a tag to compare

The Original release.