[Debian-astro-commits] [python-astropy] 01/05: Update upstream source from tag 'upstream/2.0.3'

Ole Streicher olebole at moszumanska.debian.org
Tue Dec 19 10:54:01 UTC 2017


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

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

commit 69037b2d146453fc800a2dcf6df346d7138fc42a
Merge: 0c31fa2 9ade03e
Author: Ole Streicher <olebole at debian.org>
Date:   Tue Dec 19 10:25:29 2017 +0100

    Update upstream source from tag 'upstream/2.0.3'
    
    Update to upstream version '2.0.3'
    with Debian dir aed574dcb1465f5f3b21f32911b9534b92a49d91

 CHANGES.rst                                        |   155 +-
 PKG-INFO                                           |     3 +-
 README.rst                                         |     5 +-
 astropy/_erfa/core.py                              |    44 +-
 astropy/constants/constant.py                      |    16 +-
 astropy/convolution/boundary_extend.c              |  1688 ++-
 astropy/convolution/boundary_fill.c                |  1694 ++-
 astropy/convolution/boundary_none.c                |  1690 ++-
 astropy/convolution/boundary_wrap.c                |  1714 ++-
 astropy/convolution/convolve.py                    |     9 +-
 astropy/convolution/tests/test_convolve_models.py  |     3 +-
 astropy/coordinates/angles.py                      |    14 +-
 astropy/coordinates/baseframe.py                   |    26 +-
 astropy/coordinates/builtin_frames/ecliptic.py     |    10 +-
 .../builtin_frames/ecliptic_transforms.py          |    19 +-
 astropy/coordinates/calculation.py                 |     2 +-
 astropy/coordinates/earth.py                       |    73 +-
 astropy/coordinates/funcs.py                       |     2 +-
 astropy/coordinates/orbital_elements.py            |     2 +-
 astropy/coordinates/representation.py              |    17 +-
 astropy/coordinates/sites.py                       |    10 +-
 astropy/coordinates/sky_coordinate.py              |    76 +-
 astropy/coordinates/solar_system.py                |     8 +-
 .../coordinates/tests/accuracy/test_ecliptic.py    |     3 +-
 astropy/coordinates/tests/test_api_ape5.py         |     7 +-
 astropy/coordinates/tests/test_atc_replacements.py |     6 +-
 .../tests/test_celestial_transformations.py        |     3 +-
 astropy/coordinates/tests/test_frames.py           |    34 +-
 .../tests/test_intermediate_transformations.py     |     4 +-
 astropy/coordinates/tests/test_name_resolve.py     |     3 +-
 astropy/coordinates/tests/test_regression.py       |    43 +-
 astropy/coordinates/tests/test_representation.py   |    99 +-
 astropy/coordinates/tests/test_sites.py            |     2 +-
 astropy/coordinates/tests/test_sky_coord.py        |    13 +-
 .../tests/test_skyoffset_transformations.py        |     4 +-
 astropy/coordinates/tests/test_solar_system.py     |     3 +-
 astropy/coordinates/tests/test_velocity_corrs.py   |     2 +-
 astropy/cosmology/scalar_inv_efuncs.c              |  1051 +-
 astropy/cosmology/tests/test_cosmology.py          |    58 +-
 astropy/cython_version.py                          |     2 +-
 astropy/extern/plugins/__init__.py                 |    10 +
 .../extern/plugins/pytest_doctestplus/__init__.py  |     4 +
 .../plugins/pytest_doctestplus}/output_checker.py  |    42 +-
 .../extern/plugins/pytest_doctestplus/plugin.py    |   373 +
 .../extern/plugins/pytest_openfiles/__init__.py    |     4 +
 astropy/extern/plugins/pytest_openfiles/plugin.py  |   104 +
 .../extern/plugins/pytest_remotedata/__init__.py   |     4 +
 .../plugins/pytest_remotedata}/disable_internet.py |     9 +-
 astropy/extern/plugins/pytest_remotedata/plugin.py |    80 +
 astropy/io/ascii/cparser.c                         |  4073 ++++---
 astropy/io/ascii/cparser.pyx                       |     4 +-
 astropy/io/ascii/ipac.py                           |     7 +-
 astropy/io/ascii/tests/test_c_reader.py            |    46 +-
 astropy/io/ascii/tests/test_rst.py                 |    23 +-
 astropy/io/fits/card.py                            |     6 +-
 astropy/io/fits/column.py                          |    14 +-
 astropy/io/fits/diff.py                            |    15 +-
 astropy/io/fits/file.py                            |     6 +-
 astropy/io/fits/fitsrec.py                         |    63 +-
 astropy/io/fits/hdu/base.py                        |     6 +-
 astropy/io/fits/hdu/groups.py                      |     2 +-
 astropy/io/fits/hdu/hdulist.py                     |     2 +-
 astropy/io/fits/hdu/image.py                       |     4 +-
 astropy/io/fits/hdu/table.py                       |     4 +-
 astropy/io/fits/header.py                          |     7 +-
 astropy/io/fits/scripts/fitsdiff.py                |    18 +-
 astropy/io/fits/src/compressionmodule.h            |     2 +-
 astropy/io/fits/tests/cfitsio_verify.c             |    22 +-
 astropy/io/fits/tests/data/btable.fits             |   Bin 0 -> 8640 bytes
 astropy/io/fits/tests/data/compressed_image.fits   |   Bin 0 -> 8640 bytes
 astropy/io/fits/tests/data/group.fits              |   Bin 0 -> 5760 bytes
 astropy/io/fits/tests/data/history_header.fits     |     1 +
 .../io/fits/tests/data/variable_length_table.fits  |   Bin 0 -> 8640 bytes
 astropy/io/fits/tests/test_core.py                 |     2 +
 astropy/io/fits/tests/test_fitsdiff.py             |   126 +-
 astropy/io/fits/tests/test_fitsheader.py           |    79 +
 astropy/io/fits/tests/test_fitsinfo.py             |    31 +
 astropy/io/fits/tests/test_hdulist.py              |     9 +-
 astropy/io/fits/tests/test_header.py               |     6 +-
 astropy/io/fits/tests/test_table.py                |    18 +-
 astropy/io/fits/util.py                            |    47 +-
 astropy/io/misc/connect.py                         |     9 +-
 astropy/io/misc/hdf5.py                            |    22 +-
 astropy/io/misc/tests/test_hdf5.py                 |     3 +-
 astropy/io/misc/yaml.py                            |     8 +-
 astropy/io/votable/converters.py                   |     6 +-
 astropy/io/votable/tests/converter_test.py         |     4 +-
 .../data/regression.bin.tabledata.truth.1.1.xml    |     4 +-
 .../data/regression.bin.tabledata.truth.1.3.xml    |     4 +-
 astropy/io/votable/tests/data/regression.xml       |     4 +-
 astropy/io/votable/tests/vo_test.py                |     2 +-
 astropy/io/votable/tree.py                         |     2 +-
 astropy/modeling/fitting.py                        |    25 +-
 astropy/modeling/polynomial.py                     |     2 +-
 astropy/modeling/src/projections.c                 |   720 +-
 astropy/modeling/tabular.py                        |    11 +-
 astropy/modeling/tests/test_core.py                |     6 +-
 astropy/modeling/tests/test_models.py              |     4 +-
 astropy/modeling/tests/test_parameters.py          |    12 +-
 .../modeling/tests/test_quantities_evaluation.py   |     3 +-
 astropy/modeling/tests/test_quantities_fitting.py  |     3 +-
 .../modeling/tests/test_quantities_parameters.py   |     3 +-
 astropy/modeling/utils.py                          |     5 +-
 astropy/nddata/ccddata.py                          |    22 +-
 astropy/nddata/mixins/ndarithmetic.py              |    14 +-
 astropy/nddata/mixins/ndslicing.py                 |     5 +-
 astropy/nddata/nddata.py                           |     4 +-
 astropy/nddata/nddata_withmixins.py                |    24 +-
 astropy/nddata/nduncertainty.py                    |     8 +-
 astropy/nddata/tests/test_ccddata.py               |    56 +-
 astropy/nddata/tests/test_decorators.py            |     3 +-
 astropy/nddata/utils.py                            |    78 +-
 astropy/stats/bayesian_blocks.py                   |     6 +-
 astropy/stats/biweight.py                          |     8 +-
 astropy/stats/funcs.py                             |    22 +-
 astropy/stats/lombscargle/core.py                  |     6 +-
 .../lombscargle/implementations/cython_impl.c      | 11497 +++++++++++--------
 astropy/stats/tests/test_biweight.py               |    17 +
 astropy/stats/tests/test_spatial.py                |     2 +-
 astropy/table/_column_mixins.c                     |  2886 ++++-
 astropy/table/_np_utils.c                          |  1658 ++-
 astropy/table/column.py                            |    34 +-
 astropy/table/operations.py                        |     2 +-
 astropy/table/pprint.py                            |    18 +-
 astropy/table/table.py                             |    15 +-
 astropy/table/tests/notebook_repr_html.ipynb       |   233 -
 astropy/table/tests/test_column.py                 |    59 +
 astropy/table/tests/test_index.py                  |    17 +-
 astropy/table/tests/test_mixin.py                  |     9 -
 astropy/table/tests/test_operations.py             |     1 -
 astropy/table/tests/test_table.py                  |     3 +-
 astropy/tests/__init__.py                          |    22 +
 astropy/tests/command.py                           |    31 +-
 astropy/tests/disable_internet.py                  |     2 +-
 astropy/tests/helper.py                            |     9 +-
 astropy/tests/image_tests.py                       |     5 +-
 astropy/tests/output_checker.py                    |    15 +-
 astropy/tests/pytest_plugins.py                    |   484 +-
 astropy/tests/pytest_repeat.py                     |    27 +
 astropy/tests/test_logger.py                       |     4 +-
 astropy/tests/tests/test_socketblocker.py          |     2 +-
 astropy/time/core.py                               |     6 +-
 astropy/time/formats.py                            |    21 +-
 astropy/time/tests/test_basic.py                   |    54 +-
 astropy/time/tests/test_corrs.py                   |     4 +-
 astropy/time/tests/test_ut1.py                     |    15 +-
 astropy/units/core.py                              |     6 +-
 astropy/units/function/logarithmic.py              |    10 +-
 astropy/units/quantity.py                          |    34 +-
 astropy/units/tests/test_quantity.py               |    57 +-
 astropy/units/tests/test_units.py                  |    12 +-
 astropy/utils/compat/numpycompat.py                |     5 +-
 astropy/utils/console.py                           |     2 +-
 astropy/utils/data.py                              |    46 +-
 astropy/utils/data_info.py                         |     8 +
 astropy/utils/iers/iers.py                         |     5 -
 astropy/utils/iers/tests/test_iers.py              |     4 +-
 astropy/utils/introspection.py                     |     3 +-
 astropy/utils/tests/test_data.py                   |    59 +-
 astropy/utils/tests/test_misc.py                   |     3 +-
 astropy/version.py                                 |    10 +-
 astropy/visualization/scripts/fits2bitmap.py       |    18 +-
 .../scripts/tests/test_fits2bitmap.py              |    18 +
 astropy/visualization/wcsaxes/grid_paths.py        |     2 +-
 astropy/visualization/wcsaxes/tests/datasets.py    |    47 +-
 astropy/visualization/wcsaxes/tests/test_misc.py   |     3 +-
 astropy/wcs/setup_package.py                       |     2 +-
 astropy/wcs/src/wcslib_wrap.c                      |     4 +-
 astropy/wcs/tests/test_wcs.py                      |     3 +-
 astropy_helpers/CHANGES.rst                        |    28 +
 astropy_helpers/astropy_helpers.egg-info/PKG-INFO  |     3 +-
 .../astropy_helpers.egg-info/SOURCES.txt           |     4 +-
 .../astropy_helpers/extern/numpydoc/__init__.py    |     2 +
 .../astropy_helpers/extern/numpydoc/docscrape.py   |    58 +-
 .../extern/numpydoc/docscrape_sphinx.py            |    73 +-
 .../astropy_helpers/extern/numpydoc/linkcode.py    |    83 -
 .../astropy_helpers/extern/numpydoc/numpydoc.py    |   124 +-
 .../numpydoc/templates/numpydoc_docstring.rst      |    16 +
 .../astropy_helpers/extern/setup_package.py        |     2 +-
 astropy_helpers/astropy_helpers/git_helpers.py     |    13 +-
 astropy_helpers/astropy_helpers/openmp_helpers.py  |   107 +
 astropy_helpers/astropy_helpers/setup_helpers.py   |    34 +-
 astropy_helpers/astropy_helpers/sphinx/conf.py     |    13 +-
 .../astropy_helpers/sphinx/ext/changelog_links.py  |     4 +
 .../astropy_helpers/sphinx/ext/doctest.py          |    18 +
 .../astropy_helpers/sphinx/ext/edit_on_github.py   |     4 +
 .../astropy_helpers/sphinx/ext/tocdepthfix.py      |     4 +
 astropy_helpers/astropy_helpers/version.py         |    10 +-
 astropy_helpers/astropy_helpers/version_helpers.py |     4 +-
 astropy_helpers/licenses/LICENSE_ASTROSCRAPPY.rst  |    28 +
 docs/conf.py                                       |     5 +-
 docs/constants/index.rst                           |     4 +-
 docs/convolution/index.rst                         |    31 +-
 docs/convolution/using.rst                         |    12 +-
 docs/coordinates/angles.rst                        |    51 +-
 docs/coordinates/frames.rst                        |    66 +-
 docs/coordinates/index.rst                         |    62 +-
 docs/coordinates/inplace.rst                       |     5 +-
 docs/coordinates/representations.rst               |   212 +-
 docs/coordinates/skycoord.rst                      |    86 +-
 docs/coordinates/solarsystem.rst                   |     6 +-
 docs/coordinates/velocities.rst                    |   108 +-
 docs/cosmology/index.rst                           |    49 +-
 docs/credits.rst                                   |     4 +-
 ...d-packages.rst => astropy-package-template.rst} |    57 +-
 docs/development/docguide.rst                      |     2 +-
 docs/development/releasing.rst                     |     2 +-
 docs/development/testguide.rst                     |   213 +-
 docs/development/workflow/known_projects.inc       |     2 +-
 docs/index.rst                                     |    13 +-
 docs/install.rst                                   |   151 +-
 docs/io/ascii/read.rst                             |     5 +
 docs/io/fits/appendix/faq.rst                      |   150 +-
 docs/io/fits/appendix/history.rst                  |     8 +-
 docs/io/fits/index.rst                             |   433 +-
 docs/io/fits/usage/headers.rst                     |   157 +-
 docs/io/fits/usage/image.rst                       |    97 +-
 docs/io/fits/usage/table.rst                       |   157 +-
 docs/io/fits/usage/unfamiliar.rst                  |   362 +-
 docs/io/fits/usage/verification.rst                |    89 +-
 docs/io/unified.rst                                |    54 +-
 docs/modeling/compound-models.rst                  |    13 +-
 docs/modeling/fitting.rst                          |    28 +-
 docs/modeling/index.rst                            |    14 +-
 docs/modeling/models.rst                           |    70 +-
 docs/modeling/new.rst                              |     1 +
 docs/modeling/parameters.rst                       |    58 +-
 docs/modeling/units.rst                            |    11 +-
 docs/nddata/ccddata.rst                            |    24 +-
 docs/nddata/index.rst                              |    90 +-
 docs/nddata/mixins/ndarithmetic.rst                |    56 +-
 docs/nddata/mixins/ndslicing.rst                   |    22 +-
 docs/nddata/nddata.rst                             |    67 +-
 docs/nddata/subclassing.rst                        |     8 +-
 docs/nddata/utils.rst                              |    14 +-
 docs/samp/index.rst                                |     2 +-
 docs/stability.rst                                 |     4 +-
 docs/stats/index.rst                               |    19 +-
 docs/stats/lombscargle.rst                         |     2 +-
 docs/table/access_table.rst                        |    14 +-
 docs/table/index.rst                               |    14 +-
 docs/table/masking.rst                             |     2 +-
 docs/table/mixin_columns.rst                       |    12 +-
 docs/table/operations.rst                          |     9 +-
 docs/testhelpers.rst                               |    12 +-
 docs/time/index.rst                                |    98 +-
 docs/units/combining_and_defining.rst              |    16 +-
 docs/units/equivalencies.rst                       |    18 +-
 docs/units/format.rst                              |    22 +-
 docs/units/index.rst                               |    18 +-
 docs/units/logarithmic_units.rst                   |    76 +-
 docs/units/quantity.rst                            |    74 +-
 docs/visualization/histogram.rst                   |     2 +
 docs/visualization/lupton_rgb.rst                  |     3 +-
 docs/visualization/normalization.rst               |    26 +-
 docs/visualization/wcsaxes/custom_frames.rst       |     1 +
 docs/visualization/wcsaxes/slicing_datacubes.rst   |     2 +
 docs/wcs/examples/from_file.py                     |     6 +-
 docs/wcs/examples/programmatic.py                  |     8 +-
 docs/whatsnew/1.1.rst                              |     1 +
 examples/coordinates/plot_sgr-coordinate-frame.py  |     4 +-
 pip-requirements-dev                               |     4 +
 setup.cfg                                          |     1 +
 setup.py                                           |     2 +-
 264 files changed, 23366 insertions(+), 13388 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