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

Ole Streicher olebole at moszumanska.debian.org
Fri Mar 11 10:17:24 UTC 2016


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

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

commit c7b40e203f2f5ba66c1b053722d593b95a7a22bf
Merge: 7b3aa0f 6f8f3f7
Author: Ole Streicher <ole at aip.de>
Date:   Fri Mar 11 10:36:29 2016 +0100

    Merge branch 'upstream' into debian

 CHANGES.rst                                        |  344 ++-
 PKG-INFO                                           |    5 +-
 astropy/convolution/boundary_extend.c              |  396 ++--
 astropy/convolution/boundary_fill.c                |  396 ++--
 astropy/convolution/boundary_none.c                |  396 ++--
 astropy/convolution/boundary_wrap.c                |  396 ++--
 astropy/convolution/convolve.py                    |   71 +-
 astropy/convolution/kernels.py                     |    4 +-
 astropy/cosmology/scalar_inv_efuncs.c              |   54 +-
 astropy/io/ascii/cds.py                            |    9 +-
 astropy/io/ascii/core.py                           |  118 +-
 astropy/io/ascii/cparser.c                         | 2312 +++++---------------
 astropy/io/ascii/cparser.pyx                       |   53 +-
 astropy/io/ascii/latex.py                          |    9 +-
 astropy/io/ascii/setup_package.py                  |    3 +
 astropy/io/ascii/tests/t/cds/description/ReadMe    |   67 +
 astropy/io/ascii/tests/t/cds/description/table.dat |    2 +
 astropy/io/ascii/tests/t/latex3.tex                |    7 +
 .../io/ascii/tests/test_cds_header_from_readme.py  |   16 +
 astropy/io/ascii/tests/test_read.py                |    4 +
 astropy/io/ascii/tests/test_write.py               |   32 +-
 astropy/io/fits/column.py                          |  146 ++
 astropy/io/fits/fitsrec.py                         |  237 +-
 astropy/io/fits/hdu/base.py                        |   13 +-
 astropy/io/fits/hdu/groups.py                      |    4 +-
 astropy/io/fits/hdu/table.py                       |    2 +-
 astropy/io/fits/src/compressionmodule.c            |    6 +-
 astropy/io/fits/tests/data/memtest.fits            |    1 +
 astropy/io/fits/tests/test_connect.py              |    5 +-
 astropy/io/fits/tests/test_table.py                |  121 +
 astropy/io/fits/tests/test_uint.py                 |    6 +-
 astropy/modeling/core.py                           |   45 +-
 astropy/modeling/parameters.py                     |    2 +-
 astropy/modeling/src/wcsconfig.h                   |    2 +-
 astropy/modeling/tests/test_parameters.py          |   41 +
 astropy/nddata/mixins/ndarithmetic.py              |   13 +-
 astropy/nddata/mixins/tests/test_ndarithmetic.py   |   17 +-
 astropy/stats/funcs.py                             |   16 +-
 astropy/stats/tests/test_funcs.py                  |   43 +
 astropy/table/_np_utils.c                          |  392 ++--
 astropy/table/jsviewer.py                          |    8 +-
 astropy/table/table.py                             |    2 +-
 astropy/table/tests/test_jsviewer.py               |    7 +-
 astropy/table/tests/test_table.py                  |   19 +
 astropy/tests/output_checker.py                    |    4 +
 astropy/tests/runner.py                            |    1 +
 astropy/units/function/core.py                     |   14 +-
 astropy/units/tests/test_logarithmic.py            |    6 +
 astropy/units/tests/test_quantity.py               |   34 +
 astropy/utils/compat/_weakset_py2/__init__.py      |  219 ++
 astropy/utils/compat/weakref.py                    |    6 +
 astropy/utils/decorators.py                        |    8 +-
 astropy/utils/release.py                           |   13 -
 astropy/version.py                                 |   10 +-
 astropy/visualization/scripts/fits2bitmap.py       |   80 +-
 .../scripts/tests/test_fits2bitmap.py              |   46 +-
 astropy/visualization/tests/test_units.py          |    3 +
 astropy/visualization/units.py                     |    2 +-
 astropy/wcs/include/astropy_wcs/wcsconfig.h        |    2 +-
 astropy/wcs/include/wcsconfig.h                    |    2 +-
 astropy/wcs/include/wcslib/cel.h                   |    8 +-
 astropy/wcs/include/wcslib/lin.h                   |    8 +-
 astropy/wcs/include/wcslib/prj.h                   |    8 +-
 astropy/wcs/include/wcslib/spc.h                   |    8 +-
 astropy/wcs/include/wcslib/spx.h                   |    8 +-
 astropy/wcs/include/wcslib/tab.h                   |    8 +-
 astropy/wcs/include/wcslib/wcs.h                   |    8 +-
 astropy/wcs/include/wcslib/wcserr.h                |    8 +-
 astropy/wcs/include/wcslib/wcsmath.h               |    8 +-
 astropy/wcs/include/wcslib/wcsprintf.h             |    8 +-
 astropy/wcs/setup_package.py                       |    2 +-
 astropy/wcs/src/wcslib_wrap.c                      |   15 +-
 astropy/wcs/tests/data/validate.5.13.txt           |   16 +
 astropy/wcs/tests/test_wcs.py                      |  116 +-
 astropy/wcs/wcs.py                                 |   21 +-
 astropy_helpers/.travis.yml                        |   54 -
 astropy_helpers/CHANGES.rst                        |    7 +
 astropy_helpers/CONTRIBUTING.md                    |   20 -
 astropy_helpers/MANIFEST.in                        |   10 -
 astropy_helpers/appveyor.yml                       |   43 -
 astropy_helpers/astropy_helpers.egg-info/PKG-INFO  |    4 +-
 .../bootstrap-astropy/static/bootstrap-astropy.css |    5 +
 astropy_helpers/astropy_helpers/tests/__init__.py  |  157 --
 astropy_helpers/astropy_helpers/tests/coveragerc   |   24 -
 .../astropy_helpers/tests/test_ah_bootstrap.py     |  419 ----
 .../astropy_helpers/tests/test_git_helpers.py      |  237 --
 .../astropy_helpers/tests/test_setup_helpers.py    |  506 -----
 .../astropy_helpers/tests/test_utils.py            |   24 -
 astropy_helpers/astropy_helpers/version.py         |   10 +-
 astropy_helpers/setup.cfg                          |    5 -
 astropy_helpers/setup.py                           |   53 -
 astropy_helpers/tox.ini                            |   19 -
 cextern/wcslib/C/GNUmakefile                       |    4 +-
 cextern/wcslib/C/cel.c                             |    6 +-
 cextern/wcslib/C/cel.h                             |    8 +-
 cextern/wcslib/C/dis.c                             |    8 +-
 cextern/wcslib/C/dis.h                             |    8 +-
 cextern/wcslib/C/fitshdr.h                         |    8 +-
 cextern/wcslib/C/fitshdr.l                         |    6 +-
 cextern/wcslib/C/flexed/README                     |    5 +-
 cextern/wcslib/C/flexed/fitshdr.c                  |    6 +-
 cextern/wcslib/C/flexed/wcsbth.c                   |    6 +-
 cextern/wcslib/C/flexed/wcspih.c                   |   18 +-
 cextern/wcslib/C/flexed/wcsulex.c                  |  255 +--
 cextern/wcslib/C/flexed/wcsutrn.c                  |   10 +-
 cextern/wcslib/C/getwcstab.c                       |    6 +-
 cextern/wcslib/C/getwcstab.h                       |    8 +-
 cextern/wcslib/C/lin.c                             |    6 +-
 cextern/wcslib/C/lin.h                             |    8 +-
 cextern/wcslib/C/log.c                             |    6 +-
 cextern/wcslib/C/log.h                             |    8 +-
 cextern/wcslib/C/prj.c                             |    6 +-
 cextern/wcslib/C/prj.h                             |    8 +-
 cextern/wcslib/C/spc.c                             |    6 +-
 cextern/wcslib/C/spc.h                             |    8 +-
 cextern/wcslib/C/sph.c                             |    6 +-
 cextern/wcslib/C/sph.h                             |    8 +-
 cextern/wcslib/C/spx.c                             |    6 +-
 cextern/wcslib/C/spx.h                             |    8 +-
 cextern/wcslib/C/tab.c                             |    6 +-
 cextern/wcslib/C/tab.h                             |    8 +-
 cextern/wcslib/C/wcs.c                             |   12 +-
 cextern/wcslib/C/wcs.h                             |    8 +-
 cextern/wcslib/C/wcsbth.l                          |    6 +-
 cextern/wcslib/C/wcserr.c                          |    6 +-
 cextern/wcslib/C/wcserr.h                          |    8 +-
 cextern/wcslib/C/wcsfix.c                          |   20 +-
 cextern/wcslib/C/wcsfix.h                          |    8 +-
 cextern/wcslib/C/wcshdr.c                          |  244 ++-
 cextern/wcslib/C/wcshdr.h                          |   91 +-
 cextern/wcslib/C/wcslib.h                          |    8 +-
 cextern/wcslib/C/wcsmath.h                         |    8 +-
 cextern/wcslib/C/wcspih.l                          |   18 +-
 cextern/wcslib/C/wcsprintf.c                       |    6 +-
 cextern/wcslib/C/wcsprintf.h                       |    8 +-
 cextern/wcslib/C/wcstrig.c                         |    6 +-
 cextern/wcslib/C/wcstrig.h                         |    8 +-
 cextern/wcslib/C/wcsulex.l                         |   11 +-
 cextern/wcslib/C/wcsunits.c                        |    6 +-
 cextern/wcslib/C/wcsunits.h                        |    8 +-
 cextern/wcslib/C/wcsutil.c                         |    6 +-
 cextern/wcslib/C/wcsutil.h                         |    8 +-
 cextern/wcslib/C/wcsutrn.l                         |   10 +-
 cextern/wcslib/CHANGES                             |   52 +-
 cextern/wcslib/GNUmakefile                         |    4 +-
 cextern/wcslib/INSTALL                             |   12 +-
 cextern/wcslib/README                              |    8 +-
 cextern/wcslib/THANKS                              |    6 +-
 cextern/wcslib/VALIDATION                          |   43 +-
 cextern/wcslib/configure                           |   26 +-
 cextern/wcslib/configure.ac                        |    8 +-
 cextern/wcslib/flavours                            |    2 +-
 cextern/wcslib/makedefs.in                         |    8 +-
 cextern/wcslib/wcsconfig.h.in                      |    4 +-
 cextern/wcslib/wcsconfig_f77.h.in                  |    4 +-
 cextern/wcslib/wcsconfig_tests.h.in                |    4 +-
 cextern/wcslib/wcsconfig_utils.h.in                |    4 +-
 docs/coordinates/observing-example.rst             |   38 +-
 docs/development/workflow/development_workflow.rst |    9 +-
 docs/install.rst                                   |   51 +-
 docs/io/ascii/index.rst                            |    6 +
 docs/known_issues.rst                              |   14 +-
 docs/modeling/index.rst                            |    3 +
 docs/units/quantity.rst                            |   38 +-
 docs/wcs/index.rst                                 |    1 -
 docs/wcs/references.txt                            |    2 +-
 docs/wcs/relax.rst                                 |   12 +
 setup.cfg                                          |    6 +
 setup.py                                           |   15 +-
 169 files changed, 4186 insertions(+), 5307 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