diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2017-10-15 18:09:33 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-15 18:09:33 -0600 |
commit | ce202ed7d7fd45efb44724a9ad23656411c33d20 (patch) | |
tree | 764b18fdc38827248c6f217adb077a6ef5fb9579 | |
parent | 79292fba47566b6b35cbb0be1e854a6efd5b2932 (diff) | |
parent | d03de279c03e98af63347a251420f368caf92021 (diff) | |
download | numpy-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.py | 4 |
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 |