[Debian-astro-commits] [python-astropy] 01/03: Merge tag 'upstream/1.3.1'

Ole Streicher olebole at moszumanska.debian.org
Sun Mar 19 13:52:13 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 83c57b5265fb316c797d57004aa00d6cc96e3c89
Merge: fce5e0a f6158dd
Author: Ole Streicher <olebole at debian.org>
Date:   Sun Mar 19 14:21:44 2017 +0100

    Merge tag 'upstream/1.3.1'
    
    Upstream version 1.3.1

 CHANGES.rst                                        |  225 ++++-
 PKG-INFO                                           |    3 +-
 astropy/config/configuration.py                    |    2 +-
 astropy/convolution/boundary_extend.c              |  531 +++++-----
 astropy/convolution/boundary_fill.c                |  531 +++++-----
 astropy/convolution/boundary_none.c                |  531 +++++-----
 astropy/convolution/boundary_wrap.c                |  531 +++++-----
 astropy/convolution/tests/test_discretize.py       |   38 +-
 astropy/convolution/utils.py                       |    2 +-
 astropy/coordinates/angle_utilities.py             |    6 +-
 astropy/coordinates/calculation.py                 |   23 +-
 astropy/coordinates/sky_coordinate.py              |  113 ++-
 astropy/coordinates/tests/test_sky_coord.py        |   51 +
 astropy/coordinates/transformations.py             |    2 +-
 astropy/cosmology/scalar_inv_efuncs.c              |  111 +--
 astropy/cython_version.py                          |    2 +-
 astropy/io/ascii/cparser.c                         |  545 +++++------
 astropy/io/ascii/html.py                           |    5 +-
 astropy/io/ascii/ipac.py                           |    2 +-
 astropy/io/ascii/tests/test_rst.py                 |    2 +-
 astropy/io/fits/_numpy_hacks.py                    |   14 +-
 astropy/io/fits/column.py                          |    2 +-
 astropy/io/fits/convenience.py                     |   10 +-
 astropy/io/fits/diff.py                            |    2 +-
 astropy/io/fits/file.py                            |    2 +-
 astropy/io/fits/hdu/base.py                        |    4 +-
 astropy/io/fits/hdu/compressed.py                  |   15 +-
 astropy/io/fits/hdu/hdulist.py                     |    2 +-
 astropy/io/fits/hdu/image.py                       |    4 +-
 astropy/io/fits/hdu/table.py                       |   12 +-
 astropy/io/fits/header.py                          |    6 +-
 astropy/io/fits/src/compressionmodule.c            |   13 +-
 astropy/io/fits/tests/test_convenience.py          |    8 +
 astropy/io/fits/tests/test_diff.py                 |    9 +-
 astropy/io/fits/tests/test_hdulist.py              |   14 +-
 astropy/io/fits/tests/test_image.py                |   34 +-
 astropy/io/fits/tests/test_table.py                |   22 +-
 astropy/io/fits/tests/test_util.py                 |   30 +
 astropy/io/votable/src/tablewriter.c               |    2 +-
 astropy/io/votable/tests/vo_test.py                |    5 +-
 astropy/modeling/fitting.py                        |   18 +-
 astropy/modeling/optimizers.py                     |    8 +-
 astropy/modeling/src/projections.c                 |  732 +++++++-------
 astropy/modeling/tests/test_core.py                |   23 +
 astropy/modeling/tests/test_fitters.py             |   51 +-
 astropy/modeling/utils.py                          |    2 +-
 astropy/stats/lombscargle/core.py                  |   19 +-
 .../stats/lombscargle/implementations/chi2_impl.py |    2 +-
 .../lombscargle/implementations/cython_impl.c      | 1010 +++++++++-----------
 .../lombscargle/implementations/cython_impl.pyx    |    3 +-
 .../stats/lombscargle/implementations/fast_impl.py |    2 +-
 .../lombscargle/implementations/fastchi2_impl.py   |    2 +-
 .../stats/lombscargle/implementations/slow_impl.py |    2 +-
 .../stats/lombscargle/tests/test_lombscargle.py    |  169 ++++
 astropy/stats/sigma_clipping.py                    |   28 +-
 astropy/stats/tests/test_sigma_clipping.py         |   29 +
 astropy/table/_column_mixins.c                     |   61 +-
 astropy/table/_np_utils.c                          |  527 +++++-----
 astropy/table/jsviewer.py                          |   58 +-
 astropy/table/pprint.py                            |   10 +-
 astropy/table/table.py                             |   34 +-
 astropy/table/tests/test_item_access.py            |   24 +-
 astropy/table/tests/test_jsviewer.py               |   26 +-
 astropy/table/tests/test_mixin.py                  |   24 +-
 astropy/table/tests/test_pprint.py                 |   13 +-
 astropy/tests/helper.py                            |   15 +
 astropy/tests/pytest_plugins.py                    |   17 +-
 astropy/tests/runner.py                            |   32 +-
 astropy/tests/tests/test_runner.py                 |   20 +-
 astropy/time/formats.py                            |    4 +
 astropy/time/tests/test_basic.py                   |    4 +
 astropy/units/core.py                              |    6 +
 astropy/units/decorators.py                        |    2 +-
 astropy/units/equivalencies.py                     |    4 +-
 astropy/units/format/cds.py                        |    6 +-
 astropy/units/format/generic.py                    |   22 +-
 astropy/units/format/ogip.py                       |    6 +-
 astropy/units/quantity.py                          |    2 +-
 astropy/units/tests/test_format.py                 |  466 ++++-----
 astropy/units/tests/test_units.py                  |   20 +
 astropy/utils/compat/numpycompat.py                |    2 +-
 astropy/utils/console.py                           |  170 ++--
 astropy/utils/decorators.py                        |   50 +-
 astropy/utils/tests/test_decorators.py             |   29 +
 astropy/utils/xml/writer.py                        |   11 +-
 astropy/version.py                                 |   10 +-
 astropy/visualization/lupton_rgb.py                |    5 +-
 astropy/visualization/wcsaxes/__init__.py          |    2 +-
 astropy/visualization/wcsaxes/core.py              |   12 +-
 astropy/visualization/wcsaxes/frame.py             |    2 +-
 .../wcsaxes/tests/test_formatter_locator.py        |    2 +-
 astropy/visualization/wcsaxes/tests/test_frame.py  |   14 +
 astropy/visualization/wcsaxes/tests/test_images.py |    1 -
 astropy/visualization/wcsaxes/ticks.py             |    6 +-
 astropy/visualization/wcsaxes/transforms.py        |    6 +-
 astropy/wcs/tests/test_profiling.py                |   99 +-
 astropy/wcs/tests/test_wcs.py                      |  146 ++-
 astropy_helpers/CHANGES.rst                        |   12 +
 astropy_helpers/astropy_helpers.egg-info/PKG-INFO  |   14 +-
 .../astropy_helpers.egg-info/SOURCES.txt           |    1 +
 .../astropy_helpers/commands/build_sphinx.py       |    6 +-
 astropy_helpers/astropy_helpers/sphinx/conf.py     |   16 +-
 .../sphinx/themes/bootstrap-astropy/.DS_Store      |  Bin 0 -> 8196 bytes
 .../themes/bootstrap-astropy/static/copybutton.js  |   22 +-
 astropy_helpers/astropy_helpers/version.py         |  204 +++-
 docs/coordinates/index.rst                         |    4 +-
 docs/coordinates/remote_methods.rst                |    4 +-
 docs/credits.rst                                   |   22 +-
 docs/development/affiliated-packages.rst           |   16 +-
 docs/development/docguide.rst                      |   13 +-
 docs/development/testguide.rst                     |    4 +-
 docs/development/workflow/development_workflow.rst |   13 +-
 docs/io/unified.rst                                |  116 +--
 docs/visualization/lupton_rgb.rst                  |   76 +-
 docs/whatsnew/1.3.rst                              |    6 +-
 examples/README.txt                                |   14 +
 examples/coordinates/README.txt                    |    6 +
 examples/coordinates/plot_obs-planning.py          |  144 +++
 examples/coordinates/plot_sgr-coordinate-frame.py  |  187 ++++
 examples/io/Hs-2009-14-a-web.jpg                   |  Bin 0 -> 23490 bytes
 examples/io/README.txt                             |    6 +
 examples/io/create-mef.py                          |   54 ++
 examples/io/fits-tables.py                         |   67 ++
 examples/io/modify-fits-header.py                  |   86 ++
 examples/io/plot_fits-image.py                     |   61 ++
 examples/io/skip_create-large-fits.py              |  112 +++
 examples/io/split-jpeg-to-fits.py                  |   82 ++
 examples/template/example-template.py              |  101 ++
 setup.cfg                                          |   14 +-
 setup.py                                           |    5 +-
 130 files changed, 5373 insertions(+), 3651 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