From 806d7942a8390cc39dace8c28088f1df4bff2d77 Mon Sep 17 00:00:00 2001 From: Melanie Simet Date: Thu, 21 Jun 2018 13:53:52 -0600 Subject: [PATCH 1/2] Add scipy to README dependencies --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6edf3f9..935aa80 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ We also recommend: - [TreeCorr](http://github.com/rmjarvis/TreeCorr), Mike Jarvis's 2-point correlation function code. All of our correlation function tests involve calls to this package. - PyFITS/Astropy to handle FITS tables and images. Stile can run on ASCII tables, but is much slower. - matplotlib to generate plots. + - scipy to calculate some point statistics -More dependencies may be added in the future. +More dependencies may be added in the future. ------------------------------------- #### Documentation #### From 7cc952302e672db090aac9c903d3e15cb5f3aab9 Mon Sep 17 00:00:00 2001 From: Melanie Simet Date: Fri, 13 Jul 2018 18:30:41 -0700 Subject: [PATCH 2/2] Update changelog (#78) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d07c664..9194d5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +7/13/18: Update dependencies in README (issue #78) 7/11/18: Update code to python3 3/17/16: Update documentation to Sphinx standard and add documentation build files (issue #17) 2/17/16: Changes to correlation function plots & documentation (issue #77)