[Debian-astro-commits] [python-astropy] branch master updated (fce5e0a -> 67324f7)

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 change to branch master
in repository python-astropy.

      from  fce5e0a   Enable Matplotlib tests
      adds  f6158dd   New upstream version 1.3.1
       new  83c57b5   Merge tag 'upstream/1.3.1'
       new  51937d1   Rediff patches
       new  67324f7   Update changelog for 1.3.1-1 release

The 3 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                                        |  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 +++-
 debian/changelog                                   |   11 +-
 ...-to-use-plugin-for-doctests-in-.rst-files.patch |  123 ---
 ...e-NUMPY_LT_1_12-works-for-beta-prerelease.patch |   22 -
 .../Fix-default-value-for-remote_data-option.patch |   35 -
 .../patches/Use-parametrize-instead-of-yield.patch |  850 ----------------
 debian/patches/disable_helper.patch                |    6 +-
 debian/patches/external_python_pkgs.patch          |   28 +-
 debian/patches/fix_for_cfitsio_3380.patch          |   23 -
 debian/patches/only_python3-binaries.patch         |    4 +-
 debian/patches/series                              |    5 -
 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 +-
 140 files changed, 5400 insertions(+), 4731 deletions(-)
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/themes/bootstrap-astropy/.DS_Store
 delete mode 100644 debian/patches/Allow-pytest-3.x-to-use-plugin-for-doctests-in-.rst-files.patch
 delete mode 100644 debian/patches/Ensure-NUMPY_LT_1_12-works-for-beta-prerelease.patch
 delete mode 100644 debian/patches/Fix-default-value-for-remote_data-option.patch
 delete mode 100644 debian/patches/Use-parametrize-instead-of-yield.patch
 delete mode 100644 debian/patches/fix_for_cfitsio_3380.patch
 create mode 100644 examples/README.txt
 create mode 100644 examples/coordinates/README.txt
 create mode 100644 examples/coordinates/plot_obs-planning.py
 create mode 100644 examples/coordinates/plot_sgr-coordinate-frame.py
 create mode 100644 examples/io/Hs-2009-14-a-web.jpg
 create mode 100644 examples/io/README.txt
 create mode 100644 examples/io/create-mef.py
 create mode 100644 examples/io/fits-tables.py
 create mode 100644 examples/io/modify-fits-header.py
 create mode 100644 examples/io/plot_fits-image.py
 create mode 100644 examples/io/skip_create-large-fits.py
 create mode 100644 examples/io/split-jpeg-to-fits.py
 create mode 100644 examples/template/example-template.py

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