[Debian-astro-commits] [gyoto] branch master updated (a095db1 -> 1799343)

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Sat Dec 31 12:49:26 UTC 2016


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

thibaut pushed a change to branch master
in repository gyoto.

      from  a095db1   gyoto (1.1.2-1) unstable; urgency=low
      adds  abf51da   Correctly handle empty stry case in OscilTorus::emittingArea()
      adds  340875e   Support enroling MPI_COMM_WORLD in python/example-mpi.py
      adds  1561f09   Add --version option to gyoto command-line tool
      adds  649d76d   NEXT  2016/09/28 API    * New functionality: the plug-in from which each subcontractor is      registered is now tracked, so that it becomes possible to look      for a subcontractor matching a specific kind and plug-in. We      introduce the function Gyoto::requirePlugin() in addition to      Gyoto::loadPlugin(). The subcontractor signature is changed to      accept a second parameter, which breaks the API.
      adds  fd58b8a   Merge branch 'master' into track-plugin
      adds  8bcaea3   Merge branch 'master' into track-plugin
      adds  5f35070   Merging branch master into track-plugin
      adds  78608e5   Store plug-in name as given by user
      adds  039f3b9   Change subcontractor APIs to use a vector<string>
      adds  b57dda9   Merge branch 'master' into track-plugin
      adds  b524fef   NumericalMetricalLorene is mature: not WIP anymore
      adds  63632ea   Implement thread-safety declaration
      adds  09a179b   Remove spurious cerr
      adds  87e8567   Correctly handle empty stry case in OscilTorus::emittingArea()
      adds  6ca591a   Support enroling MPI_COMM_WORLD in python/example-mpi.py
      adds  b3052c5   Add --version option to gyoto command-line tool
      adds  498e42b   Releasing 1.2.0
      adds  1416396   Merge branch 'master' into stable
       new  5b9f65c   Merge tag 'upstream/1.2.0' into debian
       new  3e6cce7   Imported Debian patch 1.2.0-1~exp1
       new  1799343   gyoto (1.2.0-1) unstable; urgency=low

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:
 ChangeLog                                          |  94 ++++++-
 NEWS                                               |  11 +
 README.Developers                                  |  13 +-
 TODO.md                                            |   5 +-
 bin/Makefile.am                                    |   3 +-
 bin/Makefile.in                                    |   4 +-
 bin/gyoto.C                                        |  23 +-
 configure                                          |  24 +-
 configure.ac                                       |   6 +-
 debian/changelog                                   |  12 +
 debian/control                                     |  20 +-
 debian/libgyoto5-dev.links                         |   2 -
 ...bgyoto5-dev.examples => libgyoto6-dev.examples} |   0
 ...libgyoto5-dev.install => libgyoto6-dev.install} |   0
 debian/libgyoto6-dev.links                         |   4 +
 debian/{libgyoto5.examples => libgyoto6.examples}  |   0
 debian/{libgyoto5.install => libgyoto6.install}    |   0
 debian/{libgyoto5.links => libgyoto6.links}        |   0
 doc/examples/example-fixedstar-rotstar3_1.xml      |   6 +-
 doc/examples/example-movingstar-rotstar3_1.xml     |   6 +-
 doc/user_guide/GyotoManual.tex                     |  27 +-
 include/GyotoAstrobj.h                             |  22 +-
 include/GyotoComplexAstrobj.h                      |   3 +-
 include/GyotoComplexSpectrometer.h                 |   3 +-
 include/GyotoDynamicalDisk3D.h                     |   3 +-
 include/GyotoMetric.h                              |  18 +-
 include/GyotoNumericalMetricLorene.h               |   6 +-
 include/GyotoObject.h                              |  59 +++-
 include/GyotoPageThorneDisk.h                      |   3 +-
 include/GyotoPatternDiskBB.h                       |   3 +-
 include/GyotoPhoton.h                              |   3 +-
 include/GyotoPolishDoughnut.h                      |   1 +
 include/GyotoProperty.h                            |  26 +-
 include/GyotoRegister.h                            |  46 ++-
 include/GyotoRotStar3_1.h                          |   3 +-
 include/GyotoScenery.h                             |   1 +
 include/GyotoScreen.h                              |   3 +-
 include/GyotoSmartPointer.h                        |   4 +-
 include/GyotoSpectrometer.h                        |  24 +-
 include/GyotoSpectrum.h                            |  24 +-
 include/GyotoThinDiskPL.h                          |   3 +-
 include/GyotoUtils.h                               |   6 +-
 lib/Astrobj.C                                      |   9 +-
 lib/ComplexAstrobj.C                               |  14 +-
 lib/ComplexSpectrometer.C                          |  13 +-
 lib/DynamicalDisk3D.C                              |   8 +-
 lib/Factory.C                                      |  20 +-
 lib/Makefile.am                                    |   3 +-
 lib/Makefile.in                                    | 311 ++++++++++++++++++---
 lib/Metric.C                                       |  10 +-
 lib/NumericalMetricLorene.C                        |   6 +-
 lib/Object.C                                       |  80 +++++-
 lib/OscilTorus.C                                   |   6 +-
 lib/PageThorneDisk.C                               |   8 +-
 lib/PatternDiskBB.C                                |   8 +-
 lib/Photon.C                                       |   9 +-
 lib/PolishDoughnut.C                               |   7 +-
 lib/Register.C                                     |  54 +++-
 lib/RotStar3_1.C                                   |   5 +-
 lib/Scenery.C                                      |  34 ++-
 lib/Screen.C                                       |  14 +-
 lib/Spectrometer.C                                 |   9 +-
 lib/Spectrum.C                                     |   9 +-
 lib/ThinDisk.C                                     |   3 +
 lib/ThinDiskPL.C                                   |   7 +-
 lib/Utils.C                                        |  26 +-
 lib/Value.C                                        |   2 +-
 plugins/null/README                                |   2 +-
 .../python/doc/examples/gyoto_sample_metrics.py    |   2 +-
 .../python/doc/examples/gyoto_sample_spectra.py    |   2 +-
 .../python/doc/examples/gyoto_sample_standard.py   |   2 +-
 .../python/doc/examples/gyoto_sample_thindisks.py  |   2 +-
 plugins/python/doc/examples/test.py                |   2 +-
 plugins/python/include/GyotoPython.h               |   4 +
 plugins/python/lib/Makefile.am                     |   2 +-
 plugins/python/lib/Makefile.in                     |   2 +-
 plugins/python/lib/Metric.C                        |   2 +
 plugins/python/lib/Spectrum.C                      |   2 +
 plugins/python/lib/Standard.C                      |   2 +
 plugins/python/lib/ThinDisk.C                      |   2 +
 python/example-mpi.py                              | 100 ++++++-
 python/example.py                                  |  10 +-
 python/gyoto.i                                     |  15 +-
 python/tests/test_metric.py                        |   2 +-
 python/tests/test_value.py                         |   2 +-
 python/tests_std/test_star.py                      |   2 +-
 yorick/gyoto.i                                     |  53 ++--
 yorick/gyoto_namespace.i                           |   2 +
 yorick/gyoto_utils.C                               |  38 +++
 yorick/stdplug/gyoto_std.i                         |   2 +-
 yorick/ygyoto_private.h                            |  12 +-
 91 files changed, 1175 insertions(+), 290 deletions(-)
 delete mode 100755 debian/libgyoto5-dev.links
 rename debian/{libgyoto5-dev.examples => libgyoto6-dev.examples} (100%)
 rename debian/{libgyoto5-dev.install => libgyoto6-dev.install} (100%)
 create mode 100755 debian/libgyoto6-dev.links
 rename debian/{libgyoto5.examples => libgyoto6.examples} (100%)
 rename debian/{libgyoto5.install => libgyoto6.install} (100%)
 rename debian/{libgyoto5.links => libgyoto6.links} (100%)

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