summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-10-15 18:09:33 -0600
committerGitHub <noreply@github.com>2017-10-15 18:09:33 -0600
commitce202ed7d7fd45efb44724a9ad23656411c33d20 (patch)
tree764b18fdc38827248c6f217adb077a6ef5fb9579
parent79292fba47566b6b35cbb0be1e854a6efd5b2932 (diff)
parentd03de279c03e98af63347a251420f368caf92021 (diff)
downloadnumpy-ce202ed7d7fd45efb44724a9ad23656411c33d20.tar.gz
Merge pull request #9865 from MSeifert04/remove-pyfits-add-astropy
DOC: Replace PyFITS reference with Astropy and PyTables with h5py
-rw-r--r--numpy/doc/creation.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/doc/creation.py b/numpy/doc/creation.py
index babe6a4d7..7de1c197c 100644
--- a/numpy/doc/creation.py
+++ b/numpy/doc/creation.py
@@ -103,8 +103,8 @@ may be others for which it is possible to read and convert to numpy arrays so
check the last section as well)
::
- HDF5: PyTables
- FITS: PyFITS
+ HDF5: h5py
+ FITS: Astropy
Examples of formats that cannot be read directly but for which it is not hard to
convert are those formats supported by libraries like PIL (able to read and