[Debian-astro-commits] [gyoto] 01/01: Merge tag 'upstream/1.1.0' into debian

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Tue Sep 13 07:17:13 UTC 2016


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

thibaut pushed a commit to branch master
in repository gyoto.

commit 4810b9ae19aaf67acd24f254fbda98de90ab77c5
Merge: 8184515 d53a546
Author: Thibaut Paumard <paumard at users.sourceforge.net>
Date:   Tue Sep 13 08:47:47 2016 +0200

    Merge tag 'upstream/1.1.0' into debian
    
    1.1.0 2016/09/12 ABI 4 (5:0:0)
       * New functionality: provide a plug-in for writing new Metrics,
         Astrobjs and Spectra in Python.
       * New functionality: objects can describe there own
         properties. This feature is accessible through the help() method
         in the Python and Yorick interfaces and through -h on the
         command-line: "gyoto -hMetric::KerrBL"
       * New functionality: adding a flag to highligh the shadow region in
         a strong-field image
       * Various improvements and bug fixes in the Python extension.
       * Yorick: Add more functions to control the floating-point
         environment from Yorick.
       * Screen: properly parse "Mask" as a filename
       * KerrKS: remove specific integrator, which has never worked well.
       * PowerLawSpectrum: add cut-offs.
       * DirectionalDisk: add cutoff in lamp/disk frames.
       * PolishDoughnut: add central_temperature_ parameter.

 ChangeLog                                          |  708 +-
 INSTALL                                            |  207 +-
 INSTALL.Gyoto                                      |  207 +
 Makefile.am                                        |    8 +
 Makefile.in                                        |   20 +
 NEWS                                               |   18 +
 README                                             |    3 +-
 README.Developers                                  |   13 +-
 bin/Makefile.am                                    |   10 +-
 bin/Makefile.in                                    |   22 +-
 bin/gyoto.1                                        |   15 +-
 bin/gyoto.C                                        |   15 +-
 config.h.in                                        |    3 -
 configure                                          |  642 +-
 configure.ac                                       |   30 +-
 doc/doxyfile.in                                    |    7 +-
 doc/user_guide/GyotoManual.tex                     |  108 +-
 git-post-merge                                     |   15 +
 include/GyotoAstrobj.h                             |    4 +
 include/GyotoConfig.h.in                           |   12 -
 include/GyotoDefs.h                                |    8 +-
 include/GyotoDirectionalDisk.h                     |   22 +-
 include/GyotoError.h                               |    3 +
 include/GyotoFunctors.h                            |    2 +
 include/GyotoKerrBL.h                              |    4 +-
 include/GyotoKerrKS.h                              |   62 +-
 include/GyotoMetric.h                              |   20 +-
 include/GyotoMinkowski.h                           |   10 +-
 include/GyotoNumericalMetricLorene.h               |   40 +-
 include/GyotoObject.h                              |   14 +
 include/GyotoPhoton.h                              |    2 -
 include/GyotoPolishDoughnut.h                      |    7 +-
 include/GyotoPowerLawSpectrum.h                    |    4 +
 include/GyotoProperty.h                            |  668 +-
 include/GyotoScreen.h                              |   41 +-
 include/GyotoSpectrometer.h                        |    2 +-
 include/GyotoStar.h                                |    6 +-
 include/GyotoStarTrace.h                           |    9 +-
 include/GyotoThinDisk.h                            |    1 -
 include/GyotoThinDiskIronLine.h                    |    2 +
 include/GyotoUtils.h                               |    5 +
 include/GyotoValue.h                               |    6 +-
 include/GyotoWorldline.h                           |   66 +-
 lib/Astrobj.C                                      |   31 +-
 lib/DirectionalDisk.C                              |  138 +-
 lib/Error.C                                        |    2 +
 lib/FixedStar.C                                    |    9 +-
 lib/Functors.C                                     |    4 +
 lib/KerrBL.C                                       |   17 +-
 lib/KerrKS.C                                       |  390 +-
 lib/Makefile.am                                    |   13 +-
 lib/Makefile.in                                    |   49 +-
 lib/Metric.C                                       |   42 +-
 lib/Minkowski.C                                    |    6 +-
 lib/NumericalMetricLorene.C                        |   31 +-
 lib/Object.C                                       |   84 +-
 lib/Photon.C                                       |    8 +
 lib/PolishDoughnut.C                               |   21 +-
 lib/PowerLawSpectrum.C                             |   23 +-
 lib/Property.C                                     |   51 +-
 lib/Register.C                                     |    4 +
 lib/Scenery.C                                      |   32 +-
 lib/Screen.C                                       |   72 +-
 lib/Spectrometer.C                                 |    3 +-
 lib/StandardAstrobj.C                              |    6 +-
 lib/Star.C                                         |   11 +-
 lib/StarTrace.C                                    |   17 +-
 lib/ThinDisk.C                                     |   21 +-
 lib/Torus.C                                        |   15 +-
 lib/UniformSpectrometer.C                          |   19 +-
 lib/UniformSphere.C                                |   20 +-
 lib/Utils.C                                        |   40 +
 lib/Value.C                                        |   17 +-
 lib/Worldline.C                                    |   84 +-
 lib/gyoto-uninstalled.pc.in                        |   10 +-
 lib/gyoto.pc.in                                    |    1 +
 plugins/python/AUTHORS                             |    1 +
 plugins/python/COPYING                             |    1 +
 plugins/python/ChangeLog                           |    1 +
 plugins/python/INSTALL                             |    1 +
 plugins/python/Makefile.am                         |    5 +
 Makefile.in => plugins/python/Makefile.in          |  185 +-
 plugins/python/NEWS                                |    1 +
 plugins/python/README                              |    7 +
 plugins/python/aclocal.m4                          | 9345 ++++++++++++++++++++
 plugins/python/bin/gyoto.in                        |   10 +
 plugins/python/config.guess                        |    1 +
 plugins/python/config.sub                          |    1 +
 configure => plugins/python/configure              | 7534 ++++------------
 plugins/python/configure.ac                        |  111 +
 plugins/python/depcomp                             |    1 +
 .../doc/examples/example-python-flared-disk.xml    |   45 +
 .../doc/examples/example-python-standard.xml       |   51 +
 .../doc/examples/example-python-thindisk.xml       |   46 +
 plugins/python/doc/examples/example-python.xml     |   62 +
 .../python/doc/examples/gyoto_sample_metrics.py    |  131 +
 .../python/doc/examples/gyoto_sample_spectra.py    |  138 +
 .../python/doc/examples/gyoto_sample_standard.py   |  105 +
 .../python/doc/examples/gyoto_sample_thindisks.py  |   35 +
 plugins/python/doc/examples/test.py                |   56 +
 plugins/python/gyoto.in                            |   10 +
 plugins/python/include/GyotoPython.h               |  549 ++
 plugins/python/lib/Base.C                          |  357 +
 plugins/python/lib/Makefile.am                     |   27 +
 {lib => plugins/python/lib}/Makefile.in            |  399 +-
 plugins/python/lib/Metric.C                        |  208 +
 plugins/python/lib/PythonPlug.C                    |   76 +
 plugins/python/lib/Spectrum.C                      |  209 +
 plugins/python/lib/Standard.C                      |  407 +
 plugins/python/lib/ThinDisk.C                      |  361 +
 plugins/python/m4/ltoptions.m4                     |    1 +
 plugins/python/m4/ltsugar.m4                       |    1 +
 plugins/python/m4/ltversion.m4                     |    1 +
 plugins/python/m4/lt~obsolete.m4                   |    1 +
 plugins/python/m4/python.m4                        |    1 +
 plugins/python/missing                             |    1 +
 python/Makefile.in                                 |   43 +-
 python/example.py                                  |   79 +-
 python/gyoto.i                                     |  239 +-
 python/gyoto_lorene.i                              |   15 +-
 python/gyoto_std.i                                 |   52 +-
 python/gyoto_std_swig.h                            |   26 +
 python/gyoto_swig.h                                |   25 +
 python/header.py                                   |    1 +
 python/setup.py.in                                 |   20 +-
 python/setup_lorene.py.in                          |   21 +-
 python/setup_std.py.in                             |   27 +-
 python/tests/__init__.py                           |    0
 python/tests/test_converters.py                    |   36 +
 python/tests/test_error.py                         |   15 +
 python/tests/test_metric.py                        |   48 +
 python/tests/test_value.py                         |   50 +
 python/tests_std/__init__.py                       |    0
 python/tests_std/test_star.py                      |   22 +
 yorick/Makefile.in                                 |    2 +
 yorick/check-directionaldisk.i                     |    2 +-
 yorick/gyoto.i                                     |   33 +-
 yorick/gyoto_Astrobj.C                             |    1 +
 yorick/gyoto_Metric.C                              |    1 +
 yorick/gyoto_Photon.C                              |    5 +-
 yorick/gyoto_Scenery.C                             |    5 +-
 yorick/gyoto_Screen.C                              |    5 +-
 yorick/gyoto_Spectrometer.C                        |    3 +
 yorick/gyoto_Spectrum.C                            |    1 +
 yorick/gyoto_utils.C                               |    4 -
 yorick/ygyoto.h                                    |   26 +-
 146 files changed, 18247 insertions(+), 7405 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/gyoto.git



More information about the Debian-astro-commits mailing list