Changes in version 1.5.1                        

Fixed segfault issue which did occur in partial_argsort() when the
n_elements argument was larger than the length of the input vector. In
order to ensure equivalence with order(x, decreasing =
TRUE)[1:n_elements], the additional elements, if any, are padded at the
end of the answer as NA values.

                        Changes in version 1.1.3                        

Added citation to the csdR article which is now printed.

                        Changes in version 1.1.2                        

Made it explicit in the documentation that missing values are not allows
and wrote a test for this case.

                        Changes in version 1.1.1                        

Made some minor modifications to the README and the vignette.

                       Changes in version 0.99.6                        

  - Bugfix: Open MP was not working correctly because of missing
    compiler flags. For this reason, the Makevars file has been created.
  - Calculation of column ranks now uses matrixStats::colRanks instead
    of an apply statement with base::rank.

                       Changes in version 0.99.0                        

  - Added a NEWS.md file to track changes to the package. This is the
    first public version of the package.