[Debian-astro-commits] [python-astropy] branch debian updated (9f027eb -> 1456800)

Ole Streicher olebole at moszumanska.debian.org
Sat Dec 12 09:25:33 UTC 2015


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

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

      from  9f027eb   [Martin Pitt] Ignore stderr for python3 test to avoid failing on the ResourceWarning stderr message.
      adds  37a3ba0   New Beta version 1.1~b1
      adds  a327446   Merge branch 'upstream' into experimental
      adds  508c68f   Make wcslib-5.8 the minimal version
      adds  4754767   Set min builddep for astropy-helpers
      adds  1b0a45f   Better builddep version for wcslb-dev to ease backporting
      adds  6ab468a   Adjust patches for new version
      adds  4e5a2e5   Merge branch 'debian' into experimental
      adds  b0cda4a   Put minimal version to python-astropy-helpers
      adds  f82624e   Remove all generated wcs_config.h files. See https://github.com/astropy/astropy/issues/4277
      adds  c7bb61b   Add problem with test_hist_autobin. See https://github.com/astropy/astropy/issues/4329
      adds  3494de4   Add missing javascirpt/css sources. See https://github.com/astropy/astropy/issues/4330
      adds  ab4db75   Add fitsinfo manpage
      adds  3593d75   New RC version 1.1~rc1
      adds  5ee7440   Merge branch 'upstream' into experimental
      adds  8c8239f   Remove missing-source since they are in place now
      adds  11b89b0   Revert lintian-overrides to builtin source
      adds  f2c003d   Mark occasional (mipsel, mips64el, hppa) failure of test_ignore_warnings See https://github.com/astropy/astropy/issues/4336
      adds  18fb27e   Typofix in test dependencies
      adds  71e620a   Add pandas and pytz as suggested packages
      adds  6fb7d3c   New RC version 1.1~rc2
      adds  2e95c7f   Merge branch 'upstream' into experimental
      adds  675ff11   Adjust patch for new version
      adds  d86ef55   New upstream version 1.1
       new  b66f48d   Merge branch 'upstream' into debian
       new  1456800   Finalize changelog for new version

