From 42eb1dc9dc3d2fe7942c170ea1c159ead556322e Mon Sep 17 00:00:00 2001 From: Scott Ransom Date: Sun, 9 May 2021 13:07:33 -0400 Subject: [PATCH] Updated README with Z^2_N and chi^2 info --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb0ae2df..5555a88c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ and/or binary pulsars!** command line. This benefits HPC systems which often don't like many programs running serially on many small files. * A new python interface to the internal `prepfold` folding code - (`simplefold`). + (`simplefold`), as well as wrappers of fast `C` implementations of $\chi^2$ + and $Z^2_N$ (thanks to **Matteo Bachetti**). * Many bug fixes and minor improvements, including one that would cause segfaults with very large dispersion sweeps in `prepdata` and `prepsubband`, and a problem with `prepfold` significance calculations.