Skip to content

Latest commit

 

History

History
55 lines (27 loc) · 1.14 KB

File metadata and controls

55 lines (27 loc) · 1.14 KB

Version 4.0.3 (2024-07-23)

No change for the user. Only some modifications in the unit tests have been done, which were necessary because of an update of the jack package.

Version 4.0.2 (2023-01-27)

Switched to C++ 17.

Version 4.0.1 (2022-02-02)

Fixed a mistake in the C++ code.

Version 4.0.0 (2022-01-31)

  • The C++ code has been rewritten with RcppEigen instead of RcppArmadillo, and it is faster.

  • New function hypergeomPFQ_julia, to evaluate the hypergeometric function of a matrix argument with Julia. This is faster than the Rcpp way. Of course, this requires Julia.

Version 3.1.0 (2020-10-24)

Speed improvement.

Version 3.0.0 (2019-10-26)

The package now uses Rcpp to evaluate the hypergeometric function in all cases, for real or complex values of the arguments.

Version 2.0.0 (2019-10-09)

The package now uses Rcpp to evaluate the hypergeometric function when none of its arguments is a complex number.

Version 1.0.1 (2019-09-26)

  • Fixed lmvgamma for complex values

  • Allows complex values z with Re(z)<0 in mvgamma

  • Added more unit tests

Version 1.0.0 (2019-09-16)

First release.