[Debian-astro-commits] [python-astropy] branch experimental updated (ab4db75 -> 8c8239f)

Ole Streicher olebole at moszumanska.debian.org
Tue Nov 24 20:50:49 UTC 2015


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

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

      from  ab4db75   Add fitsinfo manpage
      adds  3593d75   New RC version 1.1~rc1
       new  5ee7440   Merge branch 'upstream' into experimental
       new  8c8239f   Remove missing-source since they are in place now

The 2 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                                        | 140 ++++-
 PKG-INFO                                           |   4 +-
 astropy/_erfa/core.py                              |   6 +-
 astropy/analytic_functions/blackbody.py            |   8 +-
 astropy/analytic_functions/tests/test_blackbody.py |  24 +-
 astropy/convolution/boundary_extend.c              | 400 ++++++-------
 astropy/convolution/boundary_fill.c                | 400 ++++++-------
 astropy/convolution/boundary_none.c                | 400 ++++++-------
 astropy/convolution/boundary_wrap.c                | 400 ++++++-------
 astropy/coordinates/angle_utilities.py             |   5 +
 astropy/coordinates/baseframe.py                   |   5 +-
 .../builtin_frames/cirs_observed_transforms.py     |  67 ++-
 astropy/coordinates/builtin_frames/ecliptic.py     |  10 +-
 .../builtin_frames/ecliptic_transforms.py          |  11 +-
 .../builtin_frames/icrs_cirs_transforms.py         | 197 ++++---
 .../intermediate_rotation_transforms.py            |  52 +-
 astropy/coordinates/builtin_frames/itrs.py         |   3 -
 astropy/coordinates/builtin_frames/utils.py        |  46 +-
 astropy/coordinates/data/sites.json                | 357 +-----------
 astropy/coordinates/earth.py                       |  54 +-
 astropy/coordinates/errors.py                      |  14 +-
 astropy/coordinates/funcs.py                       |   3 +-
 astropy/coordinates/representation.py              |   4 +-
 astropy/coordinates/sites.py                       |  17 +-
 astropy/coordinates/tests/accuracy/__init__.py     |   7 +
 astropy/coordinates/tests/test_api_ape5.py         |  10 +-
 .../tests/test_celestial_transformations.py        | 175 ++++++
 astropy/coordinates/tests/test_earth.py            |   9 +
 astropy/coordinates/tests/test_iau_fullstack.py    |  29 +-
 .../tests/test_intermediate_transformations.py     | 412 ++++++++++++++
 astropy/coordinates/tests/test_regression.py       |  31 +-
 astropy/coordinates/tests/test_sites.py            | 114 ++--
 astropy/coordinates/tests/test_transformations.py  | 398 -------------
 astropy/cosmology/scalar_inv_efuncs.c              |  58 +-
 astropy/cython_version.py                          |   2 +-
 .../extern/css}/jquery.dataTables.css              |   0
 astropy/extern/css/jquery.dataTables.min.css       |   1 -
 .../extern/js}/jquery-1.11.3.js                    |   0
 .../extern/js}/jquery.dataTables.js                |   0
 astropy/io/ascii/cparser.c                         | 404 ++++++-------
 astropy/io/ascii/daophot.py                        |   2 +-
 astropy/io/ascii/misc.py                           |   2 +-
 astropy/io/ascii/tests/test_read.py                |  15 +-
 astropy/io/ascii/ui.py                             |  13 +-
 astropy/io/fits/_numpy_hacks.py                    |  73 +++
 astropy/io/fits/column.py                          |  52 +-
 astropy/io/fits/diff.py                            |  19 +
 astropy/io/fits/fitsrec.py                         | 173 +++++-
 astropy/io/fits/hdu/base.py                        |   5 +-
 astropy/io/fits/hdu/groups.py                      |   7 +-
 astropy/io/fits/hdu/table.py                       | 242 +++++---
 astropy/io/fits/py3compat.py                       |  39 +-
 astropy/io/fits/setup_package.py                   |  13 +-
 astropy/io/fits/tests/test_connect.py              |  23 +
 astropy/io/fits/tests/test_diff.py                 |  15 +
 astropy/io/fits/tests/test_image.py                |   2 +-
 astropy/io/fits/tests/test_table.py                | 100 +++-
 astropy/io/fits/util.py                            |   4 +-
 astropy/io/votable/validator/result.py             |   2 +-
 astropy/modeling/core.py                           | 419 +++++++++++---
 astropy/modeling/functional_models.py              | 170 +++++-
 astropy/modeling/projections.py                    |   5 +-
 astropy/modeling/src/projections.c                 | 624 ++++++++++-----------
 astropy/modeling/src/wcsconfig.h                   |   2 +-
 astropy/modeling/tests/test_compound.py            |   2 +-
 astropy/modeling/tests/test_core.py                | 108 +++-
 astropy/modeling/tests/test_functional_models.py   |   1 +
 astropy/modeling/tests/test_models.py              | 127 +++--
 astropy/modeling/tests/test_utils.py               |   3 +-
 astropy/modeling/utils.py                          |  72 +++
 astropy/nddata/utils.py                            |  22 +-
 astropy/stats/bayesian_blocks.py                   | 174 +++---
 astropy/stats/tests/test_bayesian_blocks.py        |   6 +-
 astropy/stats/tests/test_histogram.py              |   5 +-
 astropy/stats/tests/test_sigma_clipping.py         |   2 +-
 astropy/table/_column_mixins.c                     |   4 +-
 astropy/table/_np_utils.c                          | 396 ++++++-------
 astropy/table/index.py                             |   2 +-
 astropy/table/jsviewer.py                          |   6 +-
 astropy/table/operations.py                        |   2 +-
 astropy/table/table.py                             |  28 +-
 astropy/table/tests/test_jsviewer.py               |   6 +-
 astropy/table/tests/test_pickle.py                 |  57 +-
 astropy/tests/test_logger.py                       |   2 +-
 astropy/time/core.py                               |  14 +-
 astropy/time/formats.py                            |  37 +-
 astropy/time/tests/test_basic.py                   |  15 +-
 astropy/time/tests/test_delta.py                   |   2 +-
 astropy/time/utils.py                              |   4 +-
 astropy/units/astrophys.py                         |  40 +-
 astropy/units/format/cds.py                        |   7 +-
 astropy/units/format/generic.py                    |   4 +
 astropy/units/format/ogip.py                       |   4 +
 astropy/units/format/unicode_format.py             |   8 +-
 astropy/units/quantity.py                          |   3 -
 astropy/units/tests/test_format.py                 |  11 +-
 astropy/units/tests/test_logarithmic.py            |   2 +-
 astropy/units/tests/test_quantity_ufuncs.py        |   2 +-
 astropy/units/utils.py                             |   4 +-
 astropy/utils/compat/numpy/lib/stride_tricks.py    |   2 +-
 astropy/utils/compat/numpycompat.py                |   1 +
 astropy/utils/console.py                           |  18 +-
 astropy/utils/iers/iers.py                         |  18 +-
 astropy/version.py                                 |   8 +-
 astropy/visualization/units.py                     |  11 +-
 astropy/vo/validator/tests/test_validate.py        |  21 +-
 astropy/vo/validator/validate.py                   |  47 +-
 astropy/wcs/include/astropy_wcs/wcsconfig.h        |   2 +-
 astropy/wcs/include/wcsconfig.h                    |   2 +-
 astropy/wcs/include/wcslib/cel.h                   |   6 +-
 astropy/wcs/include/wcslib/lin.h                   |   6 +-
 astropy/wcs/include/wcslib/prj.h                   |   6 +-
 astropy/wcs/include/wcslib/spc.h                   |   6 +-
 astropy/wcs/include/wcslib/spx.h                   |   6 +-
 astropy/wcs/include/wcslib/tab.h                   |   6 +-
 astropy/wcs/include/wcslib/wcs.h                   |   6 +-
 astropy/wcs/include/wcslib/wcserr.h                |   6 +-
 astropy/wcs/include/wcslib/wcsmath.h               |   6 +-
 astropy/wcs/include/wcslib/wcsprintf.h             |   6 +-
 astropy/wcs/setup_package.py                       |   2 +-
 astropy_helpers/.travis.yml                        |   5 +
 astropy_helpers/CHANGES.rst                        |   4 +-
 astropy_helpers/astropy_helpers.egg-info/PKG-INFO  |   9 +-
 .../astropy_helpers.egg-info/SOURCES.txt           |  12 +-
 .../astropy_helpers/commands/build_sphinx.py       |   1 +
 astropy_helpers/astropy_helpers/commands/test.py   |  16 +-
 astropy_helpers/astropy_helpers/version.py         |  76 +--
 .../travis/install_conda_linux.sh                  |   8 +-
 .../travis/install_conda_osx.sh                    |   8 +-
 astropy_helpers/setup.py                           |   2 +-
 cextern/wcslib/C/GNUmakefile                       |   4 +-
 cextern/wcslib/C/cel.c                             |   4 +-
 cextern/wcslib/C/cel.h                             |   6 +-
 cextern/wcslib/C/dis.c                             |   4 +-
 cextern/wcslib/C/dis.h                             |   6 +-
 cextern/wcslib/C/fitshdr.h                         |   6 +-
 cextern/wcslib/C/fitshdr.l                         |   4 +-
 cextern/wcslib/C/flexed/fitshdr.c                  |   4 +-
 cextern/wcslib/C/flexed/wcsbth.c                   |   4 +-
 cextern/wcslib/C/flexed/wcspih.c                   |  41 +-
 cextern/wcslib/C/flexed/wcsulex.c                  |   4 +-
 cextern/wcslib/C/flexed/wcsutrn.c                  |   4 +-
 cextern/wcslib/C/getwcstab.c                       |   4 +-
 cextern/wcslib/C/getwcstab.h                       |   6 +-
 cextern/wcslib/C/lin.c                             |   4 +-
 cextern/wcslib/C/lin.h                             |   6 +-
 cextern/wcslib/C/log.c                             |   4 +-
 cextern/wcslib/C/log.h                             |   6 +-
 cextern/wcslib/C/makedefs.in                       | 240 --------
 cextern/wcslib/C/prj.c                             |   4 +-
 cextern/wcslib/C/prj.h                             |   6 +-
 cextern/wcslib/C/spc.c                             |   4 +-
 cextern/wcslib/C/spc.h                             |   6 +-
 cextern/wcslib/C/sph.c                             |   4 +-
 cextern/wcslib/C/sph.h                             |   6 +-
 cextern/wcslib/C/spx.c                             |   4 +-
 cextern/wcslib/C/spx.h                             |   6 +-
 cextern/wcslib/C/tab.c                             |   4 +-
 cextern/wcslib/C/tab.h                             |   6 +-
 cextern/wcslib/C/tan.fits                          |   1 -
 cextern/wcslib/C/tan.hdr                           |  21 -
 cextern/wcslib/C/wcs.c                             |   6 +-
 cextern/wcslib/C/wcs.h                             |   6 +-
 cextern/wcslib/C/wcsbth.l                          |   4 +-
 cextern/wcslib/C/wcsconfig.h.in                    |  18 -
 cextern/wcslib/C/wcsconfig_tests.h.in              |  18 -
 cextern/wcslib/C/wcserr.c                          |   4 +-
 cextern/wcslib/C/wcserr.h                          |   6 +-
 cextern/wcslib/C/wcsfix.c                          |   4 +-
 cextern/wcslib/C/wcsfix.h                          |   6 +-
 cextern/wcslib/C/wcshdr.c                          |   4 +-
 cextern/wcslib/C/wcshdr.h                          |   6 +-
 cextern/wcslib/C/wcslib.h                          |   6 +-
 cextern/wcslib/C/wcsmath.h                         |   6 +-
 cextern/wcslib/C/wcspih.l                          |  19 +-
 cextern/wcslib/C/wcsprintf.c                       |   4 +-
 cextern/wcslib/C/wcsprintf.h                       |   6 +-
 cextern/wcslib/C/wcstrig.c                         |   4 +-
 cextern/wcslib/C/wcstrig.h                         |   6 +-
 cextern/wcslib/C/wcsulex.l                         |   4 +-
 cextern/wcslib/C/wcsunits.c                        |   4 +-
 cextern/wcslib/C/wcsunits.h                        |   6 +-
 cextern/wcslib/C/wcsutil.c                         |   4 +-
 cextern/wcslib/C/wcsutil.h                         |   6 +-
 cextern/wcslib/C/wcsutrn.l                         |   4 +-
 cextern/wcslib/CHANGES                             |  21 +-
 cextern/wcslib/GNUmakefile                         |   4 +-
 cextern/wcslib/INSTALL                             |  12 +-
 cextern/wcslib/README                              |   6 +-
 cextern/wcslib/THANKS                              |   3 +-
 cextern/wcslib/VALIDATION                          |  12 +-
 cextern/wcslib/configure                           |  24 +-
 cextern/wcslib/configure.ac                        |   6 +-
 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 +-
 debian/changelog                                   |   6 +
 docs/analytic_functions/index.rst                  |   5 +
 docs/coordinates/index.rst                         |   7 +-
 docs/coordinates/remote_methods.rst                |  65 +++
 docs/credits.rst                                   |  37 +-
 docs/development/testguide.rst                     |   6 +-
 docs/index.rst                                     |   2 +-
 docs/install.rst                                   |  14 +-
 docs/modeling/bounding-boxes.rst                   | 255 +++++----
 docs/modeling/models.rst                           |  87 ++-
 docs/modeling/new.rst                              |   5 +
 docs/nitpick-exceptions                            |   2 +
 docs/table/access_table.rst                        |   2 +
 docs/table/indexing.rst                            |   2 +
 docs/table/operations.rst                          |   4 +-
 docs/testhelpers.rst                               |   2 +-
 docs/wcs/index.rst                                 |   2 +-
 docs/wcs/relax.rst                                 |   2 +-
 docs/whatsnew/1.1.rst                              | 306 ++++++++++
 docs/whatsnew/index.rst                            |   1 +
 setup.py                                           |   2 +-
 220 files changed, 5376 insertions(+), 3959 deletions(-)
 create mode 100644 astropy/coordinates/tests/test_celestial_transformations.py
 create mode 100644 astropy/coordinates/tests/test_intermediate_transformations.py
 rename {debian/missing-sources => astropy/extern/css}/jquery.dataTables.css (100%)
 delete mode 100644 astropy/extern/css/jquery.dataTables.min.css
 rename {debian/missing-sources => astropy/extern/js}/jquery-1.11.3.js (100%)
 rename {debian/missing-sources => astropy/extern/js}/jquery.dataTables.js (100%)
 create mode 100644 astropy/io/fits/_numpy_hacks.py
 delete mode 100644 cextern/wcslib/C/makedefs.in
 delete mode 100644 cextern/wcslib/C/tan.fits
 delete mode 100644 cextern/wcslib/C/tan.hdr
 delete mode 100644 cextern/wcslib/C/wcsconfig.h.in
 delete mode 100644 cextern/wcslib/C/wcsconfig_tests.h.in
 create mode 100644 docs/coordinates/remote_methods.rst
 create mode 100644 docs/whatsnew/1.1.rst

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