[python-astropy] branch debian updated (eb4c2be -> 7e8389f)

Ole Streicher olebole-guest at moszumanska.debian.org
Fri Jan 30 08:24:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

olebole-guest pushed a change to branch debian
in repository python-astropy.

      from  eb4c2be   Adjust for new release
       new  08d784f   New upstream release candidate 1.0rc1
       new  eff251e   Merge branch 'upstream' into debian
       new  7e8389f   Adjust for RC

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.rst                                        |   611 +-
 PKG-INFO                                           |     4 +-
 README.rst                                         |    16 +-
 ah_bootstrap.py                                    |  1005 +-
 astropy/__init__.py                                |    67 +-
 astropy/_erfa/__init__.py                          |     7 +
 astropy/_erfa/core.c                               | 39585 +++++++++++++++++++
 astropy/_erfa/core.py                              | 23230 +++++++++++
 astropy/_erfa/core.py.templ                        |   250 +
 astropy/_erfa/core.pyx                             |  3961 ++
 astropy/_erfa/core.pyx.templ                       |    91 +
 astropy/_erfa/erfa_generator.py                    |   468 +
 astropy/_erfa/setup_package.py                     |   108 +
 astropy/{io/misc => _erfa}/tests/__init__.py       |     0
 astropy/_erfa/tests/test_erfa.py                   |   169 +
 astropy/analytic_functions/__init__.py             |    10 +
 astropy/analytic_functions/blackbody.py            |   107 +
 .../tests/__init__.py                              |     0
 astropy/analytic_functions/tests/test_blackbody.py |    97 +
 astropy/config/tests/test_configs.py               |     6 +-
 astropy/conftest.py                                |     9 +-
 astropy/constants/tests/test_pickle.py             |    17 +
 astropy/convolution/boundary_extend.c              |   360 +-
 astropy/convolution/boundary_fill.c                |   360 +-
 astropy/convolution/boundary_none.c                |   360 +-
 astropy/convolution/boundary_wrap.c                |   360 +-
 astropy/convolution/convolve.py                    |    10 +-
 astropy/convolution/kernels.py                     |     6 +-
 astropy/convolution/tests/test_discretize.py       |    49 +
 astropy/convolution/tests/test_pickle.py           |    24 +
 astropy/convolution/utils.py                       |    43 +-
 astropy/coordinates/__init__.py                    |     1 +
 astropy/coordinates/angle_utilities.py             |    50 +-
 astropy/coordinates/angles.py                      |    33 +-
 astropy/coordinates/baseframe.py                   |   461 +-
 astropy/coordinates/builtin_frames.py              |   629 -
 astropy/coordinates/builtin_frames/__init__.py     |    85 +
 astropy/coordinates/builtin_frames/altaz.py        |   111 +
 astropy/coordinates/builtin_frames/cirs.py         |    47 +
 .../builtin_frames/cirs_observed_transforms.py     |   108 +
 astropy/coordinates/builtin_frames/fk4.py          |   243 +
 .../builtin_frames/fk4_fk5_transforms.py           |    67 +
 astropy/coordinates/builtin_frames/fk5.py          |    70 +
 astropy/coordinates/builtin_frames/galactic.py     |    63 +
 .../builtin_frames/galactic_transforms.py          |    46 +
 .../coordinates/builtin_frames/galactocentric.py   |   209 +
 astropy/coordinates/builtin_frames/gcrs.py         |    73 +
 astropy/coordinates/builtin_frames/icrs.py         |    45 +
 .../builtin_frames/icrs_cirs_transforms.py         |   168 +
 .../builtin_frames/icrs_fk5_transforms.py          |    46 +
 .../intermediate_rotation_transforms.py            |   128 +
 astropy/coordinates/builtin_frames/itrs.py         |    39 +
 astropy/coordinates/builtin_frames/utils.py        |    80 +
 astropy/coordinates/distances.py                   |   260 +-
 astropy/coordinates/earth.py                       |    48 +-
 astropy/coordinates/earth_orientation.py           |    14 +-
 astropy/coordinates/errors.py                      |     2 +-
 astropy/coordinates/funcs.py                       |   183 +
 astropy/coordinates/matching.py                    |   313 +-
 astropy/coordinates/representation.py              |    25 +-
 astropy/coordinates/sky_coordinate.py              |   525 +-
 .../coordinates/tests/accuracy/test_altaz_icrs.py  |   159 +
 astropy/coordinates/tests/test_angles.py           |    38 +-
 astropy/coordinates/tests/test_api_ape5.py         |     2 +-
 astropy/coordinates/tests/test_arrays.py           |     3 +-
 astropy/coordinates/tests/test_earth.py            |     2 +-
 astropy/coordinates/tests/test_frames.py           |   124 +-
 astropy/coordinates/tests/test_funcs.py            |    51 +
 astropy/coordinates/tests/test_iau_fullstack.py    |   154 +
 astropy/coordinates/tests/test_matching.py         |    26 +-
 astropy/coordinates/tests/test_pickle.py           |    56 +
 astropy/coordinates/tests/test_sky_coord.py        |   391 +-
 astropy/coordinates/tests/test_transformations.py  |   284 +-
 astropy/coordinates/tests/utils.py                 |    27 +
 astropy/coordinates/transformations.py             |    18 +-
 astropy/cosmology/core.py                          |   445 +-
 astropy/cosmology/funcs.py                         |   290 +-
 astropy/cosmology/parameters.py                    |     2 +-
 astropy/cosmology/tests/test_cosmology.py          |   367 +-
 astropy/cosmology/tests/test_pickle.py             |    18 +
 astropy/extern/bundled/six.py                      |   213 +-
 astropy/extern/configobj.py                        |     8 +-
 .../tests => extern/configobj}/__init__.py         |     0
 astropy/extern/configobj/configobj.py              |  2484 ++
 astropy/extern/configobj/validate.py               |  1472 +
 astropy/extern/configobj_py2/__init__.py           |   100 -
 astropy/extern/configobj_py2/configobj.py          |  2468 --
 astropy/extern/configobj_py2/validate.py           |  1450 -
 astropy/extern/configobj_py3/__init__.py           |   104 -
 astropy/extern/configobj_py3/configobj.py          |  2405 --
 astropy/extern/configobj_py3/validate.py           |  1419 -
 astropy/extern/six.py                              |     2 +-
 astropy/io/ascii/__init__.py                       |    10 +-
 astropy/io/ascii/basic.py                          |   210 +-
 astropy/io/ascii/cds.py                            |    33 +-
 astropy/io/ascii/connect.py                        |    29 +-
 astropy/io/ascii/core.py                           |   268 +-
 astropy/io/ascii/cparser.c                         | 28150 +++++++++++++
 astropy/io/ascii/cparser.pyx                       |  1068 +
 astropy/io/ascii/daophot.py                        |   179 +-
 astropy/io/ascii/ecsv.py                           |   424 +
 astropy/io/ascii/fastbasic.py                      |   304 +
 astropy/io/ascii/fixedwidth.py                     |   110 +-
 astropy/io/ascii/html.py                           |   125 +-
 astropy/io/ascii/ipac.py                           |   431 +-
 astropy/io/ascii/latex.py                          |   168 +-
 astropy/io/ascii/setup_package.py                  |    14 +
 astropy/io/ascii/sextractor.py                     |    96 +-
 astropy/io/ascii/src/tokenizer.c                   |   888 +
 astropy/io/ascii/src/tokenizer.h                   |    97 +
 astropy/io/ascii/tests/t/fixed_width_2_line.txt    |     4 +
 astropy/io/ascii/tests/test_c_reader.py            |   764 +
 astropy/io/ascii/tests/test_compressed.py          |     4 +-
 astropy/io/ascii/tests/test_connect.py             |    15 +-
 astropy/io/ascii/tests/test_ecsv.py                |   176 +
 astropy/io/ascii/tests/test_fixedwidth.py          |    38 +
 astropy/io/ascii/tests/test_html.py                |    72 +-
 astropy/io/ascii/tests/test_ipac_definitions.py    |    29 +-
 astropy/io/ascii/tests/test_read.py                |   228 +-
 astropy/io/ascii/tests/test_write.py               |   145 +-
 astropy/io/ascii/ui.py                             |   192 +-
 astropy/io/fits/card.py                            |    28 +-
 astropy/io/fits/column.py                          |    21 +-
 astropy/io/fits/connect.py                         |     8 +-
 astropy/io/fits/convenience.py                     |     7 +-
 astropy/io/fits/diff.py                            |    46 +-
 astropy/io/fits/file.py                            |    39 +-
 astropy/io/fits/fitsrec.py                         |    15 +-
 astropy/io/fits/hdu/base.py                        |    23 +-
 astropy/io/fits/hdu/compressed.py                  |    21 +-
 astropy/io/fits/hdu/groups.py                      |     8 +-
 astropy/io/fits/hdu/hdulist.py                     |    40 +-
 astropy/io/fits/hdu/image.py                       |   206 +-
 astropy/io/fits/hdu/streaming.py                   |    30 +-
 astropy/io/fits/hdu/table.py                       |    23 +-
 astropy/io/fits/header.py                          |    12 +-
 astropy/io/fits/py3compat.py                       |    72 -
 astropy/io/fits/scripts/__init__.py                |     4 -
 astropy/io/fits/scripts/fitsdiff.py                |    49 +-
 astropy/io/fits/scripts/fitsheader.py              |   330 +-
 astropy/io/fits/tests/test_core.py                 |    24 +-
 astropy/io/fits/tests/test_diff.py                 |    34 +
 astropy/io/fits/tests/test_header.py               |   112 +-
 astropy/io/fits/tests/test_image.py                |   138 +-
 astropy/io/fits/tests/test_uint.py                 |     2 +
 astropy/io/fits/util.py                            |    60 +-
 astropy/io/misc/hdf5.py                            |    13 +-
 astropy/io/misc/pickle_helpers.py                  |     2 -
 astropy/io/misc/tests/test_hdf5.py                 |     4 +
 astropy/io/registry.py                             |     8 +-
 astropy/io/votable/connect.py                      |     7 +
 astropy/io/votable/exceptions.py                   |    12 +-
 astropy/io/votable/setup_package.py                |     2 -
 astropy/io/votable/table.py                        |    27 +-
 astropy/io/votable/tests/data/custom_datatype.xml  |    18 +
 astropy/io/votable/tests/vo_test.py                |    14 +-
 astropy/io/votable/tree.py                         |    13 +-
 astropy/logger.py                                  |    36 +-
 astropy/modeling/__init__.py                       |     1 +
 astropy/modeling/_compound_deprecated.py           |   420 +
 astropy/modeling/core.py                           |  2038 +-
 astropy/modeling/fitting.py                        |    67 +-
 astropy/modeling/functional_models.py              |   610 +-
 astropy/modeling/mappings.py                       |   175 +
 astropy/modeling/models.py                         |     7 +-
 astropy/modeling/optimizers.py                     |     3 +-
 astropy/modeling/parameters.py                     |   103 +-
 astropy/modeling/polynomial.py                     |   421 +-
 astropy/modeling/powerlaws.py                      |    61 +-
 astropy/modeling/projections.py                    |   402 +-
 astropy/modeling/rotations.py                      |   164 +-
 astropy/modeling/tests/example_models.py           |    13 +-
 astropy/modeling/tests/test_compound.py            |   716 +
 astropy/modeling/tests/test_constraints.py         |    48 +-
 astropy/modeling/tests/test_core.py                |   121 +-
 astropy/modeling/tests/test_fitters.py             |    11 +-
 astropy/modeling/tests/test_functional_models.py   |    45 +-
 astropy/modeling/tests/test_input.py               |   102 +-
 astropy/modeling/tests/test_mappings.py            |    64 +
 astropy/modeling/tests/test_models.py              |   157 +-
 astropy/modeling/tests/test_parameters.py          |   111 +-
 astropy/modeling/tests/test_polynomial.py          |    56 +-
 astropy/modeling/tests/test_projections.py         |    42 +-
 astropy/modeling/tests/test_rotations.py           |     7 +-
 astropy/modeling/tests/test_utils.py               |    68 +
 astropy/modeling/utils.py                          |   234 +-
 astropy/nddata/__init__.py                         |     9 +
 astropy/nddata/compat.py                           |   109 +
 astropy/nddata/decorators.py                       |   162 +
 astropy/nddata/flag_collection.py                  |    12 +-
 .../tests => nddata/mixins}/__init__.py            |     0
 astropy/nddata/mixins/ndarithmetic.py              |   224 +
 astropy/nddata/mixins/ndio.py                      |    39 +
 astropy/nddata/mixins/ndslicing.py                 |    39 +
 astropy/nddata/nddata.py                           |   602 +-
 astropy/nddata/nddata_base.py                      |    92 +
 astropy/nddata/nduncertainty.py                    |   135 +-
 astropy/nddata/tests/test_decorators.py            |   182 +
 astropy/nddata/tests/test_flag_collection.py       |    17 +-
 astropy/nddata/tests/test_nddata.py                |   518 +-
 astropy/nddata/tests/test_nddata_base.py           |    60 +
 astropy/nddata/tests/test_utils.py                 |    75 +
 astropy/nddata/utils.py                            |   196 +
 astropy/setup_helpers.py                           |  1535 -
 astropy/sphinx/__init__.py                         |    10 -
 astropy/sphinx/conf.py                             |   311 -
 astropy/sphinx/ext/__init__.py                     |    13 -
 astropy/sphinx/ext/astropyautosummary.py           |    96 -
 astropy/sphinx/ext/automodapi.py                   |   353 -
 astropy/sphinx/ext/automodsumm.py                  |   579 -
 astropy/sphinx/ext/changelog_links.py              |    67 -
 astropy/sphinx/ext/comment_eater.py                |   162 -
 astropy/sphinx/ext/compiler_unparse.py             |   864 -
 astropy/sphinx/ext/docscrape.py                    |   512 -
 astropy/sphinx/ext/docscrape_sphinx.py             |   231 -
 astropy/sphinx/ext/doctest.py                      |    37 -
 astropy/sphinx/ext/edit_on_github.py               |   169 -
 astropy/sphinx/ext/numpydoc.py                     |   173 -
 astropy/sphinx/ext/phantom_import.py               |   166 -
 astropy/sphinx/ext/smart_resolver.py               |    73 -
 .../sphinx/ext/templates/autosummary_core/base.rst |    16 -
 .../ext/templates/autosummary_core/class.rst       |    71 -
 .../ext/templates/autosummary_core/module.rst      |    47 -
 astropy/sphinx/ext/tests/__init__.py               |     4 -
 astropy/sphinx/ext/tests/test_automodapi.py        |   300 -
 astropy/sphinx/ext/tests/test_automodsumm.py       |    77 -
 astropy/sphinx/ext/tocdepthfix.py                  |    22 -
 astropy/sphinx/ext/traitsdoc.py                    |   144 -
 astropy/sphinx/ext/viewcode.py                     |   216 -
 astropy/sphinx/setup_package.py                    |    13 -
 astropy/sphinx/themes/bootstrap-astropy/README.md  |     4 -
 .../sphinx/themes/bootstrap-astropy/layout.html    |    94 -
 astropy/stats/__init__.py                          |     1 +
 astropy/stats/funcs.py                             |   217 +-
 astropy/stats/sigma_clipping.py                    |   189 +
 astropy/stats/tests/test_funcs.py                  |    95 +-
 astropy/stats/tests/test_sigma_clipping.py         |    98 +
 astropy/table/__init__.py                          |     6 +-
 astropy/table/_np_utils.c                          |   356 +-
 astropy/table/column.py                            |   417 +-
 astropy/table/groups.py                            |    23 +-
 astropy/table/jsviewer.py                          |   108 +-
 astropy/table/np_utils.py                          |    16 +-
 astropy/table/operations.py                        |   633 +-
 astropy/table/pprint.py                            |   146 +-
 astropy/table/row.py                               |   145 +-
 astropy/table/table.py                             |   817 +-
 astropy/table/table_helpers.py                     |   169 +
 astropy/table/tests/conftest.py                    |    43 +
 astropy/table/tests/test_column.py                 |   198 +-
 astropy/table/tests/test_groups.py                 |     6 +-
 astropy/table/tests/test_init_table.py             |    35 +-
 astropy/table/tests/test_item_access.py            |     6 +-
 astropy/table/tests/test_jsviewer.py               |    65 +
 astropy/table/tests/test_masked.py                 |    23 +-
 astropy/table/tests/test_mixin.py                  |   376 +
 astropy/table/tests/test_operations.py             |   110 +-
 astropy/table/tests/test_pprint.py                 |   169 +-
 astropy/table/tests/test_row.py                    |    77 +-
 astropy/table/tests/test_subclass.py               |    40 +-
 astropy/table/tests/test_table.py                  |   160 +-
 astropy/tests/helper.py                            |   336 +-
 astropy/tests/output_checker.py                    |     2 +-
 astropy/tests/pytest_plugins.py                    |   147 +-
 astropy/tests/tests/run_after_2to3.py              |    12 -
 astropy/tests/tests/test_quantity_helpers.py       |    39 +
 astropy/tests/tests/test_run_tests.py              |     9 -
 astropy/time/core.py                               |   531 +-
 astropy/time/erfa_time.c                           | 20866 ----------
 astropy/time/erfa_time.py                          |    40 +
 astropy/time/erfa_time.pyx                         |  2056 -
 astropy/time/setup_package.py                      |    31 -
 astropy/time/tests/test_basic.py                   |   145 +-
 astropy/time/tests/test_delta.py                   |     2 +-
 astropy/time/tests/test_precision.py               |    10 +
 astropy/time/tests/test_quantity_interaction.py    |    23 +
 astropy/units/__init__.py                          |     1 +
 astropy/units/astrophys.py                         |    47 +-
 astropy/units/cds.py                               |     9 +-
 astropy/units/cgs.py                               |     2 +-
 astropy/units/core.py                              |   106 +-
 astropy/units/decorators.py                        |   132 +
 astropy/units/format/__init__.py                   |    34 +-
 astropy/units/format/base.py                       |    18 +-
 astropy/units/format/cds.py                        |     2 +-
 astropy/units/format/console.py                    |    24 +-
 astropy/units/format/fits.py                       |    69 +-
 astropy/units/format/generic.py                    |    96 +-
 astropy/units/format/generic_lextab.py             |     4 +-
 astropy/units/format/generic_parsetab.py           |    98 +-
 astropy/units/format/latex.py                      |   108 +-
 astropy/units/format/ogip.py                       |    97 +-
 astropy/units/format/unicode_format.py             |    14 +-
 astropy/units/format/utils.py                      |    93 +
 astropy/units/format/vounit.py                     |   215 +-
 astropy/units/quantity.py                          |   130 +-
 astropy/units/si.py                                |    11 +-
 .../units/tests/py3_test_quantity_annotations.py   |   224 +
 astropy/units/tests/test_format.py                 |    90 +-
 astropy/units/tests/test_physical.py               |     5 +
 astropy/units/tests/test_quantity.py               |   102 +-
 astropy/units/tests/test_quantity_array_methods.py |    14 +-
 astropy/units/tests/test_quantity_decorator.py     |   195 +
 astropy/units/tests/test_quantity_ufuncs.py        |     6 -
 astropy/units/tests/test_units.py                  |     4 +
 astropy/units/utils.py                             |     1 -
 astropy/utils/__init__.py                          |     3 +
 astropy/utils/codegen.py                           |   144 +
 astropy/utils/compat/_funcsigs.py                  |   813 +
 astropy/utils/compat/argparse.py                   |     2 -
 astropy/utils/compat/funcsigs.py                   |     6 +
 astropy/utils/compat/gzip.py                       |     8 +-
 astropy/utils/compat/misc.py                       |    86 +-
 astropy/utils/compat/numpy/__init__.py             |    10 +
 .../tests => utils/compat/numpy/lib}/__init__.py   |     0
 astropy/utils/compat/numpy/lib/stride_tricks.py    |   164 +
 .../compat/numpy}/tests/__init__.py                |     0
 .../compat/numpy/tests/test_broadcast_arrays.py    |    48 +
 astropy/utils/console.py                           |   131 +-
 astropy/utils/data.py                              |     2 +-
 astropy/utils/decorators.py                        |   573 +
 astropy/utils/iers/data/eopc04_IAU2000.62-now      |   590 +-
 astropy/utils/iers/iers.py                         |   110 +-
 astropy/utils/introspection.py                     |   267 +
 astropy/utils/metadata.py                          |     4 +-
 astropy/utils/misc.py                              |   577 +-
 astropy/utils/release.py                           |   134 +
 astropy/utils/tests/test_codegen.py                |    42 +
 astropy/utils/tests/test_console.py                |    13 +-
 astropy/utils/tests/test_decorators.py             |   252 +
 astropy/utils/tests/test_introspection.py          |    94 +
 astropy/utils/tests/test_misc.py                   |   179 +-
 astropy/utils/timer.py                             |     2 +-
 astropy/utils/xml/writer.py                        |    13 +-
 astropy/version.py                                 |    12 +-
 astropy/version_helpers.py                         |   258 -
 astropy/visualization/__init__.py                  |     7 +
 astropy/visualization/interval.py                  |   142 +
 astropy/visualization/mpl_normalize.py             |    85 +
 astropy/visualization/mpl_style.py                 |   113 +
 .../tests => visualization/scripts}/__init__.py    |     0
 astropy/visualization/scripts/fits2bitmap.py       |   138 +
 .../scripts}/tests/__init__.py                     |     0
 .../scripts/tests/test_fits2bitmap.py              |    27 +
 astropy/visualization/stretch.py                   |   468 +
 .../{io/misc => visualization}/tests/__init__.py   |     0
 astropy/visualization/tests/test_interval.py       |    89 +
 astropy/visualization/tests/test_norm.py           |    89 +
 astropy/visualization/tests/test_stretch.py        |   108 +
 astropy/visualization/tests/test_ui.py             |    46 +
 astropy/visualization/transform.py                 |    42 +
 astropy/visualization/ui.py                        |   102 +
 astropy/vo/client/async.py                         |     2 +-
 astropy/vo/client/conesearch.py                    |     2 +-
 astropy/vo/samp/client.py                          |    16 +-
 astropy/vo/samp/lockfile_helpers.py                |     4 +-
 astropy/vo/samp/standard_profile.py                |     4 +-
 astropy/vo/samp/tests/test_standard_profile.py     |     2 -
 astropy/vo/samp/web_profile.py                     |     3 -
 astropy/vo/validator/inspect.py                    |     2 +-
 astropy/vo/validator/tests/test_validate.py        |     5 -
 astropy/wcs/docstrings.py                          |    18 +-
 astropy/wcs/include/astropy_wcs/docstrings.h       |    12 +-
 astropy/wcs/include/astropy_wcs/wcsconfig.h        |     2 +-
 astropy/wcs/include/wcsconfig.h                    |     2 +-
 astropy/wcs/include/wcslib/cel.h                   |     6 +-
 astropy/wcs/include/wcslib/lin.h                   |     6 +-
 astropy/wcs/include/wcslib/prj.h                   |     6 +-
 astropy/wcs/include/wcslib/spc.h                   |     6 +-
 astropy/wcs/include/wcslib/spx.h                   |     6 +-
 astropy/wcs/include/wcslib/tab.h                   |    15 +-
 astropy/wcs/include/wcslib/wcs.h                   |    15 +-
 astropy/wcs/include/wcslib/wcserr.h                |     4 +-
 astropy/wcs/include/wcslib/wcsmath.h               |     4 +-
 astropy/wcs/include/wcslib/wcsprintf.h             |     6 +-
 astropy/wcs/setup_package.py                       |     5 +-
 astropy/wcs/src/docstrings.c                       |   694 +-
 astropy/wcs/src/unit_list_proxy.c                  |    10 +-
 astropy/wcs/src/wcslib_wrap.c                      |    44 +-
 astropy/wcs/tests/data/j94f05bgq_flt.fits          |     1 +
 astropy/wcs/tests/extension/test_extension.py      |     2 +-
 astropy/wcs/tests/test_utils.py                    |   257 +-
 astropy/wcs/tests/test_wcs.py                      |   146 +-
 astropy/wcs/tests/test_wcsprm.py                   |   137 +-
 astropy/wcs/utils.py                               |   415 +-
 astropy/wcs/wcs.py                                 |   848 +-
 astropy_helpers/.coveragerc                        |    21 +
 astropy_helpers/.travis.yml                        |    57 +
 astropy_helpers/CHANGES.rst                        |   156 +
 astropy_helpers/CONTRIBUTING.md                    |    20 +
 astropy_helpers/LICENSE.rst                        |    26 +
 astropy_helpers/MANIFEST.in                        |    10 +
 astropy_helpers/README.rst                         |    32 +
 astropy_helpers/ah_bootstrap.py                    |   897 +
 astropy_helpers/appveyor.yml                       |    52 +
 astropy_helpers/astropy_helpers.egg-info/PKG-INFO  |    52 +
 .../astropy_helpers.egg-info/SOURCES.txt           |    77 +
 .../astropy_helpers.egg-info/dependency_links.txt  |     1 +
 .../astropy_helpers.egg-info/not-zip-safe          |     1 +
 .../astropy_helpers.egg-info/top_level.txt         |     1 +
 astropy_helpers/astropy_helpers/__init__.py        |     6 +
 .../astropy_helpers/commands}/__init__.py          |     0
 .../astropy_helpers/commands/build_ext.py          |   179 +
 .../astropy_helpers/commands/build_py.py           |    39 +
 .../astropy_helpers/commands/build_sphinx.py       |   215 +
 .../astropy_helpers/commands/install.py            |    14 +
 .../astropy_helpers/commands/install_lib.py        |    14 +
 .../astropy_helpers/commands/register.py           |    53 +
 astropy_helpers/astropy_helpers/compat/__init__.py |    12 +
 .../compat/_subprocess_py2/__init__.py             |     0
 .../astropy_helpers}/compat/subprocess.py          |     0
 .../astropy_helpers/distutils_helpers.py           |   257 +
 astropy_helpers/astropy_helpers/git_helpers.py     |   155 +
 astropy_helpers/astropy_helpers/setup_helpers.py   |   843 +
 astropy_helpers/astropy_helpers/sphinx/__init__.py |     6 +
 astropy_helpers/astropy_helpers/sphinx/conf.py     |   311 +
 .../astropy_helpers/sphinx/ext/__init__.py         |     3 +
 .../sphinx/ext/astropyautosummary.py               |   113 +
 .../sphinx/ext/autodoc_enhancements.py             |    56 +
 .../astropy_helpers/sphinx/ext/automodapi.py       |   350 +
 .../astropy_helpers/sphinx/ext/automodsumm.py      |   592 +
 .../astropy_helpers/sphinx/ext/changelog_links.py  |    78 +
 .../astropy_helpers/sphinx/ext/comment_eater.py    |   169 +
 .../astropy_helpers/sphinx/ext/compiler_unparse.py |   865 +
 .../astropy_helpers/sphinx/ext/docscrape.py        |   531 +
 .../astropy_helpers/sphinx/ext/docscrape_sphinx.py |   274 +
 .../astropy_helpers/sphinx/ext/doctest.py          |    38 +
 .../astropy_helpers/sphinx/ext/edit_on_github.py   |   165 +
 .../astropy_helpers/sphinx/ext/numpydoc.py         |   187 +
 .../astropy_helpers/sphinx/ext/phantom_import.py   |   167 +
 .../astropy_helpers/sphinx/ext/smart_resolver.py   |    92 +
 .../sphinx/ext/templates/autosummary_core/base.rst |    10 +
 .../ext/templates/autosummary_core/class.rst       |    65 +
 .../ext/templates/autosummary_core/module.rst      |    41 +
 .../astropy_helpers/sphinx/ext/tests/__init__.py   |    70 +
 .../sphinx/ext/tests/test_autodoc_enhancements.py  |    56 +
 .../sphinx/ext/tests/test_automodapi.py            |   343 +
 .../sphinx/ext/tests/test_automodsumm.py           |   112 +
 .../sphinx/ext/tests/test_docscrape.py             |   762 +
 .../astropy_helpers/sphinx/ext/tests/test_utils.py |    34 +
 .../astropy_helpers/sphinx/ext/tocdepthfix.py      |    18 +
 .../astropy_helpers/sphinx/ext/traitsdoc.py        |   142 +
 .../astropy_helpers/sphinx/ext/utils.py            |    65 +
 .../astropy_helpers/sphinx/ext/viewcode.py         |   219 +
 .../astropy_helpers/sphinx/local/python3links.inv  |   Bin 0 -> 483 bytes
 .../astropy_helpers/sphinx/local/python3links.txt  |    20 +
 .../astropy_helpers/sphinx/setup_package.py        |    10 +
 .../sphinx/themes/bootstrap-astropy/globaltoc.html |     0
 .../sphinx/themes/bootstrap-astropy/layout.html    |    96 +
 .../sphinx/themes/bootstrap-astropy/localtoc.html  |     0
 .../sphinx/themes/bootstrap-astropy/searchbox.html |     0
 .../static/astropy_linkout_20.png                  |   Bin
 .../bootstrap-astropy/static/astropy_logo.ico      |   Bin
 .../bootstrap-astropy/static/astropy_logo_32.png   |   Bin
 .../bootstrap-astropy/static/bootstrap-astropy.css |     0
 .../themes/bootstrap-astropy/static/copybutton.js  |    57 +
 .../themes/bootstrap-astropy/static/sidebar.js     |     0
 .../sphinx/themes/bootstrap-astropy/theme.conf     |     0
 .../astropy_helpers/src}/__init__.py               |     0
 .../astropy_helpers}/src/compiler.c                |     0
 .../astropy_helpers/src/setup_package.py           |     2 +
 astropy_helpers/astropy_helpers/test_helpers.py    |   250 +
 astropy_helpers/astropy_helpers/tests/__init__.py  |   157 +
 .../astropy_helpers/tests/test_ah_bootstrap.py     |   419 +
 .../astropy_helpers/tests/test_git_helpers.py      |   176 +
 .../astropy_helpers/tests/test_setup_helpers.py    |   254 +
 astropy_helpers/astropy_helpers/utils.py           |   591 +
 astropy_helpers/astropy_helpers/version.py         |   171 +
 astropy_helpers/astropy_helpers/version_helpers.py |   227 +
 .../appveyor/install-miniconda.ps1                 |    71 +
 .../appveyor/windows_sdk.cmd                       |    47 +
 .../travis/install_conda_linux.sh                  |     7 +
 .../travis/install_conda_osx.sh                    |     7 +
 .../travis/install_graphviz_linux.sh               |     4 +
 .../travis/install_graphviz_osx.sh                 |     4 +
 ez_setup.py => astropy_helpers/ez_setup.py         |     0
 astropy_helpers/licenses/LICENSE_COPYBUTTON.rst    |    50 +
 astropy_helpers/licenses/LICENSE_NUMPYDOC.rst      |    94 +
 astropy_helpers/setup.cfg                          |     5 +
 astropy_helpers/setup.py                           |    50 +
 astropy_helpers/tox.ini                            |    14 +
 cextern/erfa/a2af.c                                |   129 +
 cextern/erfa/a2tf.c                                |   125 +
 cextern/erfa/ab.c                                  |   137 +
 cextern/erfa/af2a.c                                |   116 +
 cextern/erfa/anp.c                                 |    91 +
 cextern/erfa/anpm.c                                |    91 +
 cextern/erfa/apcg.c                                |   181 +
 cextern/erfa/apcg13.c                              |   184 +
 cextern/erfa/apci.c                                |   190 +
 cextern/erfa/apci13.c                              |   202 +
 cextern/erfa/apco.c                                |   264 +
 cextern/erfa/apco13.c                              |   287 +
 cextern/erfa/apcs.c                                |   233 +
 cextern/erfa/apcs13.c                              |   191 +
 cextern/erfa/aper.c                                |   162 +
 cextern/erfa/aper13.c                              |   181 +
 cextern/erfa/apio.c                                |   213 +
 cextern/erfa/apio13.c                              |   259 +
 cextern/erfa/atci13.c                              |   159 +
 cextern/erfa/atciq.c                               |   154 +
 cextern/erfa/atciqn.c                              |   191 +
 cextern/erfa/atciqz.c                              |   153 +
 cextern/erfa/atco13.c                              |   243 +
 cextern/erfa/atic13.c                              |   152 +
 cextern/erfa/aticq.c                               |   199 +
 cextern/erfa/aticqn.c                              |   237 +
 cextern/erfa/atio13.c                              |   222 +
 cextern/erfa/atioq.c                               |   244 +
 cextern/erfa/atoc13.c                              |   233 +
 cextern/erfa/atoi13.c                              |   228 +
 cextern/erfa/atoiq.c                               |   260 +
 cextern/erfa/bi00.c                                |   125 +
 cextern/erfa/bp00.c                                |   181 +
 cextern/erfa/bp06.c                                |   152 +
 cextern/erfa/bpn2xy.c                              |   109 +
 cextern/erfa/c2i00a.c                              |   148 +
 cextern/erfa/c2i00b.c                              |   148 +
 cextern/erfa/c2i06a.c                              |   145 +
 cextern/erfa/c2ibpn.c                              |   151 +
 cextern/erfa/c2ixy.c                               |   140 +
 cextern/erfa/c2ixys.c                              |   132 +
 cextern/erfa/c2s.c                                 |   105 +
 cextern/erfa/c2t00a.c                              |   163 +
 cextern/erfa/c2t00b.c                              |   159 +
 cextern/erfa/c2t06a.c                              |   161 +
 cextern/erfa/c2tcio.c                              |   131 +
 cextern/erfa/c2teqx.c                              |   131 +
 cextern/erfa/c2tpe.c                               |   176 +
 cextern/erfa/c2txy.c                               |   168 +
 cextern/erfa/cal2jd.c                              |   148 +
 cextern/erfa/cp.c                                  |    89 +
 cextern/erfa/cpv.c                                 |    91 +
 cextern/erfa/cr.c                                  |    92 +
 cextern/erfa/d2dtf.c                               |   245 +
 cextern/erfa/d2tf.c                                |   169 +
 cextern/erfa/dat.c                                 |   304 +
 cextern/erfa/dtdb.c                                |  1222 +
 cextern/erfa/dtf2d.c                               |   212 +
 cextern/erfa/ee00.c                                |   137 +
 cextern/erfa/ee00a.c                               |   144 +
 cextern/erfa/ee00b.c                               |   150 +
 cextern/erfa/ee06a.c                               |   131 +
 cextern/erfa/eect00.c                              |   291 +
 cextern/erfa/eform.c                               |   155 +
 cextern/erfa/eo06a.c                               |   140 +
 cextern/erfa/eors.c                                |   117 +
 cextern/erfa/epb.c                                 |   100 +
 cextern/erfa/epb2jd.c                              |   100 +
 cextern/erfa/epj.c                                 |   102 +
 cextern/erfa/epj2jd.c                              |   100 +
 cextern/erfa/epv00.c                               |  2598 ++
 cextern/erfa/eqeq94.c                              |   141 +
 cextern/erfa/era00.c                               |   145 +
 cextern/erfa/erfa.c                                | 27361 -------------
 cextern/erfa/erfa.h                                |   169 +-
 cextern/erfa/erfam.h                               |   208 +
 cextern/erfa/fad03.c                               |   112 +
 cextern/erfa/fae03.c                               |   111 +
 cextern/erfa/faf03.c                               |   115 +
 cextern/erfa/faju03.c                              |   111 +
 cextern/erfa/fal03.c                               |   112 +
 cextern/erfa/falp03.c                              |   112 +
 cextern/erfa/fama03.c                              |   111 +
 cextern/erfa/fame03.c                              |   111 +
 cextern/erfa/fane03.c                              |   108 +
 cextern/erfa/faom03.c                              |   113 +
 cextern/erfa/fapa03.c                              |   112 +
 cextern/erfa/fasa03.c                              |   111 +
 cextern/erfa/faur03.c                              |   108 +
 cextern/erfa/fave03.c                              |   111 +
 cextern/erfa/fk52h.c                               |   152 +
 cextern/erfa/fk5hip.c                              |   135 +
 cextern/erfa/fk5hz.c                               |   169 +
 cextern/erfa/fw2m.c                                |   143 +
 cextern/erfa/fw2xy.c                               |   130 +
 cextern/erfa/gc2gd.c                               |   143 +
 cextern/erfa/gc2gde.c                              |   208 +
 cextern/erfa/gd2gc.c                               |   142 +
 cextern/erfa/gd2gce.c                              |   146 +
 cextern/erfa/gmst00.c                              |   154 +
 cextern/erfa/gmst06.c                              |   145 +
 cextern/erfa/gmst82.c                              |   160 +
 cextern/erfa/gst00a.c                              |   147 +
 cextern/erfa/gst00b.c                              |   155 +
 cextern/erfa/gst06.c                               |   149 +
 cextern/erfa/gst06a.c                              |   140 +
 cextern/erfa/gst94.c                               |   140 +
 cextern/erfa/h2fk5.c                               |   157 +
 cextern/erfa/hfk5z.c                               |   184 +
 cextern/erfa/ir.c                                  |    92 +
 cextern/erfa/jd2cal.c                              |   164 +
 cextern/erfa/jdcalf.c                              |   170 +
 cextern/erfa/ld.c                                  |   161 +
 cextern/erfa/ldn.c                                 |   183 +
 cextern/erfa/ldsun.c                               |   105 +
 cextern/erfa/num00a.c                              |   130 +
 cextern/erfa/num00b.c                              |   130 +
 cextern/erfa/num06a.c                              |   134 +
 cextern/erfa/numat.c                               |   118 +
 cextern/erfa/nut00a.c                              |  2056 +
 cextern/erfa/nut00b.c                              |   381 +
 cextern/erfa/nut06a.c                              |   162 +
 cextern/erfa/nut80.c                               |   334 +
 cextern/erfa/nutm80.c                              |   126 +
 cextern/erfa/obl06.c                               |   127 +
 cextern/erfa/obl80.c                               |   127 +
 cextern/erfa/p06e.c                                |   330 +
 cextern/erfa/p2pv.c                                |    92 +
 cextern/erfa/p2s.c                                 |   100 +
 cextern/erfa/pap.c                                 |   148 +
 cextern/erfa/pas.c                                 |   105 +
 cextern/erfa/pb06.c                                |   153 +
 cextern/erfa/pdp.c                                 |    93 +
 cextern/erfa/pfw06.c                               |   174 +
 cextern/erfa/plan94.c                              |   523 +
 cextern/erfa/pm.c                                  |    85 +
 cextern/erfa/pmat00.c                              |   127 +
 cextern/erfa/pmat06.c                              |   131 +
 cextern/erfa/pmat76.c                              |   150 +
 cextern/erfa/pmp.c                                 |    94 +
 cextern/erfa/pmpx.c                                |   153 +
 cextern/erfa/pmsafe.c                              |   206 +
 cextern/erfa/pn.c                                  |   118 +
 cextern/erfa/pn00.c                                |   186 +
 cextern/erfa/pn00a.c                               |   172 +
 cextern/erfa/pn00b.c                               |   172 +
 cextern/erfa/pn06.c                                |   196 +
 cextern/erfa/pn06a.c                               |   162 +
 cextern/erfa/pnm00a.c                              |   130 +
 cextern/erfa/pnm00b.c                              |   130 +
 cextern/erfa/pnm06a.c                              |   133 +
 cextern/erfa/pnm80.c                               |   135 +
 cextern/erfa/pom00.c                               |   124 +
 cextern/erfa/ppp.c                                 |    94 +
 cextern/erfa/ppsp.c                                |   103 +
 cextern/erfa/pr00.c                                |   151 +
 cextern/erfa/prec76.c                              |   157 +
 cextern/erfa/pv2p.c                                |    90 +
 cextern/erfa/pv2s.c                                |   153 +
 cextern/erfa/pvdpv.c                               |   111 +
 cextern/erfa/pvm.c                                 |    95 +
 cextern/erfa/pvmpv.c                               |    96 +
 cextern/erfa/pvppv.c                               |    96 +
 cextern/erfa/pvstar.c                              |   216 +
 cextern/erfa/pvtob.c                               |   162 +
 cextern/erfa/pvu.c                                 |   102 +
 cextern/erfa/pvup.c                                |    97 +
 cextern/erfa/pvxpv.c                               |   116 +
 cextern/erfa/pxp.c                                 |   103 +
 cextern/erfa/refco.c                               |   262 +
 cextern/erfa/rm2v.c                                |   120 +
 cextern/erfa/rv2m.c                                |   127 +
 cextern/erfa/rx.c                                  |   119 +
 cextern/erfa/rxp.c                                 |   108 +
 cextern/erfa/rxpv.c                                |    95 +
 cextern/erfa/rxr.c                                 |   108 +
 cextern/erfa/ry.c                                  |   119 +
 cextern/erfa/rz.c                                  |   119 +
 cextern/erfa/s00.c                                 |   380 +
 cextern/erfa/s00a.c                                |   152 +
 cextern/erfa/s00b.c                                |   152 +
 cextern/erfa/s06.c                                 |   377 +
 cextern/erfa/s06a.c                                |   154 +
 cextern/erfa/s2c.c                                 |    94 +
 cextern/erfa/s2p.c                                 |    97 +
 cextern/erfa/s2pv.c                                |   112 +
 cextern/erfa/s2xpv.c                               |    96 +
 cextern/erfa/sepp.c                                |   114 +
 cextern/erfa/seps.c                                |   102 +
 cextern/erfa/sp00.c                                |   127 +
 cextern/erfa/starpm.c                              |   214 +
 cextern/erfa/starpv.c                              |   273 +
 cextern/erfa/sxp.c                                 |    93 +
 cextern/erfa/sxpv.c                                |    94 +
 cextern/erfa/taitt.c                               |   119 +
 cextern/erfa/taiut1.c                              |   120 +
 cextern/erfa/taiutc.c                              |   168 +
 cextern/erfa/tcbtdb.c                              |   141 +
 cextern/erfa/tcgtt.c                               |   118 +
 cextern/erfa/tdbtcb.c                              |   146 +
 cextern/erfa/tdbtt.c                               |   130 +
 cextern/erfa/tf2a.c                                |   116 +
 cextern/erfa/tf2d.c                                |   116 +
 cextern/erfa/tr.c                                  |   102 +
 cextern/erfa/trxp.c                                |   102 +
 cextern/erfa/trxpv.c                               |   102 +
 cextern/erfa/tttai.c                               |   119 +
 cextern/erfa/tttcg.c                               |   121 +
 cextern/erfa/tttdb.c                               |   130 +
 cextern/erfa/ttut1.c                               |   119 +
 cextern/erfa/ut1tai.c                              |   120 +
 cextern/erfa/ut1tt.c                               |   119 +
 cextern/erfa/ut1utc.c                              |   202 +
 cextern/erfa/utctai.c                              |   186 +
 cextern/erfa/utcut1.c                              |   156 +
 cextern/erfa/xy06.c                                |  2767 ++
 cextern/erfa/xys00a.c                              |   142 +
 cextern/erfa/xys00b.c                              |   142 +
 cextern/erfa/xys06a.c                              |   142 +
 cextern/erfa/zp.c                                  |    86 +
 cextern/erfa/zpv.c                                 |    88 +
 cextern/erfa/zr.c                                  |    92 +
 cextern/wcslib/C/GNUmakefile                       |     4 +-
 cextern/wcslib/C/cel.c                             |     4 +-
 cextern/wcslib/C/cel.h                             |     6 +-
 cextern/wcslib/C/fitshdr.h                         |     4 +-
 cextern/wcslib/C/fitshdr.l                         |     4 +-
 cextern/wcslib/C/flexed/fitshdr.c                  |     4 +-
 cextern/wcslib/C/flexed/wcsbth.c                   |     4 +-
 cextern/wcslib/C/flexed/wcspih.c                   |     4 +-
 cextern/wcslib/C/flexed/wcsulex.c                  |     4 +-
 cextern/wcslib/C/flexed/wcsutrn.c                  |     4 +-
 cextern/wcslib/C/getwcstab.c                       |     4 +-
 cextern/wcslib/C/getwcstab.h                       |     4 +-
 cextern/wcslib/C/lin.c                             |     4 +-
 cextern/wcslib/C/lin.h                             |     6 +-
 cextern/wcslib/C/log.c                             |     4 +-
 cextern/wcslib/C/log.h                             |     6 +-
 cextern/wcslib/C/prj.c                             |     4 +-
 cextern/wcslib/C/prj.h                             |     6 +-
 cextern/wcslib/C/spc.c                             |     4 +-
 cextern/wcslib/C/spc.h                             |     6 +-
 cextern/wcslib/C/sph.c                             |     4 +-
 cextern/wcslib/C/sph.h                             |     6 +-
 cextern/wcslib/C/spx.c                             |     4 +-
 cextern/wcslib/C/spx.h                             |     6 +-
 cextern/wcslib/C/tab.c                             |    11 +-
 cextern/wcslib/C/tab.h                             |    15 +-
 cextern/wcslib/C/tan.fits                          |     1 +
 cextern/wcslib/C/tan.hdr                           |    21 +
 cextern/wcslib/C/wcs.c                             |    91 +-
 cextern/wcslib/C/wcs.h                             |    15 +-
 cextern/wcslib/C/wcsbth.l                          |     4 +-
 cextern/wcslib/C/wcserr.c                          |     4 +-
 cextern/wcslib/C/wcserr.h                          |     4 +-
 cextern/wcslib/C/wcsfix.c                          |     4 +-
 cextern/wcslib/C/wcsfix.h                          |     6 +-
 cextern/wcslib/C/wcshdr.c                          |     4 +-
 cextern/wcslib/C/wcshdr.h                          |     6 +-
 cextern/wcslib/C/wcslib.h                          |     6 +-
 cextern/wcslib/C/wcsmath.h                         |     4 +-
 cextern/wcslib/C/wcspih.l                          |     4 +-
 cextern/wcslib/C/wcsprintf.c                       |     4 +-
 cextern/wcslib/C/wcsprintf.h                       |     6 +-
 cextern/wcslib/C/wcstrig.c                         |     4 +-
 cextern/wcslib/C/wcstrig.h                         |     4 +-
 cextern/wcslib/C/wcsulex.l                         |     4 +-
 cextern/wcslib/C/wcsunits.c                        |     4 +-
 cextern/wcslib/C/wcsunits.h                        |     6 +-
 cextern/wcslib/C/wcsutil.c                         |    25 +-
 cextern/wcslib/C/wcsutil.h                         |    16 +-
 cextern/wcslib/C/wcsutrn.l                         |     4 +-
 cextern/wcslib/CHANGES                             |    31 +-
 cextern/wcslib/GNUmakefile                         |     4 +-
 cextern/wcslib/INSTALL                             |     8 +-
 cextern/wcslib/README                              |     6 +-
 cextern/wcslib/THANKS                              |     2 +-
 cextern/wcslib/VALIDATION                          |     2 +-
 cextern/wcslib/configure                           | 14553 +++----
 cextern/wcslib/configure.ac                        |    13 +-
 cextern/wcslib/flavours                            |     2 +-
 cextern/wcslib/makedefs.in                         |     8 +-
 cextern/wcslib/wcsconfig.h.in                      |     4 +-
 cextern/wcslib/wcsconfig_f77.h.in                  |     4 +-
 cextern/wcslib/wcsconfig_tests.h.in                |     4 +-
 cextern/wcslib/wcsconfig_utils.h.in                |     4 +-
 debian/changelog                                   |     6 +-
 debian/patches/disable_helper.patch                |    11 +-
 debian/patches/helper_compatibility.patch          |    14 +
 debian/patches/series                              |     2 +-
 docs/analytic_functions/index.rst                  |   119 +
 docs/coordinates/frames.rst                        |    18 +-
 docs/coordinates/galactocentric.rst                |   115 +
 docs/coordinates/index.rst                         |    43 +-
 docs/coordinates/matchsep.rst                      |    15 +
 docs/coordinates/observing-example.rst             |   135 +
 docs/coordinates/skycoord.rst                      |   137 +-
 docs/coordinates/transforming.rst                  |    42 +-
 docs/cosmology/index.rst                           |    50 +-
 docs/credits.rst                                   |     1 +
 docs/development/affiliated-packages.rst           |   322 +-
 docs/development/building.rst                      |     6 +-
 docs/development/ccython.rst                       |    13 +-
 docs/development/codeguide.rst                     |    24 +-
 docs/development/docrules.rst                      |     6 +-
 docs/development/releasing.rst                     |     8 +-
 docs/development/scripts.rst                       |    47 +-
 docs/development/testguide.rst                     |     3 -
 docs/getting_started.rst                           |     3 +
 docs/index.rst                                     |     6 +-
 docs/install.rst                                   |    12 +-
 docs/io/ascii/fast_ascii_io.rst                    |   173 +
 docs/io/ascii/fixed_width_gallery.rst              |   128 +-
 docs/io/ascii/index.rst                            |   107 +-
 docs/io/ascii/read.rst                             |   158 +-
 docs/io/ascii/toc.txt                              |     1 +
 docs/io/ascii/write.rst                            |    24 +-
 docs/io/fits/index.rst                             |    11 +-
 docs/io/unified.rst                                |     1 +
 docs/known_issues.rst                              |    12 -
 docs/modeling/compound-models.rst                  |   862 +
 docs/modeling/design.rst                           |    28 -
 docs/modeling/fitting.rst                          |     6 +-
 docs/modeling/index.rst                            |   122 +-
 docs/modeling/models.rst                           |    10 +-
 docs/modeling/new.rst                              |   278 +-
 docs/modeling/parameters.rst                       |     4 +-
 docs/nddata/decorator.rst                          |    71 +
 docs/nddata/index.rst                              |   150 +-
 docs/nddata/mixins/index.rst                       |     9 +
 docs/nddata/mixins/ndarithmetic.rst                |    49 +
 docs/nddata/mixins/ndio.rst                        |    11 +
 docs/nddata/mixins/ndslicing.rst                   |    22 +
 docs/nddata/nddata.rst                             |   191 +-
 docs/nddata/subclassing.rst                        |    51 +-
 docs/nitpick-exceptions                            |     5 +-
 docs/rtd-pip-requirements                          |     2 +-
 docs/stability.rst                                 |    22 +
 docs/table/access_table.rst                        |   249 +-
 docs/table/construct_table.rst                     |   216 +-
 docs/table/implementation_change_1.0.rst           |   188 +
 docs/table/implementation_details.rst              |    47 +
 docs/table/index.rst                               |   112 +-
 docs/table/io.rst                                  |     4 +-
 docs/table/masking.rst                             |    13 +-
 docs/table/mixin_columns.rst                       |   276 +
 docs/table/modify_table.rst                        |    21 +-
 docs/table/operations.rst                          |   126 +-
 docs/table/references.txt                          |     1 +
 docs/table/table_after_1.0.png                     |   Bin 0 -> 19735 bytes
 docs/table/table_architecture.png                  |   Bin 0 -> 28771 bytes
 docs/table/table_before_1.0.png                    |   Bin 0 -> 21356 bytes
 docs/table/table_column_after_1.0.png              |   Bin 0 -> 19735 bytes
 docs/table/table_column_before_1.0.png             |   Bin 0 -> 21915 bytes
 docs/table/table_repr_html.png                     |   Bin 9278 -> 17283 bytes
 docs/table/table_row.png                           |   Bin 0 -> 41362 bytes
 docs/table/table_row_after_1.0.png                 |   Bin 0 -> 27899 bytes
 docs/table/table_row_before_1.0.png                |   Bin 0 -> 16091 bytes
 docs/time/index.rst                                |    45 +-
 docs/units/decomposing_and_composing.rst           |     2 +-
 docs/units/equivalencies.rst                       |    34 +-
 docs/units/format.rst                              |    27 +-
 docs/units/index.rst                               |    12 +-
 docs/units/quantity.rst                            |    32 +
 docs/utils/index.rst                               |    25 +-
 docs/utils/numpy.rst                               |    54 +
 docs/visualization/index.rst                       |    43 +
 docs/visualization/normalization.rst               |   157 +
 docs/wcs/index.rst                                 |    24 +
 docs/whatsnew/0.4.rst                              |     2 +-
 docs/whatsnew/1.0.rst                              |   247 +
 docs/whatsnew/index.rst                            |     1 +
 licenses/NUMPY_LICENSE.rst                         |    30 +
 scripts/README.rst                                 |     5 -
 scripts/fitscheck                                  |     8 -
 scripts/fitsdiff                                   |     8 -
 scripts/fitsheader                                 |     5 -
 scripts/samp_hub                                   |     4 -
 scripts/volint                                     |     5 -
 scripts/wcslint                                    |     5 -
 setup.cfg                                          |    11 +
 setup.py                                           |    23 +-
 863 files changed, 195855 insertions(+), 86313 deletions(-)
 create mode 100644 astropy/_erfa/__init__.py
 create mode 100644 astropy/_erfa/core.c
 create mode 100644 astropy/_erfa/core.py
 create mode 100644 astropy/_erfa/core.py.templ
 create mode 100644 astropy/_erfa/core.pyx
 create mode 100644 astropy/_erfa/core.pyx.templ
 create mode 100644 astropy/_erfa/erfa_generator.py
 create mode 100644 astropy/_erfa/setup_package.py
 copy astropy/{io/misc => _erfa}/tests/__init__.py (100%)
 create mode 100644 astropy/_erfa/tests/test_erfa.py
 create mode 100644 astropy/analytic_functions/__init__.py
 create mode 100644 astropy/analytic_functions/blackbody.py
 copy astropy/{convolution => analytic_functions}/tests/__init__.py (100%)
 create mode 100644 astropy/analytic_functions/tests/test_blackbody.py
 create mode 100644 astropy/constants/tests/test_pickle.py
 create mode 100644 astropy/convolution/tests/test_pickle.py
 delete mode 100644 astropy/coordinates/builtin_frames.py
 create mode 100644 astropy/coordinates/builtin_frames/__init__.py
 create mode 100644 astropy/coordinates/builtin_frames/altaz.py
 create mode 100644 astropy/coordinates/builtin_frames/cirs.py
 create mode 100644 astropy/coordinates/builtin_frames/cirs_observed_transforms.py
 create mode 100644 astropy/coordinates/builtin_frames/fk4.py
 create mode 100644 astropy/coordinates/builtin_frames/fk4_fk5_transforms.py
 create mode 100644 astropy/coordinates/builtin_frames/fk5.py
 create mode 100644 astropy/coordinates/builtin_frames/galactic.py
 create mode 100644 astropy/coordinates/builtin_frames/galactic_transforms.py
 create mode 100644 astropy/coordinates/builtin_frames/galactocentric.py
 create mode 100644 astropy/coordinates/builtin_frames/gcrs.py
 create mode 100644 astropy/coordinates/builtin_frames/icrs.py
 create mode 100644 astropy/coordinates/builtin_frames/icrs_cirs_transforms.py
 create mode 100644 astropy/coordinates/builtin_frames/icrs_fk5_transforms.py
 create mode 100644 astropy/coordinates/builtin_frames/intermediate_rotation_transforms.py
 create mode 100644 astropy/coordinates/builtin_frames/itrs.py
 create mode 100644 astropy/coordinates/builtin_frames/utils.py
 create mode 100644 astropy/coordinates/funcs.py
 create mode 100644 astropy/coordinates/tests/accuracy/test_altaz_icrs.py
 create mode 100644 astropy/coordinates/tests/test_funcs.py
 create mode 100644 astropy/coordinates/tests/test_iau_fullstack.py
 create mode 100644 astropy/coordinates/tests/utils.py
 create mode 100644 astropy/cosmology/tests/test_pickle.py
 copy astropy/{convolution/tests => extern/configobj}/__init__.py (100%)
 create mode 100755 astropy/extern/configobj/configobj.py
 create mode 100755 astropy/extern/configobj/validate.py
 delete mode 100644 astropy/extern/configobj_py2/__init__.py
 delete mode 100644 astropy/extern/configobj_py2/configobj.py
 delete mode 100644 astropy/extern/configobj_py2/validate.py
 delete mode 100644 astropy/extern/configobj_py3/__init__.py
 delete mode 100644 astropy/extern/configobj_py3/configobj.py
 delete mode 100644 astropy/extern/configobj_py3/validate.py
 create mode 100644 astropy/io/ascii/cparser.c
 create mode 100644 astropy/io/ascii/cparser.pyx
 create mode 100644 astropy/io/ascii/ecsv.py
 create mode 100644 astropy/io/ascii/fastbasic.py
 create mode 100644 astropy/io/ascii/src/tokenizer.c
 create mode 100644 astropy/io/ascii/src/tokenizer.h
 create mode 100644 astropy/io/ascii/tests/t/fixed_width_2_line.txt
 create mode 100644 astropy/io/ascii/tests/test_c_reader.py
 create mode 100644 astropy/io/ascii/tests/test_ecsv.py
 create mode 100644 astropy/io/votable/tests/data/custom_datatype.xml
 create mode 100644 astropy/modeling/_compound_deprecated.py
 create mode 100644 astropy/modeling/mappings.py
 create mode 100644 astropy/modeling/tests/test_compound.py
 create mode 100644 astropy/modeling/tests/test_mappings.py
 create mode 100644 astropy/modeling/tests/test_utils.py
 create mode 100644 astropy/nddata/compat.py
 create mode 100644 astropy/nddata/decorators.py
 copy astropy/{convolution/tests => nddata/mixins}/__init__.py (100%)
 create mode 100644 astropy/nddata/mixins/ndarithmetic.py
 create mode 100644 astropy/nddata/mixins/ndio.py
 create mode 100644 astropy/nddata/mixins/ndslicing.py
 create mode 100644 astropy/nddata/nddata_base.py
 create mode 100644 astropy/nddata/tests/test_decorators.py
 create mode 100644 astropy/nddata/tests/test_nddata_base.py
 create mode 100644 astropy/nddata/tests/test_utils.py
 create mode 100644 astropy/nddata/utils.py
 delete mode 100644 astropy/setup_helpers.py
 delete mode 100644 astropy/sphinx/__init__.py
 delete mode 100644 astropy/sphinx/conf.py
 delete mode 100644 astropy/sphinx/ext/__init__.py
 delete mode 100644 astropy/sphinx/ext/astropyautosummary.py
 delete mode 100644 astropy/sphinx/ext/automodapi.py
 delete mode 100644 astropy/sphinx/ext/automodsumm.py
 delete mode 100644 astropy/sphinx/ext/changelog_links.py
 delete mode 100644 astropy/sphinx/ext/comment_eater.py
 delete mode 100644 astropy/sphinx/ext/compiler_unparse.py
 delete mode 100644 astropy/sphinx/ext/docscrape.py
 delete mode 100644 astropy/sphinx/ext/docscrape_sphinx.py
 delete mode 100644 astropy/sphinx/ext/doctest.py
 delete mode 100644 astropy/sphinx/ext/edit_on_github.py
 delete mode 100644 astropy/sphinx/ext/numpydoc.py
 delete mode 100644 astropy/sphinx/ext/phantom_import.py
 delete mode 100644 astropy/sphinx/ext/smart_resolver.py
 delete mode 100644 astropy/sphinx/ext/templates/autosummary_core/base.rst
 delete mode 100644 astropy/sphinx/ext/templates/autosummary_core/class.rst
 delete mode 100644 astropy/sphinx/ext/templates/autosummary_core/module.rst
 delete mode 100644 astropy/sphinx/ext/tests/__init__.py
 delete mode 100644 astropy/sphinx/ext/tests/test_automodapi.py
 delete mode 100644 astropy/sphinx/ext/tests/test_automodsumm.py
 delete mode 100644 astropy/sphinx/ext/tocdepthfix.py
 delete mode 100644 astropy/sphinx/ext/traitsdoc.py
 delete mode 100644 astropy/sphinx/ext/viewcode.py
 delete mode 100644 astropy/sphinx/setup_package.py
 delete mode 100644 astropy/sphinx/themes/bootstrap-astropy/README.md
 delete mode 100644 astropy/sphinx/themes/bootstrap-astropy/layout.html
 create mode 100644 astropy/stats/sigma_clipping.py
 create mode 100644 astropy/stats/tests/test_sigma_clipping.py
 create mode 100644 astropy/table/table_helpers.py
 create mode 100644 astropy/table/tests/test_jsviewer.py
 create mode 100644 astropy/table/tests/test_mixin.py
 delete mode 100644 astropy/tests/tests/run_after_2to3.py
 create mode 100644 astropy/tests/tests/test_quantity_helpers.py
 delete mode 100644 astropy/time/erfa_time.c
 create mode 100644 astropy/time/erfa_time.py
 delete mode 100644 astropy/time/erfa_time.pyx
 create mode 100644 astropy/units/decorators.py
 create mode 100644 astropy/units/tests/py3_test_quantity_annotations.py
 create mode 100644 astropy/units/tests/test_quantity_decorator.py
 create mode 100644 astropy/utils/codegen.py
 create mode 100644 astropy/utils/compat/_funcsigs.py
 create mode 100644 astropy/utils/compat/funcsigs.py
 create mode 100644 astropy/utils/compat/numpy/__init__.py
 copy astropy/{convolution/tests => utils/compat/numpy/lib}/__init__.py (100%)
 create mode 100644 astropy/utils/compat/numpy/lib/stride_tricks.py
 copy astropy/{convolution => utils/compat/numpy}/tests/__init__.py (100%)
 create mode 100644 astropy/utils/compat/numpy/tests/test_broadcast_arrays.py
 create mode 100644 astropy/utils/decorators.py
 create mode 100644 astropy/utils/introspection.py
 create mode 100644 astropy/utils/tests/test_codegen.py
 create mode 100644 astropy/utils/tests/test_decorators.py
 create mode 100644 astropy/utils/tests/test_introspection.py
 delete mode 100644 astropy/version_helpers.py
 create mode 100644 astropy/visualization/__init__.py
 create mode 100644 astropy/visualization/interval.py
 create mode 100644 astropy/visualization/mpl_normalize.py
 create mode 100644 astropy/visualization/mpl_style.py
 copy astropy/{io/misc/tests => visualization/scripts}/__init__.py (100%)
 create mode 100644 astropy/visualization/scripts/fits2bitmap.py
 copy astropy/{io/misc => visualization/scripts}/tests/__init__.py (100%)
 create mode 100644 astropy/visualization/scripts/tests/test_fits2bitmap.py
 create mode 100644 astropy/visualization/stretch.py
 copy astropy/{io/misc => visualization}/tests/__init__.py (100%)
 create mode 100644 astropy/visualization/tests/test_interval.py
 create mode 100644 astropy/visualization/tests/test_norm.py
 create mode 100644 astropy/visualization/tests/test_stretch.py
 create mode 100644 astropy/visualization/tests/test_ui.py
 create mode 100644 astropy/visualization/transform.py
 create mode 100644 astropy/visualization/ui.py
 create mode 100644 astropy/wcs/tests/data/j94f05bgq_flt.fits
 create mode 100644 astropy_helpers/.coveragerc
 create mode 100644 astropy_helpers/.travis.yml
 create mode 100644 astropy_helpers/CHANGES.rst
 create mode 100644 astropy_helpers/CONTRIBUTING.md
 create mode 100644 astropy_helpers/LICENSE.rst
 create mode 100644 astropy_helpers/MANIFEST.in
 create mode 100644 astropy_helpers/README.rst
 create mode 100644 astropy_helpers/ah_bootstrap.py
 create mode 100644 astropy_helpers/appveyor.yml
 create mode 100644 astropy_helpers/astropy_helpers.egg-info/PKG-INFO
 create mode 100644 astropy_helpers/astropy_helpers.egg-info/SOURCES.txt
 create mode 100644 astropy_helpers/astropy_helpers.egg-info/dependency_links.txt
 create mode 100644 astropy_helpers/astropy_helpers.egg-info/not-zip-safe
 create mode 100644 astropy_helpers/astropy_helpers.egg-info/top_level.txt
 create mode 100644 astropy_helpers/astropy_helpers/__init__.py
 copy {astropy/convolution/tests => astropy_helpers/astropy_helpers/commands}/__init__.py (100%)
 create mode 100644 astropy_helpers/astropy_helpers/commands/build_ext.py
 create mode 100644 astropy_helpers/astropy_helpers/commands/build_py.py
 create mode 100644 astropy_helpers/astropy_helpers/commands/build_sphinx.py
 create mode 100644 astropy_helpers/astropy_helpers/commands/install.py
 create mode 100644 astropy_helpers/astropy_helpers/commands/install_lib.py
 create mode 100644 astropy_helpers/astropy_helpers/commands/register.py
 create mode 100644 astropy_helpers/astropy_helpers/compat/__init__.py
 copy {astropy/utils => astropy_helpers/astropy_helpers}/compat/_subprocess_py2/__init__.py (100%)
 copy {astropy/utils => astropy_helpers/astropy_helpers}/compat/subprocess.py (100%)
 create mode 100644 astropy_helpers/astropy_helpers/distutils_helpers.py
 create mode 100644 astropy_helpers/astropy_helpers/git_helpers.py
 create mode 100644 astropy_helpers/astropy_helpers/setup_helpers.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/__init__.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/conf.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/__init__.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/astropyautosummary.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/autodoc_enhancements.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/automodapi.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/automodsumm.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/changelog_links.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/comment_eater.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/compiler_unparse.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/docscrape.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/docscrape_sphinx.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/doctest.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/edit_on_github.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/numpydoc.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/phantom_import.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/smart_resolver.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/templates/autosummary_core/base.rst
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/templates/autosummary_core/class.rst
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/templates/autosummary_core/module.rst
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/tests/__init__.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/tests/test_autodoc_enhancements.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/tests/test_automodapi.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/tests/test_automodsumm.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/tests/test_docscrape.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/tests/test_utils.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/tocdepthfix.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/traitsdoc.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/utils.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/viewcode.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/local/python3links.inv
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/local/python3links.txt
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/setup_package.py
 rename {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/globaltoc.html (100%)
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/themes/bootstrap-astropy/layout.html
 rename {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/localtoc.html (100%)
 rename {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/searchbox.html (100%)
 rename {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/static/astropy_linkout_20.png (100%)
 rename {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/static/astropy_logo.ico (100%)
 rename {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/static/astropy_logo_32.png (100%)
 rename {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/static/bootstrap-astropy.css (100%)
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/themes/bootstrap-astropy/static/copybutton.js
 rename {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/static/sidebar.js (100%)
 rename {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/theme.conf (100%)
 copy {astropy/convolution/tests => astropy_helpers/astropy_helpers/src}/__init__.py (100%)
 copy {astropy/utils => astropy_helpers/astropy_helpers}/src/compiler.c (100%)
 create mode 100644 astropy_helpers/astropy_helpers/src/setup_package.py
 create mode 100644 astropy_helpers/astropy_helpers/test_helpers.py
 create mode 100644 astropy_helpers/astropy_helpers/tests/__init__.py
 create mode 100644 astropy_helpers/astropy_helpers/tests/test_ah_bootstrap.py
 create mode 100644 astropy_helpers/astropy_helpers/tests/test_git_helpers.py
 create mode 100644 astropy_helpers/astropy_helpers/tests/test_setup_helpers.py
 create mode 100644 astropy_helpers/astropy_helpers/utils.py
 create mode 100644 astropy_helpers/astropy_helpers/version.py
 create mode 100644 astropy_helpers/astropy_helpers/version_helpers.py
 create mode 100644 astropy_helpers/continuous-integration/appveyor/install-miniconda.ps1
 create mode 100644 astropy_helpers/continuous-integration/appveyor/windows_sdk.cmd
 create mode 100755 astropy_helpers/continuous-integration/travis/install_conda_linux.sh
 create mode 100755 astropy_helpers/continuous-integration/travis/install_conda_osx.sh
 create mode 100755 astropy_helpers/continuous-integration/travis/install_graphviz_linux.sh
 create mode 100755 astropy_helpers/continuous-integration/travis/install_graphviz_osx.sh
 copy ez_setup.py => astropy_helpers/ez_setup.py (100%)
 create mode 100644 astropy_helpers/licenses/LICENSE_COPYBUTTON.rst
 create mode 100644 astropy_helpers/licenses/LICENSE_NUMPYDOC.rst
 create mode 100644 astropy_helpers/setup.cfg
 create mode 100755 astropy_helpers/setup.py
 create mode 100644 astropy_helpers/tox.ini
 create mode 100644 cextern/erfa/a2af.c
 create mode 100644 cextern/erfa/a2tf.c
 create mode 100644 cextern/erfa/ab.c
 create mode 100644 cextern/erfa/af2a.c
 create mode 100644 cextern/erfa/anp.c
 create mode 100644 cextern/erfa/anpm.c
 create mode 100644 cextern/erfa/apcg.c
 create mode 100644 cextern/erfa/apcg13.c
 create mode 100644 cextern/erfa/apci.c
 create mode 100644 cextern/erfa/apci13.c
 create mode 100644 cextern/erfa/apco.c
 create mode 100644 cextern/erfa/apco13.c
 create mode 100644 cextern/erfa/apcs.c
 create mode 100644 cextern/erfa/apcs13.c
 create mode 100644 cextern/erfa/aper.c
 create mode 100644 cextern/erfa/aper13.c
 create mode 100644 cextern/erfa/apio.c
 create mode 100644 cextern/erfa/apio13.c
 create mode 100644 cextern/erfa/atci13.c
 create mode 100644 cextern/erfa/atciq.c
 create mode 100644 cextern/erfa/atciqn.c
 create mode 100644 cextern/erfa/atciqz.c
 create mode 100644 cextern/erfa/atco13.c
 create mode 100644 cextern/erfa/atic13.c
 create mode 100644 cextern/erfa/aticq.c
 create mode 100644 cextern/erfa/aticqn.c
 create mode 100644 cextern/erfa/atio13.c
 create mode 100644 cextern/erfa/atioq.c
 create mode 100644 cextern/erfa/atoc13.c
 create mode 100644 cextern/erfa/atoi13.c
 create mode 100644 cextern/erfa/atoiq.c
 create mode 100644 cextern/erfa/bi00.c
 create mode 100644 cextern/erfa/bp00.c
 create mode 100644 cextern/erfa/bp06.c
 create mode 100644 cextern/erfa/bpn2xy.c
 create mode 100644 cextern/erfa/c2i00a.c
 create mode 100644 cextern/erfa/c2i00b.c
 create mode 100644 cextern/erfa/c2i06a.c
 create mode 100644 cextern/erfa/c2ibpn.c
 create mode 100644 cextern/erfa/c2ixy.c
 create mode 100644 cextern/erfa/c2ixys.c
 create mode 100644 cextern/erfa/c2s.c
 create mode 100644 cextern/erfa/c2t00a.c
 create mode 100644 cextern/erfa/c2t00b.c
 create mode 100644 cextern/erfa/c2t06a.c
 create mode 100644 cextern/erfa/c2tcio.c
 create mode 100644 cextern/erfa/c2teqx.c
 create mode 100644 cextern/erfa/c2tpe.c
 create mode 100644 cextern/erfa/c2txy.c
 create mode 100644 cextern/erfa/cal2jd.c
 create mode 100644 cextern/erfa/cp.c
 create mode 100644 cextern/erfa/cpv.c
 create mode 100644 cextern/erfa/cr.c
 create mode 100644 cextern/erfa/d2dtf.c
 create mode 100644 cextern/erfa/d2tf.c
 create mode 100644 cextern/erfa/dat.c
 create mode 100644 cextern/erfa/dtdb.c
 create mode 100644 cextern/erfa/dtf2d.c
 create mode 100644 cextern/erfa/ee00.c
 create mode 100644 cextern/erfa/ee00a.c
 create mode 100644 cextern/erfa/ee00b.c
 create mode 100644 cextern/erfa/ee06a.c
 create mode 100644 cextern/erfa/eect00.c
 create mode 100644 cextern/erfa/eform.c
 create mode 100644 cextern/erfa/eo06a.c
 create mode 100644 cextern/erfa/eors.c
 create mode 100644 cextern/erfa/epb.c
 create mode 100644 cextern/erfa/epb2jd.c
 create mode 100644 cextern/erfa/epj.c
 create mode 100644 cextern/erfa/epj2jd.c
 create mode 100644 cextern/erfa/epv00.c
 create mode 100644 cextern/erfa/eqeq94.c
 create mode 100644 cextern/erfa/era00.c
 delete mode 100644 cextern/erfa/erfa.c
 create mode 100644 cextern/erfa/erfam.h
 create mode 100644 cextern/erfa/fad03.c
 create mode 100644 cextern/erfa/fae03.c
 create mode 100644 cextern/erfa/faf03.c
 create mode 100644 cextern/erfa/faju03.c
 create mode 100644 cextern/erfa/fal03.c
 create mode 100644 cextern/erfa/falp03.c
 create mode 100644 cextern/erfa/fama03.c
 create mode 100644 cextern/erfa/fame03.c
 create mode 100644 cextern/erfa/fane03.c
 create mode 100644 cextern/erfa/faom03.c
 create mode 100644 cextern/erfa/fapa03.c
 create mode 100644 cextern/erfa/fasa03.c
 create mode 100644 cextern/erfa/faur03.c
 create mode 100644 cextern/erfa/fave03.c
 create mode 100644 cextern/erfa/fk52h.c
 create mode 100644 cextern/erfa/fk5hip.c
 create mode 100644 cextern/erfa/fk5hz.c
 create mode 100644 cextern/erfa/fw2m.c
 create mode 100644 cextern/erfa/fw2xy.c
 create mode 100644 cextern/erfa/gc2gd.c
 create mode 100644 cextern/erfa/gc2gde.c
 create mode 100644 cextern/erfa/gd2gc.c
 create mode 100644 cextern/erfa/gd2gce.c
 create mode 100644 cextern/erfa/gmst00.c
 create mode 100644 cextern/erfa/gmst06.c
 create mode 100644 cextern/erfa/gmst82.c
 create mode 100644 cextern/erfa/gst00a.c
 create mode 100644 cextern/erfa/gst00b.c
 create mode 100644 cextern/erfa/gst06.c
 create mode 100644 cextern/erfa/gst06a.c
 create mode 100644 cextern/erfa/gst94.c
 create mode 100644 cextern/erfa/h2fk5.c
 create mode 100644 cextern/erfa/hfk5z.c
 create mode 100644 cextern/erfa/ir.c
 create mode 100644 cextern/erfa/jd2cal.c
 create mode 100644 cextern/erfa/jdcalf.c
 create mode 100644 cextern/erfa/ld.c
 create mode 100644 cextern/erfa/ldn.c
 create mode 100644 cextern/erfa/ldsun.c
 create mode 100644 cextern/erfa/num00a.c
 create mode 100644 cextern/erfa/num00b.c
 create mode 100644 cextern/erfa/num06a.c
 create mode 100644 cextern/erfa/numat.c
 create mode 100644 cextern/erfa/nut00a.c
 create mode 100644 cextern/erfa/nut00b.c
 create mode 100644 cextern/erfa/nut06a.c
 create mode 100644 cextern/erfa/nut80.c
 create mode 100644 cextern/erfa/nutm80.c
 create mode 100644 cextern/erfa/obl06.c
 create mode 100644 cextern/erfa/obl80.c
 create mode 100644 cextern/erfa/p06e.c
 create mode 100644 cextern/erfa/p2pv.c
 create mode 100644 cextern/erfa/p2s.c
 create mode 100644 cextern/erfa/pap.c
 create mode 100644 cextern/erfa/pas.c
 create mode 100644 cextern/erfa/pb06.c
 create mode 100644 cextern/erfa/pdp.c
 create mode 100644 cextern/erfa/pfw06.c
 create mode 100644 cextern/erfa/plan94.c
 create mode 100644 cextern/erfa/pm.c
 create mode 100644 cextern/erfa/pmat00.c
 create mode 100644 cextern/erfa/pmat06.c
 create mode 100644 cextern/erfa/pmat76.c
 create mode 100644 cextern/erfa/pmp.c
 create mode 100644 cextern/erfa/pmpx.c
 create mode 100644 cextern/erfa/pmsafe.c
 create mode 100644 cextern/erfa/pn.c
 create mode 100644 cextern/erfa/pn00.c
 create mode 100644 cextern/erfa/pn00a.c
 create mode 100644 cextern/erfa/pn00b.c
 create mode 100644 cextern/erfa/pn06.c
 create mode 100644 cextern/erfa/pn06a.c
 create mode 100644 cextern/erfa/pnm00a.c
 create mode 100644 cextern/erfa/pnm00b.c
 create mode 100644 cextern/erfa/pnm06a.c
 create mode 100644 cextern/erfa/pnm80.c
 create mode 100644 cextern/erfa/pom00.c
 create mode 100644 cextern/erfa/ppp.c
 create mode 100644 cextern/erfa/ppsp.c
 create mode 100644 cextern/erfa/pr00.c
 create mode 100644 cextern/erfa/prec76.c
 create mode 100644 cextern/erfa/pv2p.c
 create mode 100644 cextern/erfa/pv2s.c
 create mode 100644 cextern/erfa/pvdpv.c
 create mode 100644 cextern/erfa/pvm.c
 create mode 100644 cextern/erfa/pvmpv.c
 create mode 100644 cextern/erfa/pvppv.c
 create mode 100644 cextern/erfa/pvstar.c
 create mode 100644 cextern/erfa/pvtob.c
 create mode 100644 cextern/erfa/pvu.c
 create mode 100644 cextern/erfa/pvup.c
 create mode 100644 cextern/erfa/pvxpv.c
 create mode 100644 cextern/erfa/pxp.c
 create mode 100644 cextern/erfa/refco.c
 create mode 100644 cextern/erfa/rm2v.c
 create mode 100644 cextern/erfa/rv2m.c
 create mode 100644 cextern/erfa/rx.c
 create mode 100644 cextern/erfa/rxp.c
 create mode 100644 cextern/erfa/rxpv.c
 create mode 100644 cextern/erfa/rxr.c
 create mode 100644 cextern/erfa/ry.c
 create mode 100644 cextern/erfa/rz.c
 create mode 100644 cextern/erfa/s00.c
 create mode 100644 cextern/erfa/s00a.c
 create mode 100644 cextern/erfa/s00b.c
 create mode 100644 cextern/erfa/s06.c
 create mode 100644 cextern/erfa/s06a.c
 create mode 100644 cextern/erfa/s2c.c
 create mode 100644 cextern/erfa/s2p.c
 create mode 100644 cextern/erfa/s2pv.c
 create mode 100644 cextern/erfa/s2xpv.c
 create mode 100644 cextern/erfa/sepp.c
 create mode 100644 cextern/erfa/seps.c
 create mode 100644 cextern/erfa/sp00.c
 create mode 100644 cextern/erfa/starpm.c
 create mode 100644 cextern/erfa/starpv.c
 create mode 100644 cextern/erfa/sxp.c
 create mode 100644 cextern/erfa/sxpv.c
 create mode 100644 cextern/erfa/taitt.c
 create mode 100644 cextern/erfa/taiut1.c
 create mode 100644 cextern/erfa/taiutc.c
 create mode 100644 cextern/erfa/tcbtdb.c
 create mode 100644 cextern/erfa/tcgtt.c
 create mode 100644 cextern/erfa/tdbtcb.c
 create mode 100644 cextern/erfa/tdbtt.c
 create mode 100644 cextern/erfa/tf2a.c
 create mode 100644 cextern/erfa/tf2d.c
 create mode 100644 cextern/erfa/tr.c
 create mode 100644 cextern/erfa/trxp.c
 create mode 100644 cextern/erfa/trxpv.c
 create mode 100644 cextern/erfa/tttai.c
 create mode 100644 cextern/erfa/tttcg.c
 create mode 100644 cextern/erfa/tttdb.c
 create mode 100644 cextern/erfa/ttut1.c
 create mode 100644 cextern/erfa/ut1tai.c
 create mode 100644 cextern/erfa/ut1tt.c
 create mode 100644 cextern/erfa/ut1utc.c
 create mode 100644 cextern/erfa/utctai.c
 create mode 100644 cextern/erfa/utcut1.c
 create mode 100644 cextern/erfa/xy06.c
 create mode 100644 cextern/erfa/xys00a.c
 create mode 100644 cextern/erfa/xys00b.c
 create mode 100644 cextern/erfa/xys06a.c
 create mode 100644 cextern/erfa/zp.c
 create mode 100644 cextern/erfa/zpv.c
 create mode 100644 cextern/erfa/zr.c
 create mode 100644 cextern/wcslib/C/tan.fits
 create mode 100644 cextern/wcslib/C/tan.hdr
 create mode 100644 debian/patches/helper_compatibility.patch
 create mode 100644 docs/analytic_functions/index.rst
 create mode 100644 docs/coordinates/galactocentric.rst
 create mode 100644 docs/coordinates/observing-example.rst
 create mode 100644 docs/io/ascii/fast_ascii_io.rst
 create mode 100644 docs/modeling/compound-models.rst
 delete mode 100644 docs/modeling/design.rst
 create mode 100644 docs/nddata/decorator.rst
 create mode 100644 docs/nddata/mixins/index.rst
 create mode 100644 docs/nddata/mixins/ndarithmetic.rst
 create mode 100644 docs/nddata/mixins/ndio.rst
 create mode 100644 docs/nddata/mixins/ndslicing.rst
 create mode 100644 docs/table/implementation_change_1.0.rst
 create mode 100644 docs/table/implementation_details.rst
 create mode 100644 docs/table/mixin_columns.rst
 create mode 100644 docs/table/table_after_1.0.png
 create mode 100644 docs/table/table_architecture.png
 create mode 100644 docs/table/table_before_1.0.png
 create mode 100644 docs/table/table_column_after_1.0.png
 create mode 100644 docs/table/table_column_before_1.0.png
 create mode 100644 docs/table/table_row.png
 create mode 100644 docs/table/table_row_after_1.0.png
 create mode 100644 docs/table/table_row_before_1.0.png
 create mode 100644 docs/utils/numpy.rst
 create mode 100644 docs/visualization/index.rst
 create mode 100644 docs/visualization/normalization.rst
 create mode 100644 docs/whatsnew/1.0.rst
 create mode 100644 licenses/NUMPY_LICENSE.rst
 delete mode 100644 scripts/README.rst
 delete mode 100755 scripts/fitscheck
 delete mode 100755 scripts/fitsdiff
 delete mode 100755 scripts/fitsheader
 delete mode 100755 scripts/samp_hub
 delete mode 100755 scripts/volint
 delete mode 100755 scripts/wcslint

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/python-astropy.git



More information about the debian-science-commits mailing list