[Debian-astro-commits] [python-astropy] branch debian updated (5ed35e1 -> 777e91f)

Ole Streicher olebole at moszumanska.debian.org
Fri Dec 23 14:32:15 UTC 2016


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

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

      from  5ed35e1   Add python3-pkg-resources to astropy-tools dependencies. Closes: #839746
      adds  4b5d689   New upstream version 1.3~rc1
      adds  fc8d5e7   Merge tag 'upstream/1.3_rc1' into debian
      adds  d891df5   Rediff patches
      adds  92fa72c   Update changelog for 1.3~rc1-1 release
      adds  fdaeced   Disable VO test that fails with SSL.
      adds  34151e3   Add pyaml as requirement to build docs
      adds  3374be0   Re-enable WCS.all_world2pix test (should be fixed now)
      adds  0143719   Remove obsolete lintian overrides
      adds  dee8920   New upstream version 1.3
       new  1f9ac76   Merge tag 'upstream/1.3' into debian
       new  34ba845   Rediff patches
       new  777e91f   Update changelog for 1.3-1 release

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                                        |   570 +-
 PKG-INFO                                           |     8 +-
 astropy/__init__.py                                |    13 +-
 astropy/_erfa/core.c                               |   302 +
 astropy/_erfa/core.py                              |  1702 ++-
 astropy/_erfa/erfa_generator.py                    |    14 +-
 astropy/_erfa/setup_package.py                     |     2 +-
 astropy/_erfa/tests/test_erfa.py                   |    19 +-
 astropy/analytic_functions/blackbody.py            |     2 +-
 astropy/analytic_functions/tests/test_blackbody.py |     2 +-
 astropy/config/configuration.py                    |     2 +-
 astropy/config/paths.py                            |     4 +-
 astropy/config/tests/test_configs.py               |     2 +-
 astropy/conftest.py                                |     2 +
 astropy/constants/constant.py                      |     2 +-
 astropy/constants/tests/test_pickle.py             |     1 +
 astropy/convolution/boundary_extend.c              |  1597 ++-
 astropy/convolution/boundary_fill.c                |  1597 ++-
 astropy/convolution/boundary_none.c                |  1603 ++-
 astropy/convolution/boundary_wrap.c                |  1597 ++-
 astropy/convolution/convolve.py                    |    81 +-
 astropy/convolution/core.py                        |     6 -
 astropy/convolution/kernels.py                     |     8 +-
 astropy/convolution/tests/test_convolve_nddata.py  |    56 +
 astropy/convolution/tests/test_convolve_speeds.py  |     9 +-
 astropy/convolution/tests/test_discretize.py       |    16 +
 astropy/convolution/tests/test_kernel_class.py     |    18 +-
 astropy/convolution/utils.py                       |    19 +-
 astropy/coordinates/angle_lextab.py                |     7 +-
 astropy/coordinates/angle_parsetab.py              |    76 +-
 astropy/coordinates/angle_utilities.py             |    14 +-
 astropy/coordinates/angles.py                      |   177 +-
 astropy/coordinates/baseframe.py                   |   325 +-
 astropy/coordinates/builtin_frames/__init__.py     |     2 +-
 .../builtin_frames/cirs_observed_transforms.py     |    65 +-
 .../builtin_frames/ecliptic_transforms.py          |    56 +-
 astropy/coordinates/builtin_frames/fk4.py          |    69 +-
 .../builtin_frames/fk4_fk5_transforms.py           |    28 +-
 .../builtin_frames/galactic_transforms.py          |    11 +-
 .../coordinates/builtin_frames/galactocentric.py   |    74 +-
 astropy/coordinates/builtin_frames/gcrs.py         |    45 +-
 .../builtin_frames/icrs_cirs_transforms.py         |   137 +-
 .../builtin_frames/icrs_fk5_transforms.py          |     9 +-
 .../intermediate_rotation_transforms.py            |    14 +-
 astropy/coordinates/builtin_frames/skyoffset.py    |     9 +-
 .../builtin_frames/supergalactic_transforms.py     |     7 +-
 astropy/coordinates/builtin_frames/utils.py        |    93 +-
 astropy/coordinates/calculation.py                 |     2 +-
 astropy/coordinates/distances.py                   |    12 +-
 astropy/coordinates/earth.py                       |   158 +-
 astropy/coordinates/earth_orientation.py           |    36 +-
 astropy/coordinates/matching.py                    |   141 +-
 astropy/coordinates/matrix_utilities.py            |   130 +
 astropy/coordinates/representation.py              |   653 +-
 astropy/coordinates/sites.py                       |     4 +-
 astropy/coordinates/sky_coordinate.py              |    89 +-
 astropy/coordinates/solar_system.py                |   174 +-
 .../coordinates/tests/accuracy/generate_ref_ast.py |     3 +-
 .../tests/accuracy/test_fk4_no_e_fk4.py            |     1 +
 .../tests/accuracy/test_fk4_no_e_fk5.py            |     1 +
 .../tests/accuracy/test_galactic_fk4.py            |     1 +
 .../coordinates/tests/accuracy/test_icrs_fk5.py    |     1 +
 astropy/coordinates/tests/test_angles.py           |   117 +-
 .../coordinates/tests/test_angular_separation.py   |     1 +
 astropy/coordinates/tests/test_api_ape5.py         |     2 +-
 .../tests/test_celestial_transformations.py        |    18 +-
 astropy/coordinates/tests/test_earth.py            |    35 +-
 astropy/coordinates/tests/test_frames.py           |   128 +-
 astropy/coordinates/tests/test_iau_fullstack.py    |    14 +-
 .../tests/test_intermediate_transformations.py     |    74 +-
 astropy/coordinates/tests/test_matching.py         |   156 +-
 astropy/coordinates/tests/test_matrix_utilities.py |    48 +
 astropy/coordinates/tests/test_pickle.py           |     4 +-
 astropy/coordinates/tests/test_regression.py       |   139 +-
 astropy/coordinates/tests/test_representation.py   |    66 +-
 .../tests/test_representation_arithmetic.py        |   366 +
 .../tests/test_representation_methods.py           |   204 +
 .../coordinates/tests/test_shape_manipulation.py   |   269 +
 astropy/coordinates/tests/test_sites.py            |     6 +-
 astropy/coordinates/tests/test_sky_coord.py        |    57 +-
 .../tests/test_skyoffset_transformations.py        |     2 +
 astropy/coordinates/tests/test_solar_system.py     |    63 +-
 astropy/coordinates/transformations.py             |    20 +-
 astropy/cosmology/core.py                          |    48 +-
 astropy/cosmology/parameters.py                    |    14 +-
 astropy/cosmology/scalar_inv_efuncs.c              |   329 +-
 astropy/cosmology/tests/test_pickle.py             |     1 +
 astropy/cython_version.py                          |     2 +-
 astropy/extern/bundled/six.py                      |   171 +-
 astropy/extern/configobj/configobj.py              |   383 +-
 astropy/extern/configobj/validate.py               |   261 +-
 astropy/extern/css/jquery.dataTables.css           |     4 +-
 astropy/extern/js/jquery-1.11.3.min.js             |     5 -
 .../js/{jquery-1.11.3.js => jquery-3.1.1.js}       |  8949 +++++++------
 astropy/extern/js/jquery-3.1.1.min.js              |     4 +
 astropy/extern/js/jquery.dataTables.js             | 11563 ++++++++---------
 astropy/extern/js/jquery.dataTables.min.js         |   319 +-
 astropy/extern/ply/__init__.py                     |     2 +-
 astropy/extern/ply/cpp.py                          |    63 +-
 astropy/extern/ply/lex.py                          |    62 +-
 astropy/extern/ply/yacc.py                         |   123 +-
 astropy/extern/six.py                              |     2 +-
 astropy/io/ascii/basic.py                          |     5 +-
 astropy/io/ascii/cds.py                            |    19 +-
 astropy/io/ascii/core.py                           |    76 +-
 astropy/io/ascii/cparser.c                         | 12505 +++++++++++--------
 astropy/io/ascii/cparser.pyx                       |   100 +-
 astropy/io/ascii/daophot.py                        |    13 +-
 astropy/io/ascii/ecsv.py                           |    50 +-
 astropy/io/ascii/fastbasic.py                      |     6 +-
 astropy/io/ascii/fixedwidth.py                     |     8 +-
 astropy/io/ascii/html.py                           |    56 +-
 astropy/io/ascii/ipac.py                           |    32 +-
 astropy/io/ascii/latex.py                          |    31 +-
 astropy/io/ascii/misc.py                           |    11 +-
 astropy/io/ascii/sextractor.py                     |     3 +-
 astropy/io/ascii/src/tokenizer.c                   |   208 +-
 astropy/io/ascii/src/tokenizer.h                   |    17 +-
 astropy/io/ascii/tests/common.py                   |     8 +-
 astropy/io/ascii/tests/test_c_reader.py            |   239 +-
 astropy/io/ascii/tests/test_ecsv.py                |    31 +
 astropy/io/ascii/tests/test_fixedwidth.py          |     6 +-
 astropy/io/ascii/tests/test_html.py                |   118 +-
 astropy/io/ascii/tests/test_ipac_definitions.py    |     6 +-
 astropy/io/ascii/tests/test_read.py                |    83 +-
 astropy/io/ascii/tests/test_rst.py                 |     5 +-
 astropy/io/ascii/tests/test_types.py               |     6 +-
 astropy/io/ascii/tests/test_write.py               |   145 +-
 astropy/io/ascii/ui.py                             |    55 +-
 astropy/io/fits/__init__.py                        |     9 +-
 astropy/io/fits/card.py                            |   466 +-
 astropy/io/fits/column.py                          |   248 +-
 astropy/io/fits/connect.py                         |     6 +-
 astropy/io/fits/convenience.py                     |    97 +-
 astropy/io/fits/diff.py                            |   187 +-
 astropy/io/fits/file.py                            |   181 +-
 astropy/io/fits/fitsrec.py                         |   112 +-
 astropy/io/fits/hdu/base.py                        |   260 +-
 astropy/io/fits/hdu/compressed.py                  |   109 +-
 astropy/io/fits/hdu/groups.py                      |    17 +-
 astropy/io/fits/hdu/hdulist.py                     |   518 +-
 astropy/io/fits/hdu/image.py                       |    27 +-
 astropy/io/fits/hdu/nonstandard.py                 |     2 +-
 astropy/io/fits/hdu/streaming.py                   |     7 +-
 astropy/io/fits/hdu/table.py                       |   146 +-
 astropy/io/fits/header.py                          |   439 +-
 astropy/io/fits/py3compat.py                       |     2 +-
 astropy/io/fits/scripts/fitscheck.py               |    24 +-
 astropy/io/fits/scripts/fitsdiff.py                |    19 +-
 astropy/io/fits/scripts/fitsheader.py              |     2 +
 astropy/io/fits/src/compressionmodule.c            |     3 +-
 .../{table.fits => compressed_float_bzero.fits}    |   Bin 8640 -> 8640 bytes
 astropy/io/fits/tests/test_checksum.py             |    27 +-
 astropy/io/fits/tests/test_connect.py              |    17 +-
 astropy/io/fits/tests/test_convenience.py          |     2 +-
 astropy/io/fits/tests/test_core.py                 |    79 +-
 astropy/io/fits/tests/test_diff.py                 |   104 +-
 astropy/io/fits/tests/test_division.py             |     2 +-
 astropy/io/fits/tests/test_hdulist.py              |   107 +-
 astropy/io/fits/tests/test_header.py               |   483 +-
 astropy/io/fits/tests/test_image.py                |   172 +-
 astropy/io/fits/tests/test_nonstandard.py          |     2 +-
 astropy/io/fits/tests/test_structured.py           |    12 +-
 astropy/io/fits/tests/test_table.py                |   184 +-
 astropy/io/fits/tests/test_uint.py                 |     9 +-
 astropy/io/fits/tests/test_util.py                 |   114 +
 astropy/io/fits/util.py                            |   275 +-
 astropy/io/fits/verify.py                          |    11 +-
 astropy/io/misc/hdf5.py                            |     2 +-
 astropy/io/misc/pickle_helpers.py                  |     1 +
 astropy/io/misc/tests/test_pickle_helpers.py       |     3 +-
 astropy/io/misc/tests/test_yaml.py                 |   165 +
 astropy/io/misc/yaml.py                            |   301 +
 astropy/io/registry.py                             |   292 +-
 astropy/io/tests/test_registry.py                  |    79 +-
 astropy/io/votable/converters.py                   |    69 +-
 astropy/io/votable/exceptions.py                   |   133 +-
 astropy/io/votable/tests/converter_test.py         |     3 +-
 astropy/io/votable/tests/table_test.py             |     1 +
 astropy/io/votable/tests/vo_test.py                |    33 +-
 astropy/io/votable/tree.py                         |   124 +-
 astropy/io/votable/ucd.py                          |    30 +-
 astropy/io/votable/util.py                         |    10 +-
 astropy/io/votable/validator/html.py               |    34 +-
 astropy/io/votable/validator/result.py             |    22 +-
 astropy/logger.py                                  |     6 +-
 astropy/modeling/core.py                           |    31 +-
 astropy/modeling/fitting.py                        |   177 +-
 astropy/modeling/functional_models.py              |   344 +-
 astropy/modeling/mappings.py                       |     1 +
 astropy/modeling/models.py                         |     3 +-
 astropy/modeling/optimizers.py                     |     3 +-
 astropy/modeling/parameters.py                     |     1 +
 astropy/modeling/polynomial.py                     |   208 +-
 astropy/modeling/rotations.py                      |     1 +
 astropy/modeling/setup_package.py                  |     2 +-
 astropy/modeling/src/projections.c                 |   684 +-
 astropy/modeling/tabular.py                        |   302 +
 astropy/modeling/tests/example_models.py           |    12 +-
 astropy/modeling/tests/irafutil.py                 |     7 +-
 astropy/modeling/tests/test_compound.py            |    28 +
 astropy/modeling/tests/test_constraints.py         |     2 +-
 astropy/modeling/tests/test_fitters.py             |   216 +-
 astropy/modeling/tests/test_functional_models.py   |    24 +-
 astropy/modeling/tests/test_input.py               |     1 +
 astropy/modeling/tests/test_models.py              |    88 +-
 astropy/modeling/tests/test_parameters.py          |    14 +-
 astropy/modeling/tests/test_polynomial.py          |    16 +-
 astropy/modeling/tests/test_projections.py         |     1 +
 astropy/modeling/utils.py                          |    60 +-
 astropy/nddata/decorators.py                       |   312 +-
 astropy/nddata/tests/test_decorators.py            |   183 +-
 astropy/nddata/tests/test_utils.py                 |     1 +
 astropy/nddata/utils.py                            |    13 +-
 astropy/stats/bayesian_blocks.py                   |     1 +
 astropy/stats/circstats.py                         |     2 +-
 astropy/stats/funcs.py                             |   354 +-
 astropy/stats/histogram.py                         |     2 +-
 astropy/stats/info_theory.py                       |    20 +-
 astropy/stats/jackknife.py                         |     1 +
 astropy/stats/lombscargle/core.py                  |     1 +
 .../lombscargle/implementations/cython_impl.c      |  2579 ++--
 .../lombscargle/implementations/fastchi2_impl.py   |     1 +
 astropy/stats/lombscargle/implementations/mle.py   |     1 +
 .../stats/lombscargle/implementations/slow_impl.py |     1 +
 .../lombscargle/implementations/tests/test_mle.py  |     1 +
 astropy/stats/lombscargle/implementations/utils.py |     1 +
 astropy/stats/sigma_clipping.py                    |     3 +-
 astropy/stats/tests/test_circstats.py              |     6 +-
 astropy/stats/tests/test_funcs.py                  |    89 +
 astropy/stats/tests/test_sigma_clipping.py         |    13 +-
 astropy/table/__init__.py                          |    36 +-
 astropy/table/_column_mixins.c                     |   514 +-
 astropy/table/_np_utils.c                          |  1607 ++-
 astropy/table/bst.py                               |     2 +-
 astropy/table/column.py                            |    21 +-
 astropy/table/groups.py                            |    10 +-
 astropy/table/index.py                             |     9 +
 astropy/table/info.py                              |    14 +-
 astropy/table/jsviewer.py                          |     8 +-
 astropy/table/meta.py                              |    29 +-
 astropy/table/np_utils.py                          |    10 +-
 astropy/table/operations.py                        |     2 +-
 astropy/table/pprint.py                            |   190 +-
 astropy/table/row.py                               |     2 +-
 astropy/table/sorted_array.py                      |     1 +
 astropy/table/table.py                             |   188 +-
 astropy/table/tests/conftest.py                    |     5 +-
 astropy/table/tests/test_array.py                  |     3 +-
 astropy/table/tests/test_bst.py                    |     5 +-
 astropy/table/tests/test_column.py                 |     5 +
 astropy/table/tests/test_index.py                  |    14 +-
 astropy/table/tests/test_info.py                   |    26 +-
 astropy/table/tests/test_init_table.py             |    22 +-
 astropy/table/tests/test_jsviewer.py               |    15 +-
 astropy/table/tests/test_mixin.py                  |    54 +-
 astropy/table/tests/test_pickle.py                 |    25 +-
 astropy/table/tests/test_row.py                    |     5 +-
 astropy/table/tests/test_table.py                  |   155 +-
 astropy/tests/command.py                           |    49 +-
 astropy/tests/coveragerc                           |     5 +-
 astropy/tests/disable_internet.py                  |    20 +-
 astropy/tests/helper.py                            |    20 +-
 astropy/tests/image_tests.py                       |    12 +
 astropy/tests/output_checker.py                    |    25 +-
 astropy/tests/pytest_plugins.py                    |    66 +-
 astropy/tests/runner.py                            |   529 +-
 astropy/tests/tests/test_imports.py                |     6 +-
 astropy/tests/tests/test_run_tests.py              |     2 +-
 astropy/tests/tests/test_runner.py                 |    81 +
 astropy/tests/tests/test_skip_remote_data.py       |    43 +-
 astropy/time/core.py                               |   349 +-
 astropy/time/formats.py                            |     5 +-
 astropy/time/tests/test_basic.py                   |    34 +-
 astropy/time/tests/test_comparisons.py             |     7 +-
 astropy/time/tests/test_corrs.py                   |    20 +-
 astropy/time/tests/test_methods.py                 |    68 +-
 astropy/time/tests/test_pickle.py                  |     2 +-
 astropy/units/cds.py                               |    24 +-
 astropy/units/core.py                              |    81 +-
 astropy/units/equivalencies.py                     |   142 +-
 astropy/units/format/cds.py                        |     3 +-
 astropy/units/format/cds_lextab.py                 |     7 +-
 astropy/units/format/cds_parsetab.py               |    54 +-
 astropy/units/format/fits.py                       |     3 +-
 astropy/units/format/generic.py                    |    23 +-
 astropy/units/format/generic_lextab.py             |     6 +-
 astropy/units/format/generic_parsetab.py           |   116 +-
 astropy/units/format/ogip.py                       |     1 +
 astropy/units/format/ogip_lextab.py                |     7 +-
 astropy/units/format/ogip_parsetab.py              |    88 +-
 astropy/units/format/utils.py                      |     1 +
 astropy/units/format/vounit.py                     |     7 +-
 astropy/units/function/core.py                     |   250 +-
 astropy/units/function/logarithmic.py              |     8 +-
 astropy/units/function/mixin.py                    |    14 +-
 astropy/units/imperial.py                          |    17 +-
 astropy/units/quantity.py                          |   319 +-
 astropy/units/quantity_helper.py                   |    11 +-
 astropy/units/si.py                                |     4 +-
 .../units/tests/py3_test_quantity_annotations.py   |     4 +-
 astropy/units/tests/test_equivalencies.py          |    90 +-
 astropy/units/tests/test_format.py                 |     8 +
 astropy/units/tests/test_logarithmic.py            |   212 +-
 astropy/units/tests/test_quantity.py               |   126 +-
 astropy/units/tests/test_quantity_ufuncs.py        |    20 +
 astropy/units/tests/test_units.py                  |    10 +-
 astropy/units/utils.py                             |     4 +-
 astropy/utils/collections.py                       |     4 +-
 astropy/utils/compat/futures/_base.py              |    13 +-
 astropy/utils/compat/futures/process.py            |     1 +
 astropy/utils/compat/misc.py                       |    32 +-
 astropy/utils/compat/numpy/__init__.py             |     1 +
 .../tests => utils/compat/numpy/core}/__init__.py  |     0
 astropy/utils/compat/numpy/core/multiarray.py      |    87 +
 astropy/utils/compat/numpy/lib/stride_tricks.py    |     2 +
 astropy/utils/compat/numpy/tests/test_matmul.py    |    69 +
 astropy/utils/compat/numpycompat.py                |     3 +-
 astropy/utils/console.py                           |     8 +-
 astropy/utils/data.py                              |    28 +-
 astropy/utils/data_info.py                         |    75 +-
 astropy/utils/decorators.py                        |   273 +-
 astropy/utils/iers/iers.py                         |     4 +-
 astropy/utils/introspection.py                     |     5 +-
 astropy/utils/metadata.py                          |     8 +-
 astropy/utils/misc.py                              |   266 +-
 astropy/utils/release.py                           |    17 +-
 astropy/utils/tests/test_codegen.py                |     2 +-
 astropy/utils/tests/test_console.py                |    10 +-
 astropy/utils/tests/test_data.py                   |    16 +-
 astropy/utils/tests/test_data_info.py              |    12 +-
 astropy/utils/tests/test_decorators.py             |   175 +-
 astropy/utils/tests/test_misc.py                   |    16 +
 astropy/utils/timer.py                             |     5 +-
 astropy/utils/xml/check.py                         |    12 +-
 astropy/utils/xml/iterparser.py                    |     8 +-
 astropy/utils/xml/validate.py                      |     2 +-
 astropy/utils/xml/writer.py                        |    12 +-
 astropy/version.py                                 |    12 +-
 astropy/visualization/__init__.py                  |     8 +-
 astropy/visualization/interval.py                  |   176 +-
 astropy/visualization/lupton_rgb.py                |   369 +
 astropy/visualization/mpl_normalize.py             |   154 +-
 astropy/visualization/mpl_style.py                 |    43 +-
 astropy/visualization/scripts/fits2bitmap.py       |    58 +-
 .../scripts/tests/test_fits2bitmap.py              |     2 +-
 astropy/visualization/stretch.py                   |   246 +-
 astropy/visualization/tests/test_interval.py       |    17 +-
 astropy/visualization/tests/test_lupton_rgb.py     |   243 +
 astropy/visualization/tests/test_norm.py           |   225 +-
 astropy/visualization/tests/test_stretch.py        |    36 +-
 astropy/visualization/tests/test_ui.py             |    17 +-
 astropy/visualization/transform.py                 |     5 +-
 astropy/visualization/ui.py                        |     7 +-
 astropy/visualization/wcsaxes/__init__.py          |    33 +
 astropy/visualization/wcsaxes/axislabels.py        |   126 +
 .../visualization/wcsaxes/coordinate_helpers.py    |   775 ++
 astropy/visualization/wcsaxes/coordinate_range.py  |   126 +
 astropy/visualization/wcsaxes/coordinates_map.py   |   163 +
 astropy/visualization/wcsaxes/core.py              |   524 +
 astropy/visualization/wcsaxes/formatter_locator.py |   454 +
 astropy/visualization/wcsaxes/frame.py             |   266 +
 astropy/visualization/wcsaxes/grid_paths.py        |   121 +
 astropy/visualization/wcsaxes/patches.py           |    91 +
 astropy/visualization/wcsaxes/tests/__init__.py    |     8 +
 .../wcsaxes/tests/data/2MASS_k_header              |    14 +
 .../visualization/wcsaxes/tests/data/cube_header   |    20 +
 .../visualization/wcsaxes/tests/data/msx_header    |    13 +
 .../visualization/wcsaxes/tests/data/rosat_header  |    13 +
 .../visualization/wcsaxes/tests/data/slice_header  |    16 +
 astropy/visualization/wcsaxes/tests/datasets.py    |    64 +
 .../visualization/wcsaxes/tests/setup_package.py   |     2 +
 .../wcsaxes/tests/test_coordinate_helpers.py       |    14 +
 .../tests/test_display_world_coordinates.py        |   117 +
 .../wcsaxes/tests/test_formatter_locator.py        |   340 +
 astropy/visualization/wcsaxes/tests/test_frame.py  |   157 +
 astropy/visualization/wcsaxes/tests/test_images.py |   525 +
 astropy/visualization/wcsaxes/tests/test_misc.py   |   105 +
 .../wcsaxes/tests/test_transform_coord_meta.py     |   162 +
 .../visualization/wcsaxes/tests/test_transforms.py |    52 +
 astropy/visualization/wcsaxes/tests/test_utils.py  |    73 +
 astropy/visualization/wcsaxes/ticklabels.py        |   202 +
 astropy/visualization/wcsaxes/ticks.py             |   181 +
 astropy/visualization/wcsaxes/transforms.py        |   264 +
 astropy/visualization/wcsaxes/utils.py             |   136 +
 astropy/visualization/zscale.py                    |   109 -
 astropy/vo/client/conesearch.py                    |    26 +-
 astropy/vo/client/tests/test_conesearch.py         |    46 +-
 astropy/vo/client/tests/test_vos_catalog.py        |    13 +-
 astropy/vo/client/vos_catalog.py                   |    23 +-
 astropy/vo/samp/hub.py                             |   193 +-
 astropy/vo/samp/hub_proxy.py                       |     4 +-
 astropy/vo/samp/lockfile_helpers.py                |    14 +-
 astropy/vo/samp/ssl_utils.py                       |     6 +-
 astropy/vo/samp/standard_profile.py                |     8 +-
 astropy/vo/samp/tests/test_client.py               |     3 +-
 astropy/vo/samp/tests/web_profile_test_helpers.py  |     2 +-
 astropy/vo/samp/utils.py                           |    10 +-
 astropy/vo/samp/web_profile.py                     |    10 +-
 astropy/vo/validator/tests/test_inpect.py          |     1 +
 astropy/vo/validator/validate.py                   |     5 +-
 astropy/wcs/__init__.py                            |     4 +-
 astropy/wcs/setup_package.py                       |    14 +-
 astropy/wcs/tests/test_profiling.py                |    10 +-
 astropy/wcs/tests/test_utils.py                    |    13 +
 astropy/wcs/tests/test_wcs.py                      |   150 +-
 astropy/wcs/tests/test_wcsprm.py                   |    20 +-
 astropy/wcs/utils.py                               |     7 +-
 astropy/wcs/wcs.py                                 |   232 +-
 astropy_helpers/CHANGES.rst                        |    16 +-
 astropy_helpers/README.rst                         |     4 +
 astropy_helpers/astropy_helpers.egg-info/PKG-INFO  |    10 +-
 .../astropy_helpers.egg-info/SOURCES.txt           |     1 -
 astropy_helpers/astropy_helpers.egg-info/pbr.json  |     1 -
 .../astropy_helpers/commands/build_ext.py          |    12 +-
 .../astropy_helpers/commands/build_sphinx.py       |    25 +-
 astropy_helpers/astropy_helpers/setup_helpers.py   |    13 +-
 astropy_helpers/astropy_helpers/sphinx/conf.py     |     7 +-
 .../astropy_helpers/sphinx/ext/automodapi.py       |     9 +-
 .../astropy_helpers/sphinx/ext/docscrape.py        |   160 +-
 .../astropy_helpers/sphinx/ext/docscrape_sphinx.py |    32 +-
 .../astropy_helpers/sphinx/ext/numpydoc.py         |    57 +-
 .../sphinx/ext/tests/test_automodapi.py            |    29 +-
 .../astropy_helpers/sphinx/ext/traitsdoc.py        |     3 +-
 .../sphinx/local/python2_local_links.inv           |   Bin 471 -> 562 bytes
 .../sphinx/local/python2_local_links.txt           |     7 +
 .../sphinx/local/python3_local_links.inv           |   Bin 348 -> 658 bytes
 .../sphinx/local/python3_local_links.txt           |    22 +
 astropy_helpers/astropy_helpers/version.py         |    10 +-
 astropy_helpers/ez_setup.py                        |   452 +-
 cextern/erfa/README.rst                            |    13 +-
 cextern/erfa/a2af.c                                |     5 +-
 cextern/erfa/a2tf.c                                |     4 +-
 cextern/erfa/ab.c                                  |     5 +-
 cextern/erfa/af2a.c                                |     4 +-
 cextern/erfa/anp.c                                 |     5 +-
 cextern/erfa/anpm.c                                |     5 +-
 cextern/erfa/apcg.c                                |     5 +-
 cextern/erfa/apcg13.c                              |     5 +-
 cextern/erfa/apci.c                                |     4 +-
 cextern/erfa/apci13.c                              |     5 +-
 cextern/erfa/apco.c                                |     5 +-
 cextern/erfa/apco13.c                              |     5 +-
 cextern/erfa/apcs.c                                |     5 +-
 cextern/erfa/apcs13.c                              |     5 +-
 cextern/erfa/aper.c                                |     4 +-
 cextern/erfa/aper13.c                              |     4 +-
 cextern/erfa/apio.c                                |     5 +-
 cextern/erfa/apio13.c                              |     5 +-
 cextern/erfa/atci13.c                              |     5 +-
 cextern/erfa/atciq.c                               |     5 +-
 cextern/erfa/atciqn.c                              |     6 +-
 cextern/erfa/atciqz.c                              |     5 +-
 cextern/erfa/atco13.c                              |     7 +-
 cextern/erfa/atic13.c                              |     5 +-
 cextern/erfa/aticq.c                               |     5 +-
 cextern/erfa/aticqn.c                              |     5 +-
 cextern/erfa/atio13.c                              |     7 +-
 cextern/erfa/atioq.c                               |     5 +-
 cextern/erfa/atoc13.c                              |     5 +-
 cextern/erfa/atoi13.c                              |     5 +-
 cextern/erfa/atoiq.c                               |     5 +-
 cextern/erfa/bi00.c                                |     5 +-
 cextern/erfa/bp00.c                                |     5 +-
 cextern/erfa/bp06.c                                |     5 +-
 cextern/erfa/bpn2xy.c                              |     4 +-
 cextern/erfa/c2i00a.c                              |     5 +-
 cextern/erfa/c2i00b.c                              |     5 +-
 cextern/erfa/c2i06a.c                              |     5 +-
 cextern/erfa/c2ibpn.c                              |     5 +-
 cextern/erfa/c2ixy.c                               |     4 +-
 cextern/erfa/c2ixys.c                              |     4 +-
 cextern/erfa/c2s.c                                 |     5 +-
 cextern/erfa/c2t00a.c                              |     5 +-
 cextern/erfa/c2t00b.c                              |     5 +-
 cextern/erfa/c2t06a.c                              |     5 +-
 cextern/erfa/c2tcio.c                              |     5 +-
 cextern/erfa/c2teqx.c                              |     5 +-
 cextern/erfa/c2tpe.c                               |     5 +-
 cextern/erfa/c2txy.c                               |     5 +-
 cextern/erfa/cal2jd.c                              |     5 +-
 cextern/erfa/cp.c                                  |     4 +-
 cextern/erfa/cpv.c                                 |     4 +-
 cextern/erfa/cr.c                                  |     6 +-
 cextern/erfa/d2dtf.c                               |     5 +-
 cextern/erfa/d2tf.c                                |     5 +-
 cextern/erfa/dat.c                                 |    11 +-
 cextern/erfa/dtdb.c                                |     5 +-
 cextern/erfa/dtf2d.c                               |     5 +-
 cextern/erfa/{xys00a.c => eceq06.c}                |    74 +-
 cextern/erfa/{num06a.c => ecm06.c}                 |    69 +-
 cextern/erfa/ee00.c                                |     5 +-
 cextern/erfa/ee00a.c                               |     5 +-
 cextern/erfa/ee00b.c                               |     5 +-
 cextern/erfa/ee06a.c                               |     5 +-
 cextern/erfa/eect00.c                              |     4 +-
 cextern/erfa/eform.c                               |     4 +-
 cextern/erfa/eo06a.c                               |     5 +-
 cextern/erfa/eors.c                                |     5 +-
 cextern/erfa/epb.c                                 |     4 +-
 cextern/erfa/epb2jd.c                              |     4 +-
 cextern/erfa/epj.c                                 |     5 +-
 cextern/erfa/epj2jd.c                              |     4 +-
 cextern/erfa/epv00.c                               |     4 +-
 cextern/erfa/{xys00a.c => eqec06.c}                |    75 +-
 cextern/erfa/eqeq94.c                              |     5 +-
 cextern/erfa/era00.c                               |     5 +-
 cextern/erfa/erfa.h                                |    26 +-
 cextern/erfa/erfam.h                               |     4 +-
 cextern/erfa/fad03.c                               |     5 +-
 cextern/erfa/fae03.c                               |     5 +-
 cextern/erfa/faf03.c                               |     6 +-
 cextern/erfa/faju03.c                              |     5 +-
 cextern/erfa/fal03.c                               |     5 +-
 cextern/erfa/falp03.c                              |     5 +-
 cextern/erfa/fama03.c                              |     5 +-
 cextern/erfa/fame03.c                              |     5 +-
 cextern/erfa/fane03.c                              |     5 +-
 cextern/erfa/faom03.c                              |     5 +-
 cextern/erfa/fapa03.c                              |     5 +-
 cextern/erfa/fasa03.c                              |     5 +-
 cextern/erfa/faur03.c                              |     5 +-
 cextern/erfa/fave03.c                              |     5 +-
 cextern/erfa/fk52h.c                               |     5 +-
 cextern/erfa/fk5hip.c                              |     5 +-
 cextern/erfa/fk5hz.c                               |     5 +-
 cextern/erfa/fw2m.c                                |     4 +-
 cextern/erfa/fw2xy.c                               |     5 +-
 cextern/erfa/g2icrs.c                              |     4 +-
 cextern/erfa/gc2gd.c                               |     5 +-
 cextern/erfa/gc2gde.c                              |     4 +-
 cextern/erfa/gd2gc.c                               |     5 +-
 cextern/erfa/gd2gce.c                              |     5 +-
 cextern/erfa/gmst00.c                              |     5 +-
 cextern/erfa/gmst06.c                              |     5 +-
 cextern/erfa/gmst82.c                              |     5 +-
 cextern/erfa/gst00a.c                              |     5 +-
 cextern/erfa/gst00b.c                              |     5 +-
 cextern/erfa/gst06.c                               |     5 +-
 cextern/erfa/gst06a.c                              |     5 +-
 cextern/erfa/gst94.c                               |     5 +-
 cextern/erfa/h2fk5.c                               |     5 +-
 cextern/erfa/hfk5z.c                               |     5 +-
 cextern/erfa/icrs2g.c                              |     4 +-
 cextern/erfa/ir.c                                  |     4 +-
 cextern/erfa/jd2cal.c                              |     5 +-
 cextern/erfa/jdcalf.c                              |     5 +-
 cextern/erfa/ld.c                                  |     5 +-
 cextern/erfa/ldn.c                                 |     5 +-
 cextern/erfa/ldsun.c                               |    22 +-
 cextern/erfa/{eqeq94.c => lteceq.c}                |    96 +-
 cextern/erfa/{ttut1.c => ltecm.c}                  |   105 +-
 cextern/erfa/{eqeq94.c => lteqec.c}                |    97 +-
 cextern/erfa/{pvu.c => ltp.c}                      |    72 +-
 cextern/erfa/{rv2m.c => ltpb.c}                    |    88 +-
 cextern/erfa/{taiutc.c => ltpecl.c}                |   156 +-
 cextern/erfa/ltpequ.c                              |   177 +
 cextern/erfa/num00a.c                              |     5 +-
 cextern/erfa/num00b.c                              |     5 +-
 cextern/erfa/num06a.c                              |     5 +-
 cextern/erfa/numat.c                               |     5 +-
 cextern/erfa/nut00a.c                              |     4 +-
 cextern/erfa/nut00b.c                              |     4 +-
 cextern/erfa/nut06a.c                              |     5 +-
 cextern/erfa/nut80.c                               |     4 +-
 cextern/erfa/nutm80.c                              |     5 +-
 cextern/erfa/obl06.c                               |     5 +-
 cextern/erfa/obl80.c                               |     5 +-
 cextern/erfa/p06e.c                                |     5 +-
 cextern/erfa/p2pv.c                                |     4 +-
 cextern/erfa/p2s.c                                 |     4 +-
 cextern/erfa/pap.c                                 |     5 +-
 cextern/erfa/pas.c                                 |     5 +-
 cextern/erfa/pb06.c                                |     5 +-
 cextern/erfa/pdp.c                                 |     5 +-
 cextern/erfa/pfw06.c                               |     5 +-
 cextern/erfa/plan94.c                              |     4 +-
 cextern/erfa/pm.c                                  |     4 +-
 cextern/erfa/pmat00.c                              |     5 +-
 cextern/erfa/pmat06.c                              |     5 +-
 cextern/erfa/pmat76.c                              |     5 +-
 cextern/erfa/pmp.c                                 |     4 +-
 cextern/erfa/pmpx.c                                |     5 +-
 cextern/erfa/pmsafe.c                              |     5 +-
 cextern/erfa/pn.c                                  |     5 +-
 cextern/erfa/pn00.c                                |     5 +-
 cextern/erfa/pn00a.c                               |     4 +-
 cextern/erfa/pn00b.c                               |     4 +-
 cextern/erfa/pn06.c                                |     5 +-
 cextern/erfa/pn06a.c                               |     4 +-
 cextern/erfa/pnm00a.c                              |     5 +-
 cextern/erfa/pnm00b.c                              |     5 +-
 cextern/erfa/pnm06a.c                              |     5 +-
 cextern/erfa/pnm80.c                               |     5 +-
 cextern/erfa/pom00.c                               |     4 +-
 cextern/erfa/ppp.c                                 |     4 +-
 cextern/erfa/ppsp.c                                |     5 +-
 cextern/erfa/pr00.c                                |     5 +-
 cextern/erfa/prec76.c                              |     5 +-
 cextern/erfa/pv2p.c                                |     4 +-
 cextern/erfa/pv2s.c                                |     5 +-
 cextern/erfa/pvdpv.c                               |     5 +-
 cextern/erfa/pvm.c                                 |     4 +-
 cextern/erfa/pvmpv.c                               |     4 +-
 cextern/erfa/pvppv.c                               |     4 +-
 cextern/erfa/pvstar.c                              |     5 +-
 cextern/erfa/pvtob.c                               |     5 +-
 cextern/erfa/pvu.c                                 |     4 +-
 cextern/erfa/pvup.c                                |     4 +-
 cextern/erfa/pvxpv.c                               |     5 +-
 cextern/erfa/pxp.c                                 |     5 +-
 cextern/erfa/refco.c                               |     5 +-
 cextern/erfa/rm2v.c                                |     4 +-
 cextern/erfa/rv2m.c                                |     4 +-
 cextern/erfa/rx.c                                  |     5 +-
 cextern/erfa/rxp.c                                 |     5 +-
 cextern/erfa/rxpv.c                                |     4 +-
 cextern/erfa/rxr.c                                 |     5 +-
 cextern/erfa/ry.c                                  |     5 +-
 cextern/erfa/rz.c                                  |     5 +-
 cextern/erfa/s00.c                                 |     4 +-
 cextern/erfa/s00a.c                                |     5 +-
 cextern/erfa/s00b.c                                |     5 +-
 cextern/erfa/s06.c                                 |     4 +-
 cextern/erfa/s06a.c                                |     5 +-
 cextern/erfa/s2c.c                                 |     5 +-
 cextern/erfa/s2p.c                                 |     5 +-
 cextern/erfa/s2pv.c                                |     5 +-
 cextern/erfa/s2xpv.c                               |     4 +-
 cextern/erfa/sepp.c                                |     5 +-
 cextern/erfa/seps.c                                |     5 +-
 cextern/erfa/sp00.c                                |     5 +-
 cextern/erfa/starpm.c                              |     5 +-
 cextern/erfa/starpv.c                              |     5 +-
 cextern/erfa/sxp.c                                 |     4 +-
 cextern/erfa/sxpv.c                                |     4 +-
 cextern/erfa/taitt.c                               |     5 +-
 cextern/erfa/taiut1.c                              |     5 +-
 cextern/erfa/taiutc.c                              |     5 +-
 cextern/erfa/tcbtdb.c                              |     5 +-
 cextern/erfa/tcgtt.c                               |     5 +-
 cextern/erfa/tdbtcb.c                              |     5 +-
 cextern/erfa/tdbtt.c                               |     5 +-
 cextern/erfa/tf2a.c                                |     4 +-
 cextern/erfa/tf2d.c                                |     4 +-
 cextern/erfa/tr.c                                  |     5 +-
 cextern/erfa/trxp.c                                |     5 +-
 cextern/erfa/trxpv.c                               |     5 +-
 cextern/erfa/tttai.c                               |     5 +-
 cextern/erfa/tttcg.c                               |     5 +-
 cextern/erfa/tttdb.c                               |     5 +-
 cextern/erfa/ttut1.c                               |     5 +-
 cextern/erfa/ut1tai.c                              |     5 +-
 cextern/erfa/ut1tt.c                               |     5 +-
 cextern/erfa/ut1utc.c                              |     5 +-
 cextern/erfa/utctai.c                              |     5 +-
 cextern/erfa/utcut1.c                              |     5 +-
 cextern/erfa/xy06.c                                |     4 +-
 cextern/erfa/xys00a.c                              |     5 +-
 cextern/erfa/xys00b.c                              |     5 +-
 cextern/erfa/xys06a.c                              |     5 +-
 cextern/erfa/zp.c                                  |     4 +-
 cextern/erfa/zpv.c                                 |     4 +-
 cextern/erfa/zr.c                                  |     4 +-
 debian/changelog                                   |    19 +
 debian/control                                     |     2 +
 debian/patches/disable_helper.patch                |    15 +-
 debian/patches/fix_for_cfitsio_3380.patch          |    19 +-
 debian/patches/mark_known_failures.patch           |    74 +-
 debian/patches/only_python3-binaries.patch         |    14 +-
 debian/python-astropy.lintian-overrides            |     3 -
 debian/python3-astropy.lintian-overrides           |     3 -
 debian/source/lintian-overrides                    |     6 -
 docs/analytic_functions/index.rst                  |     2 +-
 docs/conf.py                                       |    13 +-
 docs/coordinates/angles.rst                        |     4 +-
 docs/coordinates/formatting.rst                    |     8 +-
 docs/coordinates/frames.rst                        |   114 +-
 docs/coordinates/index.rst                         |    67 +-
 docs/coordinates/inplace.rst                       |    44 +
 docs/coordinates/matchsep.rst                      |    10 +-
 docs/coordinates/remote_methods.rst                |     2 +-
 docs/coordinates/representations.rst               |   167 +-
 docs/coordinates/skycoord.rst                      |   200 +-
 docs/coordinates/solarsystem.rst                   |    26 +-
 docs/coordinates/transforming.rst                  |    44 +-
 docs/development/affiliated-packages.rst           |    24 +-
 docs/development/codeguide.rst                     |     4 +-
 docs/development/codeguide_emacs.rst               |     8 +-
 docs/development/docrules.rst                      |    17 +-
 docs/development/releasing.rst                     |    17 +
 docs/development/testguide.rst                     |   257 +-
 docs/development/workflow/development_workflow.rst |     2 +-
 docs/development/workflow/virtual_pythons.rst      |     4 +-
 docs/getting_started.rst                           |     4 +-
 docs/index.rst                                     |     8 +-
 docs/install.rst                                   |    23 +-
 docs/io/ascii/fast_ascii_io.rst                    |    12 +-
 docs/io/ascii/index.rst                            |    32 +-
 docs/io/ascii/read.rst                             |    23 +
 docs/io/ascii/write.rst                            |    14 +-
 docs/io/fits/api/cards.rst                         |    18 -
 docs/io/fits/api/tables.rst                        |     4 -
 docs/io/fits/appendix/header_transition.rst        |    12 +-
 docs/io/fits/usage/headers.rst                     |     9 +-
 docs/io/fits/usage/table.rst                       |    10 +-
 docs/io/fits/usage/unfamiliar.rst                  |     6 +-
 docs/io/misc.rst                                   |     2 +
 docs/modeling/fitting.rst                          |    72 +
 docs/modeling/index.rst                            |    12 +-
 docs/modeling/new.rst                              |    40 +-
 docs/nddata/decorator.rst                          |    17 +-
 docs/nddata/utils.rst                              |     4 +-
 docs/nitpick-exceptions                            |    20 +
 docs/table/index.rst                               |    11 +-
 docs/table/modify_table.rst                        |   150 +-
 docs/testhelpers.rst                               |    42 +-
 docs/time/index.rst                                |    27 +-
 docs/units/equivalencies.rst                       |    62 +-
 docs/units/logarithmic_units.rst                   |     4 +-
 docs/units/quantity.rst                            |    39 +-
 docs/units/standard_units.rst                      |    12 +-
 docs/visualization/index.rst                       |    12 +-
 docs/visualization/lupton_rgb.rst                  |    88 +
 docs/visualization/normalization.rst               |   206 +-
 docs/visualization/wcsaxes/controlling_axes.rst    |    54 +
 docs/visualization/wcsaxes/custom_frames.rst       |   135 +
 docs/visualization/wcsaxes/images_contours.rst     |    53 +
 docs/visualization/wcsaxes/index.rst               |   106 +
 docs/visualization/wcsaxes/initializing_axes.rst   |   115 +
 .../wcsaxes/overlaying_coordinate_systems.rst      |    61 +
 docs/visualization/wcsaxes/overlays.rst            |   273 +
 docs/visualization/wcsaxes/slicing_datacubes.rst   |   109 +
 docs/visualization/wcsaxes/ticks_labels_grid.rst   |   349 +
 docs/wcs/index.rst                                 |    25 +-
 docs/wcs/note_sip.rst                              |    86 +
 docs/wcs/{references.txt => references.rst}        |     3 +
 docs/wcs/references.txt                            |     1 +
 docs/wcs/relax.rst                                 |     2 -
 docs/whatsnew/1.3.rst                              |   274 +
 docs/whatsnew/index.rst                            |     1 +
 ez_setup.py                                        |    91 +-
 .../{NUMDISPLAY_LICENSE.rst => AURA_LICENSE.rst}   |     0
 pip-requirements-dev                               |     2 +-
 pip-requirements-doc                               |     1 -
 setup.cfg                                          |    11 +-
 setup.py                                           |     8 +-
 747 files changed, 55567 insertions(+), 27638 deletions(-)
 create mode 100644 astropy/convolution/tests/test_convolve_nddata.py
 create mode 100644 astropy/coordinates/matrix_utilities.py
 create mode 100644 astropy/coordinates/tests/test_matrix_utilities.py
 create mode 100644 astropy/coordinates/tests/test_representation_arithmetic.py
 create mode 100644 astropy/coordinates/tests/test_representation_methods.py
 create mode 100644 astropy/coordinates/tests/test_shape_manipulation.py
 delete mode 100644 astropy/extern/js/jquery-1.11.3.min.js
 rename astropy/extern/js/{jquery-1.11.3.js => jquery-3.1.1.js} (53%)
 create mode 100644 astropy/extern/js/jquery-3.1.1.min.js
 copy astropy/io/fits/tests/data/{table.fits => compressed_float_bzero.fits} (78%)
 create mode 100644 astropy/io/misc/tests/test_yaml.py
 create mode 100644 astropy/io/misc/yaml.py
 create mode 100644 astropy/modeling/tabular.py
 create mode 100644 astropy/tests/image_tests.py
 create mode 100644 astropy/tests/tests/test_runner.py
 copy astropy/{analytic_functions/tests => utils/compat/numpy/core}/__init__.py (100%)
 create mode 100644 astropy/utils/compat/numpy/core/multiarray.py
 create mode 100644 astropy/utils/compat/numpy/tests/test_matmul.py
 create mode 100644 astropy/visualization/lupton_rgb.py
 create mode 100644 astropy/visualization/tests/test_lupton_rgb.py
 create mode 100644 astropy/visualization/wcsaxes/__init__.py
 create mode 100644 astropy/visualization/wcsaxes/axislabels.py
 create mode 100644 astropy/visualization/wcsaxes/coordinate_helpers.py
 create mode 100644 astropy/visualization/wcsaxes/coordinate_range.py
 create mode 100644 astropy/visualization/wcsaxes/coordinates_map.py
 create mode 100644 astropy/visualization/wcsaxes/core.py
 create mode 100644 astropy/visualization/wcsaxes/formatter_locator.py
 create mode 100644 astropy/visualization/wcsaxes/frame.py
 create mode 100644 astropy/visualization/wcsaxes/grid_paths.py
 create mode 100644 astropy/visualization/wcsaxes/patches.py
 create mode 100644 astropy/visualization/wcsaxes/tests/__init__.py
 create mode 100644 astropy/visualization/wcsaxes/tests/data/2MASS_k_header
 create mode 100644 astropy/visualization/wcsaxes/tests/data/cube_header
 create mode 100644 astropy/visualization/wcsaxes/tests/data/msx_header
 create mode 100644 astropy/visualization/wcsaxes/tests/data/rosat_header
 create mode 100644 astropy/visualization/wcsaxes/tests/data/slice_header
 create mode 100644 astropy/visualization/wcsaxes/tests/datasets.py
 create mode 100644 astropy/visualization/wcsaxes/tests/setup_package.py
 create mode 100644 astropy/visualization/wcsaxes/tests/test_coordinate_helpers.py
 create mode 100644 astropy/visualization/wcsaxes/tests/test_display_world_coordinates.py
 create mode 100644 astropy/visualization/wcsaxes/tests/test_formatter_locator.py
 create mode 100644 astropy/visualization/wcsaxes/tests/test_frame.py
 create mode 100644 astropy/visualization/wcsaxes/tests/test_images.py
 create mode 100644 astropy/visualization/wcsaxes/tests/test_misc.py
 create mode 100644 astropy/visualization/wcsaxes/tests/test_transform_coord_meta.py
 create mode 100644 astropy/visualization/wcsaxes/tests/test_transforms.py
 create mode 100644 astropy/visualization/wcsaxes/tests/test_utils.py
 create mode 100644 astropy/visualization/wcsaxes/ticklabels.py
 create mode 100644 astropy/visualization/wcsaxes/ticks.py
 create mode 100644 astropy/visualization/wcsaxes/transforms.py
 create mode 100644 astropy/visualization/wcsaxes/utils.py
 delete mode 100644 astropy/visualization/zscale.py
 delete mode 100644 astropy_helpers/astropy_helpers.egg-info/pbr.json
 copy cextern/erfa/{xys00a.c => eceq06.c} (69%)
 copy cextern/erfa/{num06a.c => ecm06.c} (69%)
 copy cextern/erfa/{xys00a.c => eqec06.c} (69%)
 copy cextern/erfa/{eqeq94.c => lteceq.c} (57%)
 copy cextern/erfa/{ttut1.c => ltecm.c} (52%)
 copy cextern/erfa/{eqeq94.c => lteqec.c} (57%)
 copy cextern/erfa/{pvu.c => ltp.c} (62%)
 copy cextern/erfa/{rv2m.c => ltpb.c} (61%)
 copy cextern/erfa/{taiutc.c => ltpecl.c} (51%)
 create mode 100644 cextern/erfa/ltpequ.c
 create mode 100644 docs/coordinates/inplace.rst
 create mode 100644 docs/visualization/lupton_rgb.rst
 create mode 100644 docs/visualization/wcsaxes/controlling_axes.rst
 create mode 100644 docs/visualization/wcsaxes/custom_frames.rst
 create mode 100644 docs/visualization/wcsaxes/images_contours.rst
 create mode 100644 docs/visualization/wcsaxes/index.rst
 create mode 100644 docs/visualization/wcsaxes/initializing_axes.rst
 create mode 100644 docs/visualization/wcsaxes/overlaying_coordinate_systems.rst
 create mode 100644 docs/visualization/wcsaxes/overlays.rst
 create mode 100644 docs/visualization/wcsaxes/slicing_datacubes.rst
 create mode 100644 docs/visualization/wcsaxes/ticks_labels_grid.rst
 create mode 100644 docs/wcs/note_sip.rst
 copy docs/wcs/{references.txt => references.rst} (79%)
 create mode 100644 docs/whatsnew/1.3.rst
 rename licenses/{NUMDISPLAY_LICENSE.rst => AURA_LICENSE.rst} (100%)

-- 
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