The 2 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:
 .astropy-root => .pc/.dpkg-source-unapply          |     0
 .pc/.quilt_patches                                 |     1 +
 .pc/.quilt_series                                  |     1 +
 .pc/.version                                       |     1 +
 CHANGES.rst                                        |   717 +-
 PKG-INFO                                           |     4 +-
 README.rst                                         |     8 +-
 astropy/__init__.py                                |   206 +-
 astropy/_erfa/core.c                               |     5 +-
 astropy/_erfa/core.c.templ                         |     5 +-
 astropy/analytic_functions/blackbody.py            |    10 +-
 astropy/analytic_functions/tests/test_blackbody.py |    44 +-
 astropy/config/configuration.py                    |    21 +-
 astropy/config/paths.py                            |   133 +-
 astropy/config/tests/test_configs.py               |    57 +-
 astropy/constants/si.py                            |     4 +
 astropy/convolution/boundary_extend.c              |  2070 +-
 astropy/convolution/boundary_fill.c                |  2148 +-
 astropy/convolution/boundary_none.c                |  2242 +-
 astropy/convolution/boundary_wrap.c                |  2072 +-
 astropy/convolution/kernels.py                     |    93 +-
 astropy/convolution/tests/test_convolve_kernels.py |     6 +
 astropy/coordinates/__init__.py                    |    13 +-
 astropy/coordinates/angle_lextab.py                |    12 +-
 astropy/coordinates/angle_parsetab.py              |    99 +-
 astropy/coordinates/angle_utilities.py             |    23 +-
 astropy/coordinates/baseframe.py                   |   124 +-
 astropy/coordinates/builtin_frames/__init__.py     |    10 +-
 .../builtin_frames/cirs_observed_transforms.py     |    67 +-
 astropy/coordinates/builtin_frames/ecliptic.py     |   132 +
 .../builtin_frames/ecliptic_transforms.py          |   109 +
 astropy/coordinates/builtin_frames/fk4.py          |     3 +
 astropy/coordinates/builtin_frames/fk5.py          |     3 +
 astropy/coordinates/builtin_frames/gcrs.py         |    65 +-
 .../builtin_frames/icrs_cirs_transforms.py         |   197 +-
 .../intermediate_rotation_transforms.py            |   104 +-
 astropy/coordinates/builtin_frames/itrs.py         |     3 -
 .../coordinates/builtin_frames/supergalactic.py    |    47 +
 .../builtin_frames/supergalactic_transforms.py     |    24 +
 astropy/coordinates/builtin_frames/utils.py        |    77 +-
 .../data/constellation_data_roman87.dat            |   358 +
 astropy/coordinates/data/constellation_names.dat   |    89 +
 astropy/coordinates/data/sites.json                |    15 +
 astropy/coordinates/earth.py                       |   164 +-
 astropy/coordinates/errors.py                      |    14 +-
 astropy/coordinates/funcs.py                       |   110 +-
 astropy/coordinates/representation.py              |   161 +-
 astropy/coordinates/setup_package.py               |     3 +-
 astropy/coordinates/sites.py                       |   131 +
 astropy/coordinates/sky_coordinate.py              |    99 +-
 astropy/coordinates/tests/accuracy/__init__.py     |     7 +
 .../coordinates/tests/accuracy/test_ecliptic.py    |   109 +
 astropy/coordinates/tests/test_api_ape5.py         |    10 +-
 .../tests/test_celestial_transformations.py        |   175 +
 astropy/coordinates/tests/test_earth.py            |    11 +-
 astropy/coordinates/tests/test_frames.py           |     3 +
 astropy/coordinates/tests/test_funcs.py            |    30 +
 astropy/coordinates/tests/test_iau_fullstack.py    |    29 +-
 .../tests/test_intermediate_transformations.py     |   412 +
 astropy/coordinates/tests/test_name_resolve.py     |    11 +-
 astropy/coordinates/tests/test_regression.py       |    56 +-
 astropy/coordinates/tests/test_representation.py   |    14 +-
 astropy/coordinates/tests/test_sites.py            |   163 +
 astropy/coordinates/tests/test_sky_coord.py        |    39 +-
 astropy/coordinates/tests/test_transformations.py  |   349 +-
 .../coordinates/tests/test_unit_representation.py  |    87 +
 astropy/coordinates/transformations.py             |     8 +-
 astropy/cosmology/core.py                          |   422 +-
 astropy/cosmology/parameters.py                    |    27 +-
 astropy/cosmology/scalar_inv_efuncs.c              |  7763 +++++++
 astropy/cosmology/scalar_inv_efuncs.pyx            |   225 +
 astropy/cosmology/tests/test_cosmology.py          |   258 +-
 astropy/cython_version.py                          |     2 +-
 astropy/extern/css/jquery.dataTables.css           |   450 +
 .../js/{jquery-1.11.0.js => jquery-1.11.3.js}      |   842 +-
 astropy/extern/js/jquery-1.11.3.min.js             |     5 +
 astropy/extern/js/jquery.dataTables.js             | 20208 +++++++++++--------
 astropy/extern/js/jquery.dataTables.min.js         |   163 +
 astropy/extern/ply/__init__.py                     |     1 +
 astropy/extern/ply/cpp.py                          |    22 +-
 astropy/extern/ply/ctokens.py                      |     8 +-
 astropy/extern/ply/lex.py                          |   834 +-
 astropy/extern/ply/yacc.py                         |  1998 +-
 astropy/extern/setup_package.py                    |     2 +-
 astropy/io/ascii/__init__.py                       |     2 +-
 astropy/io/ascii/basic.py                          |     3 +-
 astropy/io/ascii/core.py                           |    17 +-
 astropy/io/ascii/cparser.c                         | 10801 ++++++----
 astropy/io/ascii/cparser.pyx                       |    30 +-
 astropy/io/ascii/daophot.py                        |   349 +-
 astropy/io/ascii/ecsv.py                           |   276 +-
 astropy/io/ascii/fastbasic.py                      |    21 +-
 astropy/io/ascii/fixedwidth.py                     |    22 +-
 astropy/io/ascii/html.py                           |    16 +-
 astropy/io/ascii/ipac.py                           |     9 +-
 astropy/io/ascii/latex.py                          |    20 +-
 astropy/io/ascii/misc.py                           |   128 +
 astropy/io/ascii/setup_package.py                  |     3 +
 astropy/io/ascii/sextractor.py                     |     2 +-
 astropy/io/ascii/src/tokenizer.c                   |     6 +-
 astropy/io/ascii/tests/t/daophot4.dat              |   113 +
 astropy/io/ascii/tests/t/ipac.dat.xz               |   Bin 0 -> 320 bytes
 astropy/io/ascii/tests/t/sextractor.dat            |     2 +-
 astropy/io/ascii/tests/t/short.rdb.xz              |   Bin 0 -> 192 bytes
 astropy/io/ascii/tests/test_c_reader.py            |    12 +-
 astropy/io/ascii/tests/test_compressed.py          |    20 +
 astropy/io/ascii/tests/test_ecsv.py                |     4 +-
 astropy/io/ascii/tests/test_fixedwidth.py          |    24 +
 astropy/io/ascii/tests/test_read.py                |   102 +-
 astropy/io/ascii/tests/test_write.py               |    12 +
 astropy/io/ascii/ui.py                             |   273 +-
 astropy/io/fits/__init__.py                        |     7 +
 astropy/io/fits/_numpy_hacks.py                    |    73 +
 astropy/io/fits/column.py                          |    52 +-
 astropy/io/fits/diff.py                            |    19 +
 astropy/io/fits/file.py                            |    41 +-
 astropy/io/fits/fitsrec.py                         |   173 +-
 astropy/io/fits/hdu/__init__.py                    |     6 +-
 astropy/io/fits/hdu/base.py                        |    25 +-
 astropy/io/fits/hdu/compressed.py                  |    16 +-
 astropy/io/fits/hdu/groups.py                      |    14 +-
 astropy/io/fits/hdu/hdulist.py                     |    15 +-
 astropy/io/fits/hdu/image.py                       |   136 +-
 astropy/io/fits/hdu/streaming.py                   |     6 +-
 astropy/io/fits/hdu/table.py                       |   242 +-
 astropy/io/fits/py3compat.py                       |    39 +-
 astropy/io/fits/scripts/fitsinfo.py                |    62 +
 astropy/io/fits/setup_package.py                   |    29 +-
 astropy/io/fits/src/compressionmodule.c            |    13 +-
 astropy/io/fits/tests/test_connect.py              |    27 +-
 astropy/io/fits/tests/test_core.py                 |    50 +-
 astropy/io/fits/tests/test_diff.py                 |    15 +
 astropy/io/fits/tests/test_hdulist.py              |     3 +-
 astropy/io/fits/tests/test_header.py               |     3 +-
 astropy/io/fits/tests/test_image.py                |     5 +-
 astropy/io/fits/tests/test_table.py                |   101 +-
 astropy/io/fits/tests/test_uint.py                 |     3 +-
 astropy/io/fits/tests/util.py                      |    45 -
 astropy/io/fits/util.py                            |     4 +-
 astropy/io/misc/hdf5.py                            |    49 +-
 astropy/io/misc/tests/test_hdf5.py                 |    42 +
 astropy/io/votable/exceptions.py                   |     3 +-
 astropy/io/votable/src/tablewriter.c               |     5 +
 .../data/regression.bin.tabledata.truth.1.3.xml    |     2 +-
 astropy/io/votable/tests/data/regression.xml       |     4 +-
 astropy/io/votable/tests/data/validation.txt       |     2 +-
 astropy/io/votable/tests/vo_test.py                |    17 +-
 astropy/io/votable/tree.py                         |    57 +
 astropy/io/votable/validator/result.py             |     2 +-
 astropy/logger.py                                  |     8 +
 astropy/modeling/core.py                           |   650 +-
 astropy/modeling/functional_models.py              |   523 +-
 astropy/modeling/models.py                         |     4 +-
 astropy/modeling/optimizers.py                     |    11 +-
 astropy/modeling/parameters.py                     |   299 +-
 astropy/modeling/polynomial.py                     |     4 +-
 astropy/modeling/projections.py                    |  1752 +-
 astropy/modeling/rotations.py                      |   171 +-
 astropy/modeling/setup_package.py                  |   149 +
 astropy/modeling/src/projections.c                 |  1792 ++
 astropy/modeling/src/projections.c.templ           |   245 +
 .../astropy_wcs => modeling/src}/wcsconfig.h       |     5 +-
 astropy/modeling/tests/example_models.py           |    35 +-
 astropy/modeling/tests/test_compound.py            |     2 +-
 astropy/modeling/tests/test_core.py                |   155 +-
 astropy/modeling/tests/test_functional_models.py   |    16 +-
 astropy/modeling/tests/test_models.py              |   116 +
 astropy/modeling/tests/test_parameters.py          |    27 +-
 astropy/modeling/tests/test_projections.py         |   123 +-
 astropy/modeling/tests/test_rotations.py           |   123 +-
 astropy/modeling/tests/test_utils.py               |    39 +-
 astropy/modeling/utils.py                          |   134 +-
 astropy/nddata/__init__.py                         |     1 +
 astropy/nddata/tests/test_utils.py                 |   391 +-
 astropy/nddata/utils.py                            |   761 +-
 astropy/stats/__init__.py                          |     2 +
 astropy/stats/bayesian_blocks.py                   |   514 +
 astropy/stats/funcs.py                             |   208 +-
 astropy/stats/histogram.py                         |   357 +
 astropy/stats/sigma_clipping.py                    |   268 +-
 astropy/stats/tests/test_bayesian_blocks.py        |   148 +
 astropy/stats/tests/test_funcs.py                  |   133 +
 astropy/stats/tests/test_histogram.py              |   145 +
 astropy/stats/tests/test_sigma_clipping.py         |    55 +-
 astropy/table/__init__.py                          |     4 +-
 astropy/table/_column_mixins.c                     |  2878 +++
 astropy/table/_column_mixins.pyx                   |    83 +
 astropy/table/_np_utils.c                          |  1925 +-
 astropy/table/bst.py                               |   677 +
 astropy/table/column.py                            |   196 +-
 astropy/table/data/demo_page.css                   |    96 -
 astropy/table/data/demo_table.css                  |   378 -
 astropy/table/data/jquery-ui.css                   |  1177 --
 astropy/table/groups.py                            |    49 +-
 astropy/table/index.py                             |   845 +
 astropy/table/info.py                              |   124 +
 astropy/table/jsviewer.py                          |   157 +-
 astropy/table/meta.py                              |   335 +
 astropy/table/operations.py                        |    44 +-
 astropy/table/pprint.py                            |   144 +-
 astropy/table/row.py                               |    39 +-
 astropy/table/setup_package.py                     |    19 +-
 astropy/table/sorted_array.py                      |   315 +
 astropy/table/table.py                             |   786 +-
 astropy/table/table_helpers.py                     |    22 +-
 astropy/table/tests/conftest.py                    |    37 +-
 astropy/table/tests/test_array.py                  |    38 +
 astropy/table/tests/test_bst.py                    |    97 +
 astropy/table/tests/test_column.py                 |    12 +
 astropy/table/tests/test_groups.py                 |    56 +-
 astropy/table/tests/test_index.py                  |   434 +
 astropy/table/tests/test_info.py                   |   233 +
 astropy/table/tests/test_init_table.py             |    28 +-
 astropy/table/tests/test_jsviewer.py               |   115 +-
 astropy/table/tests/test_mixin.py                  |   239 +-
 astropy/table/tests/test_operations.py             |    38 +
 astropy/table/tests/test_pickle.py                 |    69 +-
 astropy/table/tests/test_pprint.py                 |   151 +-
 astropy/table/tests/test_row.py                    |    22 +-
 astropy/table/tests/test_table.py                  |   251 +-
 astropy/tests/__init__.py                          |     5 -
 .../test_helpers.py => astropy/tests/command.py    |    58 +-
 astropy/tests/helper.py                            |   277 +-
 astropy/tests/pytest_plugins.py                    |   106 +-
 astropy/tests/runner.py                            |   286 +
 astropy/tests/test_logger.py                       |     2 +-
 astropy/tests/tests/test_run_tests.py              |    10 +-
 astropy/time/__init__.py                           |     1 +
 astropy/time/core.py                               |  1460 +-
 astropy/time/formats.py                            |  1135 ++
 astropy/time/tests/test_basic.py                   |   277 +-
 astropy/time/tests/test_delta.py                   |    14 +-
 astropy/time/tests/test_methods.py                 |   345 +
 astropy/time/tests/test_quantity_interaction.py    |    20 +
 astropy/time/utils.py                              |   122 +
 astropy/units/__init__.py                          |     7 +-
 astropy/units/astrophys.py                         |    62 +-
 astropy/units/cds.py                               |     4 +-
 astropy/units/cgs.py                               |     2 +-
 astropy/units/core.py                              |   140 +-
 astropy/units/equivalencies.py                     |     3 +-
 astropy/units/format/__init__.py                   |    11 +-
 astropy/units/format/base.py                       |    16 +-
 astropy/units/format/cds.py                        |   133 +-
 astropy/units/format/cds_lextab.py                 |    11 +-
 astropy/units/format/cds_parsetab.py               |    75 +-
 astropy/units/format/console.py                    |    22 +-
 astropy/units/format/fits.py                       |    47 +-
 astropy/units/format/generic.py                    |   201 +-
 astropy/units/format/generic_lextab.py             |    11 +-
 astropy/units/format/generic_parsetab.py           |   133 +-
 astropy/units/format/latex.py                      |    16 +-
 astropy/units/format/ogip.py                       |   107 +-
 astropy/units/format/ogip_lextab.py                |    10 +-
 astropy/units/format/ogip_parsetab.py              |   104 +-
 astropy/units/format/unicode_format.py             |    14 +-
 astropy/units/format/vounit.py                     |    48 +-
 astropy/units/function/__init__.py                 |    10 +
 astropy/units/function/core.py                     |   746 +
 astropy/units/function/logarithmic.py              |   327 +
 astropy/units/function/mixin.py                    |    27 +
 astropy/units/function/units.py                    |    48 +
 astropy/units/imperial.py                          |    32 +-
 astropy/units/physical.py                          |     6 +-
 astropy/units/quantity.py                          |   103 +-
 astropy/units/si.py                                |     5 +
 astropy/units/tests/test_equivalencies.py          |    17 +-
 astropy/units/tests/test_format.py                 |   144 +-
 astropy/units/tests/test_logarithmic.py            |   631 +
 astropy/units/tests/test_quantity.py               |    11 +-
 astropy/units/tests/test_quantity_ufuncs.py        |     9 +-
 astropy/units/tests/test_units.py                  |     1 -
 astropy/units/utils.py                             |     4 +-
 astropy/utils/argparse.py                          |    56 +
 astropy/utils/compat/numpy/__init__.py             |     2 +-
 astropy/utils/compat/numpy/lib/stride_tricks.py    |   183 +-
 .../compat/numpy/tests/test_broadcast_arrays.py    |    18 +-
 astropy/utils/compat/numpycompat.py                |     1 +
 astropy/utils/console.py                           |    35 +-
 astropy/utils/data.py                              |   259 +-
 astropy/utils/data_info.py                         |   491 +
 astropy/utils/decorators.py                        |   264 +-
 astropy/utils/iers/iers.py                         |   175 +-
 astropy/utils/iers/tests/iers_a_excerpt            |    60 +
 astropy/utils/iers/tests/test_iers.py              |    95 +-
 astropy/utils/introspection.py                     |    18 +-
 astropy/utils/misc.py                              |   293 +-
 astropy/utils/setup_package.py                     |     8 +-
 astropy/utils/tests/data/local.dat.xz              |   Bin 0 -> 128 bytes
 astropy/utils/tests/data/unicode.txt.bz2           |   Bin 0 -> 89 bytes
 astropy/utils/tests/data/unicode.txt.gz            |   Bin 0 -> 86 bytes
 astropy/utils/tests/data/unicode.txt.xz            |   Bin 0 -> 116 bytes
 astropy/utils/tests/test_data.py                   |    60 +-
 astropy/utils/tests/test_data_info.py              |    50 +
 astropy/utils/tests/test_decorators.py             |    57 +-
 astropy/utils/tests/test_xml.py                    |    10 +-
 astropy/utils/xml/src/iterparse.c                  |    10 +-
 astropy/version.py                                 |    12 +-
 astropy/visualization/__init__.py                  |     2 +
 astropy/visualization/hist.py                      |    63 +
 astropy/visualization/mpl_style.py                 |    19 +-
 astropy/visualization/tests/test_histogram.py      |    71 +
 astropy/visualization/tests/test_units.py          |    50 +
 astropy/visualization/units.py                     |   103 +
 astropy/vo/client/tests/test_conesearch.py         |     2 +-
 .../vo/validator/tests/data/conesearch_good.json   |   116 +-
 .../tests/data/conesearch_good_subset.json         |    47 -
 astropy/vo/validator/tests/data/listcats1.out      |     6 -
 astropy/vo/validator/tests/data/listcats2.out      |     3 -
 astropy/vo/validator/tests/data/tally.out          |     4 +-
 .../data/vao_conesearch_sites_121107_subset.xml    |    27 -
 astropy/vo/validator/tests/test_inpect.py          |     3 +-
 astropy/vo/validator/tests/test_validate.py        |    25 +-
 astropy/vo/validator/validate.py                   |    47 +-
 astropy/wcs/docstrings.py                          |    12 +-
 astropy/wcs/include/astropy_wcs/docstrings.h       |     1 +
 astropy/wcs/include/astropy_wcs/pyutil.h           |    25 +-
 astropy/wcs/include/astropy_wcs/wcsconfig.h        |     5 +-
 astropy/wcs/include/wcsconfig.h                    |     5 +-
 astropy/wcs/include/wcslib/cel.h                   |    71 +-
 astropy/wcs/include/wcslib/lin.h                   |   311 +-
 astropy/wcs/include/wcslib/prj.h                   |    80 +-
 astropy/wcs/include/wcslib/spc.h                   |    76 +-
 astropy/wcs/include/wcslib/spx.h                   |    57 +-
 astropy/wcs/include/wcslib/tab.h                   |    74 +-
 astropy/wcs/include/wcslib/wcs.h                   |   320 +-
 astropy/wcs/include/wcslib/wcserr.h                |    10 +-
 astropy/wcs/include/wcslib/wcsmath.h               |    11 +-
 astropy/wcs/include/wcslib/wcsprintf.h             |    24 +-
 astropy/wcs/setup_package.py                       |   141 +-
 astropy/wcs/src/astropy_wcs.c                      |   119 +-
 astropy/wcs/src/distortion.c                       |     6 +-
 astropy/wcs/src/distortion_wrap.c                  |     4 +-
 astropy/wcs/src/docstrings.c                       |    16 +-
 astropy/wcs/src/pipeline.c                         |     1 +
 astropy/wcs/src/pyutil.c                           |    32 +-
 astropy/wcs/src/sip.c                              |     2 +
 astropy/wcs/src/sip_wrap.c                         |    13 +-
 astropy/wcs/src/str_list_proxy.c                   |     2 +-
 astropy/wcs/src/unit_list_proxy.c                  |     2 +-
 astropy/wcs/src/wcslib_wrap.c                      |   169 +-
 astropy/wcs/src/wcslib_wtbarr_wrap.c               |   294 -
 astropy/wcs/tests/data/dist_lookup.fits.gz         |   Bin 0 -> 68483 bytes
 astropy/wcs/tests/data/sip-broken.hdr              |     1 +
 astropy/wcs/tests/data/siponly.hdr                 |     1 +
 astropy/wcs/tests/data/tpvonly.hdr                 |     1 +
 astropy/wcs/tests/data/validate.5.0.txt            |    16 +
 astropy/wcs/tests/test_profiling.py                |     4 +-
 astropy/wcs/tests/test_wcs.py                      |   155 +-
 astropy/wcs/tests/test_wcsprm.py                   |   205 +-
 astropy/wcs/wcs.py                                 |   218 +-
 astropy_helpers/.cache/v/cache/lastfailed          |     1 -
 astropy_helpers/.coverage                          |   Bin 13497 -> 0 bytes
 astropy_helpers/.travis.yml                        |    27 +-
 astropy_helpers/CHANGES.rst                        |    60 +-
 astropy_helpers/appveyor.yml                       |    21 +-
 astropy_helpers/astropy_helpers.egg-info/PKG-INFO  |     9 +-
 .../astropy_helpers.egg-info/SOURCES.txt           |    12 +-
 astropy_helpers/astropy_helpers/__init__.py        |    17 +
 astropy_helpers/astropy_helpers/commands/_dummy.py |    81 +
 .../{test_helpers.py => commands/_test_compat.py}  |    93 +-
 .../astropy_helpers/commands/build_ext.py          |   291 +-
 .../astropy_helpers/commands/build_sphinx.py       |    23 +-
 astropy_helpers/astropy_helpers/commands/test.py   |    35 +
 astropy_helpers/astropy_helpers/setup_helpers.py   |   163 +-
 .../sphinx/ext/astropyautosummary.py               |     9 +
 astropy_helpers/astropy_helpers/test_helpers.py    |   263 +-
 .../tests/coveragerc}                              |    13 +-
 .../astropy_helpers/tests/test_setup_helpers.py    |    48 +-
 .../astropy_helpers/tests/test_utils.py            |    24 +
 astropy_helpers/astropy_helpers/utils.py           |   219 +-
 astropy_helpers/astropy_helpers/version.py         |     6 +-
 .../astropy_helpers/__init__.py                    |    17 +
 .../astropy_helpers/commands}/__init__.py          |     0
 .../astropy_helpers/commands/_dummy.py             |    81 +
 .../astropy_helpers/commands/_test_compat.py}      |    93 +-
 .../astropy_helpers/commands/build_ext.py          |   457 +
 .../astropy_helpers/commands/build_py.py           |     0
 .../astropy_helpers/commands/build_sphinx.py       |    16 +-
 .../astropy_helpers/commands/install.py            |     0
 .../astropy_helpers/commands/install_lib.py        |     0
 .../astropy_helpers/commands/register.py           |     0
 .../astropy_helpers/commands/setup_package.py      |     0
 .../astropy_helpers/commands}/src/compiler.c       |     0
 .../astropy_helpers/commands/test.py               |    35 +
 .../astropy_helpers/compat/__init__.py             |     0
 .../compat/_subprocess_py2/__init__.py             |     0
 .../astropy_helpers}/compat/subprocess.py          |     0
 .../astropy_helpers/distutils_helpers.py           |     0
 .../astropy_helpers/git_helpers.py                 |     0
 .../astropy_helpers/setup_helpers.py               |   163 +-
 .../astropy_helpers/sphinx/__init__.py             |     0
 .../astropy_helpers/sphinx/conf.py                 |     0
 .../astropy_helpers/sphinx/ext/__init__.py         |     0
 .../sphinx/ext/astropyautosummary.py               |     9 +
 .../sphinx/ext/autodoc_enhancements.py             |     0
 .../astropy_helpers/sphinx/ext/automodapi.py       |     0
 .../astropy_helpers/sphinx/ext/automodsumm.py      |     0
 .../astropy_helpers/sphinx/ext/changelog_links.py  |     0
 .../astropy_helpers/sphinx/ext/comment_eater.py    |     0
 .../astropy_helpers/sphinx/ext/compiler_unparse.py |     0
 .../astropy_helpers/sphinx/ext/docscrape.py        |     0
 .../astropy_helpers/sphinx/ext/docscrape_sphinx.py |     0
 .../astropy_helpers/sphinx/ext/doctest.py          |     0
 .../astropy_helpers/sphinx/ext/edit_on_github.py   |     0
 .../astropy_helpers/sphinx/ext/numpydoc.py         |     0
 .../astropy_helpers/sphinx/ext/phantom_import.py   |     0
 .../astropy_helpers/sphinx/ext/smart_resolver.py   |     0
 .../sphinx/ext/templates/autosummary_core/base.rst |     0
 .../ext/templates/autosummary_core/class.rst       |     0
 .../ext/templates/autosummary_core/module.rst      |     0
 .../astropy_helpers/sphinx/ext/tests/__init__.py   |     0
 .../sphinx/ext/tests/test_autodoc_enhancements.py  |     0
 .../sphinx/ext/tests/test_automodapi.py            |     0
 .../sphinx/ext/tests/test_automodsumm.py           |     0
 .../sphinx/ext/tests/test_docscrape.py             |     0
 .../astropy_helpers/sphinx/ext/tests/test_utils.py |     0
 .../astropy_helpers/sphinx/ext/tocdepthfix.py      |     0
 .../astropy_helpers/sphinx/ext/traitsdoc.py        |     0
 .../astropy_helpers/sphinx/ext/utils.py            |     0
 .../astropy_helpers/sphinx/ext/viewcode.py         |     0
 .../astropy_helpers/sphinx/local/python3links.inv  |   Bin
 .../astropy_helpers/sphinx/setup_package.py        |     0
 .../sphinx/themes/bootstrap-astropy/globaltoc.html |     0
 .../sphinx/themes/bootstrap-astropy/layout.html    |     0
 .../sphinx/themes/bootstrap-astropy/localtoc.html  |     0
 .../sphinx/themes/bootstrap-astropy/searchbox.html |     0
 .../bootstrap-astropy/static/astropy_linkout.svg   |     0
 .../static/astropy_linkout_20.png                  |   Bin
 .../bootstrap-astropy/static/astropy_logo.ico      |   Bin
 .../bootstrap-astropy/static/astropy_logo.svg      |     0
 .../bootstrap-astropy/static/astropy_logo_32.png   |   Bin
 .../bootstrap-astropy/static/bootstrap-astropy.css |     0
 .../themes/bootstrap-astropy/static/copybutton.js  |     0
 .../themes/bootstrap-astropy/static/sidebar.js     |     0
 .../sphinx/themes/bootstrap-astropy/theme.conf     |     0
 .../astropy_helpers/test_helpers.py                |    13 +
 .../astropy_helpers/tests/__init__.py              |     0
 .../astropy_helpers/tests/test_ah_bootstrap.py     |     0
 .../astropy_helpers/tests/test_git_helpers.py      |     0
 .../astropy_helpers/tests/test_setup_helpers.py    |    48 +-
 .../astropy_helpers/tests/test_utils.py            |    24 +
 .../astropy_helpers/utils.py                       |   219 +-
 .../astropy_helpers/version.py                     |     6 +-
 .../astropy_helpers/version_helpers.py             |     0
 .../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 -
 astropy_helpers/setup.py                           |     2 +-
 cextern/wcslib/C/GNUmakefile                       |   146 +-
 cextern/wcslib/C/cel.c                             |    81 +-
 cextern/wcslib/C/cel.h                             |    71 +-
 cextern/wcslib/C/dis.c                             |  3587 ++++
 cextern/wcslib/C/dis.h                             |  1036 +
 cextern/wcslib/C/fitshdr.h                         |    33 +-
 cextern/wcslib/C/fitshdr.l                         |     8 +-
 cextern/wcslib/C/flexed/fitshdr.c                  |  1104 +-
 cextern/wcslib/C/flexed/wcsbth.c                   | 14343 ++++++++-----
 cextern/wcslib/C/flexed/wcspih.c                   | 17575 ++++++++++++----
 cextern/wcslib/C/flexed/wcsulex.c                  |   118 +-
 cextern/wcslib/C/flexed/wcsutrn.c                  |   118 +-
 cextern/wcslib/C/getwcstab.c                       |     6 +-
 cextern/wcslib/C/getwcstab.h                       |    10 +-
 cextern/wcslib/C/lin.c                             |   799 +-
 cextern/wcslib/C/lin.h                             |   311 +-
 cextern/wcslib/C/log.c                             |     6 +-
 cextern/wcslib/C/log.h                             |    35 +-
 cextern/wcslib/C/makedefs.in                       |   240 -
 cextern/wcslib/C/prj.c                             |    87 +-
 cextern/wcslib/C/prj.h                             |    80 +-
 cextern/wcslib/C/spc.c                             |    93 +-
 cextern/wcslib/C/spc.h                             |    76 +-
 cextern/wcslib/C/sph.c                             |    74 +-
 cextern/wcslib/C/sph.h                             |    34 +-
 cextern/wcslib/C/spx.c                             |    20 +-
 cextern/wcslib/C/spx.h                             |    57 +-
 cextern/wcslib/C/tab.c                             |    52 +-
 cextern/wcslib/C/tab.h                             |    74 +-
 cextern/wcslib/C/tan.fits                          |     1 -
 cextern/wcslib/C/tan.hdr                           |    21 -
 cextern/wcslib/C/wcs.c                             |   744 +-
 cextern/wcslib/C/wcs.h                             |   320 +-
 cextern/wcslib/C/wcsbth.l                          |  1371 +-
 cextern/wcslib/C/wcsconfig.h.in                    |    18 -
 cextern/wcslib/C/wcsconfig_tests.h.in              |    18 -
 cextern/wcslib/C/wcserr.c                          |     6 +-
 cextern/wcslib/C/wcserr.h                          |    10 +-
 cextern/wcslib/C/wcsfix.c                          |    76 +-
 cextern/wcslib/C/wcsfix.h                          |    45 +-
 cextern/wcslib/C/wcshdr.c                          |   939 +-
 cextern/wcslib/C/wcshdr.h                          |   139 +-
 cextern/wcslib/C/wcslib.h                          |    12 +-
 cextern/wcslib/C/wcsmath.h                         |    11 +-
 cextern/wcslib/C/wcspih.l                          |  2166 +-
 cextern/wcslib/C/wcsprintf.c                       |    10 +-
 cextern/wcslib/C/wcsprintf.h                       |    24 +-
 cextern/wcslib/C/wcstrig.c                         |     6 +-
 cextern/wcslib/C/wcstrig.h                         |    15 +-
 cextern/wcslib/C/wcsulex.l                         |     6 +-
 cextern/wcslib/C/wcsunits.c                        |     6 +-
 cextern/wcslib/C/wcsunits.h                        |    35 +-
 cextern/wcslib/C/wcsutil.c                         |    31 +-
 cextern/wcslib/C/wcsutil.h                         |    45 +-
 cextern/wcslib/C/wcsutrn.l                         |     6 +-
 cextern/wcslib/CHANGES                             |   352 +-
 cextern/wcslib/GNUmakefile                         |     4 +-
 cextern/wcslib/INSTALL                             |    29 +-
 cextern/wcslib/README                              |     8 +-
 cextern/wcslib/THANKS                              |     6 +-
 cextern/wcslib/VALIDATION                          |   149 +-
 cextern/wcslib/configure                           |    34 +-
 cextern/wcslib/configure.ac                        |     6 +-
 cextern/wcslib/flavours                            |     8 +-
 cextern/wcslib/makedefs.in                         |    10 +-
 cextern/wcslib/wcsconfig.h.in                      |     7 +-
 cextern/wcslib/wcsconfig_f77.h.in                  |     4 +-
 cextern/wcslib/wcsconfig_tests.h.in                |     4 +-
 cextern/wcslib/wcsconfig_utils.h.in                |     4 +-
 debian/astropy-utils.manpages                      |     1 +
 debian/changelog                                   |    22 +-
 debian/clean                                       |     4 +-
 debian/control                                     |    14 +-
 debian/fitsinfo.1                                  |    31 +
 debian/patches/4227.patch                          |    30 -
 debian/patches/disable_helper.patch                |     2 +-
 debian/patches/mark_known_failures.patch           |    33 +-
 debian/patches/series                              |     1 -
 debian/python-astropy.lintian-overrides            |     2 +-
 debian/tests/control                               |     2 +-
 docs/analytic_functions/index.rst                  |     7 +-
 docs/conf.py                                       |     9 +
 docs/convolution/index.rst                         |     2 +-
 docs/convolution/kernels.rst                       |     2 +-
 docs/coordinates/angles.rst                        |     2 +-
 docs/coordinates/galactocentric.rst                |    15 +-
 docs/coordinates/index.rst                         |    87 +-
 docs/coordinates/remote_methods.rst                |    65 +
 docs/coordinates/representations.rst               |     7 +
 docs/coordinates/skycoord.rst                      |     2 +-
 docs/cosmology/index.rst                           |    44 +-
 docs/credits.rst                                   |    47 +-
 docs/development/affiliated-packages.rst           |    37 +-
 docs/development/testguide.rst                     |    36 +-
 docs/development/workflow/development_workflow.rst |     6 +-
 docs/index.rst                                     |     3 +-
 docs/install.rst                                   |    20 +-
 docs/io/ascii/fixed_width_gallery.rst              |   165 +-
 docs/io/ascii/index.rst                            |     2 +-
 docs/io/ascii/read.rst                             |   112 +-
 docs/io/fits/appendix/faq.rst                      |     2 +
 docs/io/fits/index.rst                             |    40 +
 docs/io/fits/usage/scripts.rst                     |     4 +
 docs/io/fits/usage/unfamiliar.rst                  |     2 +-
 docs/io/registry.rst                               |    92 +-
 docs/io/unified.rst                                |    11 +
 docs/modeling/bounding-boxes.rst                   |   158 +
 docs/modeling/compound-models.rst                  |    10 +-
 docs/modeling/index.rst                            |    16 +-
 docs/modeling/models.rst                           |    87 +-
 docs/modeling/new.rst                              |    13 +-
 docs/nddata/index.rst                              |     2 +
 docs/nddata/utils.rst                              |   348 +
 docs/nitpick-exceptions                            |     3 +
 docs/rtd-pip-requirements                          |     1 +
 docs/stats/index.rst                               |     6 +
 docs/table/access_table.rst                        |   191 +-
 docs/table/construct_table.rst                     |   208 +-
 docs/table/index.rst                               |   124 +-
 docs/table/indexing.rst                            |   228 +
 docs/table/masking.rst                             |    10 +-
 docs/table/mixin_columns.rst                       |    78 +-
 docs/table/modify_table.rst                        |    12 +
 docs/table/operations.rst                          |   107 +-
 docs/table/pandas.rst                              |    64 +
 docs/testhelpers.rst                               |    42 +
 docs/time/index.rst                                |   156 +-
 docs/units/format.rst                              |     3 +-
 docs/units/index.rst                               |    47 +-
 docs/units/logarithmic_units.rst                   |   225 +
 docs/units/quantity.rst                            |    68 +-
 docs/units/standard_units.rst                      |    44 +-
 docs/utils/index.rst                               |     1 +
 docs/visualization/histogram.rst                   |   159 +
 docs/visualization/index.rst                       |     7 +-
 docs/visualization/normalization.rst               |     2 +-
 docs/wcs/index.rst                                 |    35 +-
 docs/wcs/relax.rst                                 |    45 +-
 docs/whatsnew/1.1.rst                              |   323 +
 docs/whatsnew/index.rst                            |     1 +
 licenses/PLY_LICENSE.rst                           |     4 +-
 setup.cfg                                          |     1 +
 setup.py                                           |    19 +-
 595 files changed, 108621 insertions(+), 39553 deletions(-)
 copy .astropy-root => .pc/.dpkg-source-unapply (100%)
 create mode 100644 .pc/.quilt_patches
 create mode 100644 .pc/.quilt_series
 create mode 100644 .pc/.version
 create mode 100644 astropy/coordinates/builtin_frames/ecliptic.py
 create mode 100644 astropy/coordinates/builtin_frames/ecliptic_transforms.py
 create mode 100644 astropy/coordinates/builtin_frames/supergalactic.py
 create mode 100644 astropy/coordinates/builtin_frames/supergalactic_transforms.py
 create mode 100644 astropy/coordinates/data/constellation_data_roman87.dat
 create mode 100644 astropy/coordinates/data/constellation_names.dat
 create mode 100644 astropy/coordinates/data/sites.json
 create mode 100644 astropy/coordinates/sites.py
 create mode 100644 astropy/coordinates/tests/accuracy/test_ecliptic.py
 create mode 100644 astropy/coordinates/tests/test_celestial_transformations.py
 create mode 100644 astropy/coordinates/tests/test_intermediate_transformations.py
 create mode 100644 astropy/coordinates/tests/test_sites.py
 create mode 100644 astropy/coordinates/tests/test_unit_representation.py
 create mode 100644 astropy/cosmology/scalar_inv_efuncs.c
 create mode 100644 astropy/cosmology/scalar_inv_efuncs.pyx
 create mode 100644 astropy/extern/css/jquery.dataTables.css
 rename astropy/extern/js/{jquery-1.11.0.js => jquery-1.11.3.js} (94%)
 create mode 100644 astropy/extern/js/jquery-1.11.3.min.js
 create mode 100644 astropy/extern/js/jquery.dataTables.min.js
 create mode 100644 astropy/io/ascii/misc.py
 create mode 100644 astropy/io/ascii/tests/t/daophot4.dat
 create mode 100644 astropy/io/ascii/tests/t/ipac.dat.xz
 create mode 100644 astropy/io/ascii/tests/t/short.rdb.xz
 create mode 100644 astropy/io/fits/_numpy_hacks.py
 create mode 100644 astropy/io/fits/scripts/fitsinfo.py
 delete mode 100644 astropy/io/fits/tests/util.py
 create mode 100644 astropy/modeling/src/projections.c
 create mode 100644 astropy/modeling/src/projections.c.templ
 copy astropy/{wcs/include/astropy_wcs => modeling/src}/wcsconfig.h (86%)
 create mode 100644 astropy/stats/bayesian_blocks.py
 create mode 100644 astropy/stats/histogram.py
 create mode 100644 astropy/stats/tests/test_bayesian_blocks.py
 create mode 100644 astropy/stats/tests/test_histogram.py
 create mode 100644 astropy/table/_column_mixins.c
 create mode 100644 astropy/table/_column_mixins.pyx
 create mode 100644 astropy/table/bst.py
 delete mode 100644 astropy/table/data/demo_page.css
 delete mode 100644 astropy/table/data/demo_table.css
 delete mode 100644 astropy/table/data/jquery-ui.css
 create mode 100644 astropy/table/index.py
 create mode 100644 astropy/table/info.py
 create mode 100644 astropy/table/meta.py
 create mode 100644 astropy/table/sorted_array.py
 create mode 100644 astropy/table/tests/test_array.py
 create mode 100644 astropy/table/tests/test_bst.py
 create mode 100644 astropy/table/tests/test_index.py
 create mode 100644 astropy/table/tests/test_info.py
 copy astropy_helpers/astropy_helpers/test_helpers.py => astropy/tests/command.py (89%)
 create mode 100644 astropy/tests/runner.py
 create mode 100644 astropy/time/formats.py
 create mode 100644 astropy/time/tests/test_methods.py
 create mode 100644 astropy/time/utils.py
 create mode 100644 astropy/units/function/__init__.py
 create mode 100644 astropy/units/function/core.py
 create mode 100644 astropy/units/function/logarithmic.py
 create mode 100644 astropy/units/function/mixin.py
 create mode 100644 astropy/units/function/units.py
 create mode 100644 astropy/units/tests/test_logarithmic.py
 create mode 100644 astropy/utils/argparse.py
 create mode 100644 astropy/utils/data_info.py
 create mode 100644 astropy/utils/iers/tests/iers_a_excerpt
 create mode 100644 astropy/utils/tests/data/local.dat.xz
 create mode 100644 astropy/utils/tests/data/unicode.txt.bz2
 create mode 100644 astropy/utils/tests/data/unicode.txt.gz
 create mode 100644 astropy/utils/tests/data/unicode.txt.xz
 create mode 100644 astropy/utils/tests/test_data_info.py
 create mode 100644 astropy/visualization/hist.py
 create mode 100644 astropy/visualization/tests/test_histogram.py
 create mode 100644 astropy/visualization/tests/test_units.py
 create mode 100644 astropy/visualization/units.py
 delete mode 100644 astropy/vo/validator/tests/data/conesearch_good_subset.json
 delete mode 100644 astropy/wcs/src/wcslib_wtbarr_wrap.c
 create mode 100644 astropy/wcs/tests/data/dist_lookup.fits.gz
 create mode 100644 astropy/wcs/tests/data/sip-broken.hdr
 create mode 100644 astropy/wcs/tests/data/siponly.hdr
 create mode 100644 astropy/wcs/tests/data/tpvonly.hdr
 create mode 100644 astropy/wcs/tests/data/validate.5.0.txt
 delete mode 100644 astropy_helpers/.cache/v/cache/lastfailed
 delete mode 100644 astropy_helpers/.coverage
 create mode 100644 astropy_helpers/astropy_helpers/commands/_dummy.py
 copy astropy_helpers/astropy_helpers/{test_helpers.py => commands/_test_compat.py} (78%)
 create mode 100644 astropy_helpers/astropy_helpers/commands/test.py
 rename astropy_helpers/{.coveragerc => astropy_helpers/tests/coveragerc} (57%)
 create mode 100644 astropy_helpers/astropy_helpers/tests/test_utils.py
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/__init__.py (73%)
 copy {astropy/analytic_functions/tests => astropy_helpers/build/lib.macosx-10.10-x86_64-2.7/astropy_helpers/commands}/__init__.py (100%)
 create mode 100644 astropy_helpers/build/lib.macosx-10.10-x86_64-2.7/astropy_helpers/commands/_dummy.py
 copy astropy_helpers/{astropy_helpers/test_helpers.py => build/lib.macosx-10.10-x86_64-2.7/astropy_helpers/commands/_test_compat.py} (78%)
 create mode 100644 astropy_helpers/build/lib.macosx-10.10-x86_64-2.7/astropy_helpers/commands/build_ext.py
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/commands/build_py.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/commands/build_sphinx.py (95%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/commands/install.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/commands/install_lib.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/commands/register.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/commands/setup_package.py (100%)
 copy {astropy/utils => astropy_helpers/build/lib.macosx-10.10-x86_64-2.7/astropy_helpers/commands}/src/compiler.c (100%)
 create mode 100644 astropy_helpers/build/lib.macosx-10.10-x86_64-2.7/astropy_helpers/commands/test.py
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/compat/__init__.py (100%)
 copy {astropy/utils => astropy_helpers/build/lib.macosx-10.10-x86_64-2.7/astropy_helpers}/compat/_subprocess_py2/__init__.py (100%)
 copy {astropy/utils => astropy_helpers/build/lib.macosx-10.10-x86_64-2.7/astropy_helpers}/compat/subprocess.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/distutils_helpers.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/git_helpers.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/setup_helpers.py (82%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/__init__.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/conf.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/__init__.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/astropyautosummary.py (89%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/autodoc_enhancements.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/automodapi.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/automodsumm.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/changelog_links.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/comment_eater.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/compiler_unparse.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/docscrape.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/docscrape_sphinx.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/doctest.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/edit_on_github.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/numpydoc.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/phantom_import.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/smart_resolver.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/templates/autosummary_core/base.rst (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/templates/autosummary_core/class.rst (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/templates/autosummary_core/module.rst (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/tests/__init__.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/tests/test_autodoc_enhancements.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/tests/test_automodapi.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/tests/test_automodsumm.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/tests/test_docscrape.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/tests/test_utils.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/tocdepthfix.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/traitsdoc.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/utils.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/ext/viewcode.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/local/python3links.inv (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/setup_package.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/themes/bootstrap-astropy/globaltoc.html (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/themes/bootstrap-astropy/layout.html (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/themes/bootstrap-astropy/localtoc.html (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/themes/bootstrap-astropy/searchbox.html (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_linkout.svg (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_linkout_20.png (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_logo.ico (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_logo.svg (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_logo_32.png (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/themes/bootstrap-astropy/static/bootstrap-astropy.css (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/themes/bootstrap-astropy/static/copybutton.js (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/themes/bootstrap-astropy/static/sidebar.js (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/sphinx/themes/bootstrap-astropy/theme.conf (100%)
 create mode 100644 astropy_helpers/build/lib.macosx-10.10-x86_64-2.7/astropy_helpers/test_helpers.py
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/tests/__init__.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/tests/test_ah_bootstrap.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/tests/test_git_helpers.py (100%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/tests/test_setup_helpers.py (92%)
 create mode 100644 astropy_helpers/build/lib.macosx-10.10-x86_64-2.7/astropy_helpers/tests/test_utils.py
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/utils.py (74%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/version.py (97%)
 copy astropy_helpers/{ => build/lib.macosx-10.10-x86_64-2.7}/astropy_helpers/version_helpers.py (100%)
 delete mode 100644 astropy_helpers/continuous-integration/appveyor/install-miniconda.ps1
 delete mode 100644 astropy_helpers/continuous-integration/appveyor/windows_sdk.cmd
 delete mode 100755 astropy_helpers/continuous-integration/travis/install_conda_linux.sh
 delete mode 100755 astropy_helpers/continuous-integration/travis/install_conda_osx.sh
 delete mode 100755 astropy_helpers/continuous-integration/travis/install_graphviz_linux.sh
 delete mode 100755 astropy_helpers/continuous-integration/travis/install_graphviz_osx.sh
 create mode 100644 cextern/wcslib/C/dis.c
 create mode 100644 cextern/wcslib/C/dis.h
 delete mode 100644 cextern/wcslib/C/makedefs.in
 delete mode 100644 cextern/wcslib/C/tan.fits
 delete mode 100644 cextern/wcslib/C/tan.hdr
 delete mode 100644 cextern/wcslib/C/wcsconfig.h.in
 delete mode 100644 cextern/wcslib/C/wcsconfig_tests.h.in
 create mode 100644 debian/fitsinfo.1
 delete mode 100644 debian/patches/4227.patch
 create mode 100644 docs/coordinates/remote_methods.rst
 create mode 100644 docs/modeling/bounding-boxes.rst
 create mode 100644 docs/nddata/utils.rst
 create mode 100644 docs/table/indexing.rst
 create mode 100644 docs/table/pandas.rst
 create mode 100644 docs/testhelpers.rst
 create mode 100644 docs/units/logarithmic_units.rst
 create mode 100644 docs/visualization/histogram.rst
 create mode 100644 docs/whatsnew/1.1.rst

-- 
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-astro-commits mailing list