[Debian-astro-commits] [python-astropy] 01/02: Merge branch 'upstream' into experimental

Ole Streicher olebole at moszumanska.debian.org
Fri Oct 16 07:02:03 UTC 2015


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

olebole pushed a commit to branch experimental
in repository python-astropy.

commit a327446e158ee0209b78b2fa9fd3a60456dffa5a
Merge: b54bbc2 37a3ba0
Author: Ole Streicher <olebole at debian.org>
Date:   Fri Oct 16 08:58:25 2015 +0200

    Merge branch 'upstream' into experimental

 CHANGES.rst                                        |   769 +-
 PKG-INFO                                           |     4 +-
 README.rst                                         |     8 +-
 astropy/__init__.py                                |   152 +-
 astropy/_erfa/core.c                               |     5 +-
 astropy/_erfa/core.c.templ                         |     5 +-
 astropy/_erfa/core.py                              |     6 +-
 astropy/analytic_functions/blackbody.py            |     2 +-
 astropy/analytic_functions/tests/test_blackbody.py |    20 +-
 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              |  2046 ++-
 astropy/convolution/boundary_fill.c                |  2124 ++-
 astropy/convolution/boundary_none.c                |  2218 ++-
 astropy/convolution/boundary_wrap.c                |  2048 ++-
 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             |    18 +-
 astropy/coordinates/baseframe.py                   |   119 +-
 astropy/coordinates/builtin_frames/__init__.py     |    10 +-
 astropy/coordinates/builtin_frames/ecliptic.py     |   132 +
 .../builtin_frames/ecliptic_transforms.py          |    97 +
 astropy/coordinates/builtin_frames/fk4.py          |     3 +
 astropy/coordinates/builtin_frames/fk5.py          |     3 +
 astropy/coordinates/builtin_frames/gcrs.py         |    65 +-
 .../intermediate_rotation_transforms.py            |    56 +-
 .../coordinates/builtin_frames/supergalactic.py    |    47 +
 .../builtin_frames/supergalactic_transforms.py     |    24 +
 astropy/coordinates/builtin_frames/utils.py        |    31 +-
 .../data/constellation_data_roman87.dat            |   358 +
 astropy/coordinates/data/constellation_names.dat   |    89 +
 astropy/coordinates/data/sites.json                |   358 +
 astropy/coordinates/earth.py                       |   126 +-
 astropy/coordinates/funcs.py                       |   107 +-
 astropy/coordinates/representation.py              |   159 +-
 astropy/coordinates/setup_package.py               |     3 +-
 astropy/coordinates/sites.py                       |   134 +
 astropy/coordinates/sky_coordinate.py              |    99 +-
 .../coordinates/tests/accuracy/test_ecliptic.py    |    61 +
 astropy/coordinates/tests/test_earth.py            |     2 +-
 astropy/coordinates/tests/test_frames.py           |     3 +
 astropy/coordinates/tests/test_funcs.py            |    30 +
 astropy/coordinates/tests/test_regression.py       |    25 +
 astropy/coordinates/tests/test_representation.py   |    14 +-
 astropy/coordinates/tests/test_sites.py            |   115 +
 astropy/coordinates/tests/test_sky_coord.py        |    39 +-
 astropy/coordinates/tests/test_transformations.py  |    57 +-
 .../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.min.css       |     1 +
 astropy/extern/js/jquery-1.11.0.js                 | 10337 -----------
 astropy/extern/js/jquery-1.11.3.min.js             |     5 +
 astropy/extern/js/jquery.dataTables.js             | 12099 -------------
 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                         | 10611 ++++++-----
 astropy/io/ascii/cparser.pyx                       |    24 +-
 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                |    87 +-
 astropy/io/ascii/ui.py                             |   262 +-
 astropy/io/fits/__init__.py                        |     7 +
 astropy/io/fits/file.py                            |    41 +-
 astropy/io/fits/hdu/__init__.py                    |     6 +-
 astropy/io/fits/hdu/base.py                        |    20 +-
 astropy/io/fits/hdu/compressed.py                  |    16 +-
 astropy/io/fits/hdu/groups.py                      |     7 +-
 astropy/io/fits/hdu/hdulist.py                     |    15 +-
 astropy/io/fits/hdu/image.py                       |   136 +-
 astropy/io/fits/hdu/streaming.py                   |     6 +-
 astropy/io/fits/scripts/fitsinfo.py                |    62 +
 astropy/io/fits/setup_package.py                   |    16 +-
 astropy/io/fits/src/compressionmodule.c            |    13 +-
 astropy/io/fits/tests/test_connect.py              |     4 +-
 astropy/io/fits/tests/test_core.py                 |    47 +-
 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/logger.py                                  |     8 +
 astropy/modeling/core.py                           |   327 +-
 astropy/modeling/functional_models.py              |   415 +-
 astropy/modeling/models.py                         |     4 +-
 astropy/modeling/optimizers.py                     |    11 +-
 astropy/modeling/parameters.py                     |   299 +-
 astropy/modeling/polynomial.py                     |     4 +-
 astropy/modeling/projections.py                    |  1751 +-
 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_core.py                |   101 +-
 astropy/modeling/tests/test_functional_models.py   |    15 +-
 astropy/modeling/tests/test_models.py              |   107 +-
 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               |    40 +-
 astropy/modeling/utils.py                          |    62 +-
 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                   |   506 +
 astropy/stats/funcs.py                             |   208 +-
 astropy/stats/histogram.py                         |   357 +
 astropy/stats/sigma_clipping.py                    |   268 +-
 astropy/stats/tests/test_bayesian_blocks.py        |   150 +
 astropy/stats/tests/test_funcs.py                  |   133 +
 astropy/stats/tests/test_histogram.py              |   146 +
 astropy/stats/tests/test_sigma_clipping.py         |    55 +-
 astropy/table/__init__.py                          |     4 +-
 astropy/table/_column_mixins.c                     |  2874 +++
 astropy/table/_column_mixins.pyx                   |    83 +
 astropy/table/_np_utils.c                          |  1901 +-
 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                          |   155 +-
 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                             |   771 +-
 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                 |    14 +
 astropy/table/tests/test_pprint.py                 |   151 +-
 astropy/table/tests/test_row.py                    |    22 +-
 astropy/table/tests/test_table.py                  |   245 +-
 astropy/tests/__init__.py                          |     5 -
 .../test_helpers.py => astropy/tests/command.py    |    58 +-
 astropy/tests/helper.py                            |   239 +-
 astropy/tests/pytest_plugins.py                    |    96 +-
 astropy/tests/runner.py                            |   286 +
 astropy/tests/tests/test_run_tests.py              |    10 +-
 astropy/time/__init__.py                           |     1 +
 astropy/time/core.py                               |  1460 +-
 astropy/time/formats.py                            |  1120 ++
 astropy/time/tests/test_basic.py                   |   266 +-
 astropy/time/tests/test_delta.py                   |    12 +
 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                         |    28 +-
 astropy/units/cds.py                               |     4 +-
 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                        |   126 +-
 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                    |   197 +-
 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                       |   103 +-
 astropy/units/format/ogip_lextab.py                |    10 +-
 astropy/units/format/ogip_parsetab.py              |   104 +-
 astropy/units/format/unicode_format.py             |     6 +-
 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/quantity.py                          |   106 +-
 astropy/units/si.py                                |     5 +
 astropy/units/tests/test_equivalencies.py          |    17 +-
 astropy/units/tests/test_format.py                 |   133 +-
 astropy/units/tests/test_logarithmic.py            |   631 +
 astropy/units/tests/test_quantity.py               |    11 +-
 astropy/units/tests/test_units.py                  |     1 -
 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/console.py                           |    17 +-
 astropy/utils/data.py                              |   259 +-
 astropy/utils/data_info.py                         |   491 +
 astropy/utils/decorators.py                        |   264 +-
 astropy/utils/iers/iers.py                         |   157 +-
 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      |    59 +
 astropy/visualization/tests/test_units.py          |    50 +
 astropy/visualization/units.py                     |    96 +
 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        |     4 +-
 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                   |   193 +-
 astropy/wcs/wcs.py                                 |   223 +-
 astropy_helpers/.cache/v/cache/lastfailed          |     1 -
 astropy_helpers/.coverage                          |   Bin 13497 -> 0 bytes
 astropy_helpers/.travis.yml                        |     3 +-
 astropy_helpers/CHANGES.rst                        |    50 +-
 astropy_helpers/astropy_helpers/__init__.py        |    17 +
 .../{test_helpers.py => commands/_test_compat.py}  |    93 +-
 .../astropy_helpers/commands/build_ext.py          |   108 +-
 .../astropy_helpers/commands/build_sphinx.py       |     5 +-
 astropy_helpers/astropy_helpers/commands/test.py   |    60 +
 astropy_helpers/astropy_helpers/setup_helpers.py   |     9 +-
 astropy_helpers/astropy_helpers/test_helpers.py    |   263 +-
 .../tests/coveragerc}                              |    13 +-
 .../astropy_helpers/tests/test_setup_helpers.py    |    15 +-
 .../astropy_helpers/tests/test_utils.py            |    24 +
 astropy_helpers/astropy_helpers/utils.py           |   219 +-
 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                   | 17568 +++++++++++++++----
 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/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/wcs.c                             |   744 +-
 cextern/wcslib/C/wcs.h                             |   320 +-
 cextern/wcslib/C/wcsbth.l                          |  1371 +-
 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                          |  2159 ++-
 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                             |   337 +-
 cextern/wcslib/GNUmakefile                         |     4 +-
 cextern/wcslib/INSTALL                             |    29 +-
 cextern/wcslib/README                              |     8 +-
 cextern/wcslib/THANKS                              |     5 +-
 cextern/wcslib/VALIDATION                          |   139 +-
 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 +-
 docs/analytic_functions/index.rst                  |     2 +-
 docs/conf.py                                       |     8 +
 docs/convolution/index.rst                         |     2 +-
 docs/convolution/kernels.rst                       |     2 +-
 docs/coordinates/angles.rst                        |     2 +-
 docs/coordinates/galactocentric.rst                |    15 +-
 docs/coordinates/index.rst                         |    82 +-
 docs/coordinates/representations.rst               |     7 +
 docs/coordinates/skycoord.rst                      |     2 +-
 docs/cosmology/index.rst                           |    44 +-
 docs/development/affiliated-packages.rst           |    37 +-
 docs/development/testguide.rst                     |    30 +-
 docs/development/workflow/development_workflow.rst |     6 +-
 docs/index.rst                                     |     1 +
 docs/install.rst                                   |     8 +-
 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                   |   149 +
 docs/modeling/compound-models.rst                  |    10 +-
 docs/modeling/index.rst                            |    16 +-
 docs/modeling/new.rst                              |     8 +-
 docs/nddata/index.rst                              |     2 +
 docs/nddata/utils.rst                              |   348 +
 docs/nitpick-exceptions                            |     1 +
 docs/rtd-pip-requirements                          |     1 +
 docs/stats/index.rst                               |     6 +
 docs/table/access_table.rst                        |   189 +-
 docs/table/construct_table.rst                     |   208 +-
 docs/table/index.rst                               |   124 +-
 docs/table/indexing.rst                            |   226 +
 docs/table/masking.rst                             |    10 +-
 docs/table/mixin_columns.rst                       |    78 +-
 docs/table/modify_table.rst                        |    12 +
 docs/table/operations.rst                          |   103 +-
 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                                 |    43 +
 licenses/PLY_LICENSE.rst                           |     4 +-
 setup.cfg                                          |     1 +
 setup.py                                           |    13 +-
 452 files changed, 91844 insertions(+), 51013 deletions(-)

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