[Debian-astro-commits] [gyoto] 02/04: Merge tag '1.0.0' into debian

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Mon May 25 16:15:17 UTC 2015


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

thibaut pushed a commit to branch master
in repository gyoto.

commit 07ed1f1e643f33cb5c9b4eb98d79c449138bf0ce
Merge: 27e4433 27fc03f
Author: Thibaut Paumard <paumard at users.sourceforge.net>
Date:   Mon May 25 17:12:43 2015 +0200

    Merge tag '1.0.0' into debian
    
    1.0.0 2015/05/25 ABI 3
       * New functionality: MPI-based parallelisation.
       * New functionality: Python extension.
       * New functionality: most classes now derive from Gyoto::Object and
         have "Properties" (instances of Gyoto::Property). This provides
         for some introspection which is used notably in the Yorick
         plug-in and simplifies writing new derived classes.
       * Change Scenery::rayTrace() API, replacing i/jmin and max with a
         new concept Screen::Coord2dSet. This allows using the same
         code-path for both the gyoto utility and all the yorick use cases.
       * Update PolishDoughnut to support numerical (non-Kerr) metrics.
       * New spectrum: Gyoto::Spectrum::ThermalBremsstrahlung.
       * The usual lot of bug fixes and enhancements.

 ChangeLog                            | 1327 ++++++++++++++++++++++-
 INSTALL                              |    9 +
 NEWS                                 |   12 +-
 README                               |   11 +-
 README.Developers                    |   65 ++
 configure                            |   22 +-
 configure.ac                         |    4 +-
 doc/user_guide/GyotoManual.tex       |    2 +-
 include/Gyoto.h                      |   13 +-
 include/GyotoAstrobj.h               |    2 +-
 include/GyotoConfig.h.in             |    2 +-
 include/GyotoConverters.h            |    2 +-
 include/GyotoDirectionalDisk.h       |    2 +-
 include/GyotoDynamicalDisk.h         |    2 +-
 include/GyotoDynamicalDisk3D.h       |    2 +-
 include/GyotoNumericalMetricLorene.h |    2 +-
 include/GyotoObject.h                |    2 +-
 include/GyotoPageThorneDisk.h        |    2 +-
 include/GyotoPatternDisk.h           |    2 +-
 include/GyotoPatternDiskBB.h         |    2 +-
 include/GyotoPhoton.h                |    2 +-
 include/GyotoPolishDoughnut.h        |    2 +-
 include/GyotoRegister.h              |    2 +-
 include/GyotoScenery.h               |    2 +-
 include/GyotoScreen.h                |    2 +-
 include/GyotoSpectrometer.h          |    2 +-
 include/GyotoStarTrace.h             |    2 +-
 include/GyotoThinDisk.h              |    2 +-
 include/GyotoThinDiskIronLine.h      |   19 +
 include/GyotoThinDiskPL.h            |    2 +-
 include/GyotoWorldline.h             |    2 +-
 lib/Astrobj.C                        |    2 +-
 lib/Converters.C                     |   19 +
 lib/Disk3D.C                         |    2 +-
 lib/DynamicalDisk3D.C                |    2 +-
 lib/NumericalMetricLorene.C          |   18 +
 lib/Object.C                         |   18 +
 lib/Photon.C                         |    2 +-
 lib/PolishDoughnut.C                 |    2 +-
 lib/Register.C                       |    2 +-
 lib/Scenery.C                        |    2 +-
 lib/Screen.C                         |    2 +-
 lib/ThinDisk.C                       |    2 +-
 lib/Value.C                          |   18 +
 lib/Worldline.C                      |    2 +-
 lib/WorldlineIntegState.C            |    2 +-
 python/doxy2swig.py                  |   27 +
 python/example-mpi.py                |   18 +
 python/example.py                    |   18 +
 python/gyoto.i                       |    2 +-
 python/gyoto_lorene.i                |   18 +
 python/gyoto_std.i                   |   18 +
 python/numpy.i                       | 1982 ++++++++++++++++++++++++++++++----
 yorick/check-disk3d.i                |    2 +-
 yorick/check.i                       |    2 +-
 yorick/gyoto_Astrobj.C               |    2 +-
 yorick/gyoto_Photon.C                |    2 +-
 yorick/gyoto_Scenery.C               |    2 +-
 yorick/gyoto_utils.C                 |    2 +-
 yorick/gyotoy.i                      |    2 +-
 yorick/ygyoto.h                      |    2 +-
 61 files changed, 3430 insertions(+), 290 deletions(-)

diff --cc yorick/gyotoy.i
index 8bcba8e,7e225a3..42db451
--- a/yorick/gyotoy.i
+++ b/yorick/gyotoy.i
@@@ -1,7 -1,7 +1,7 @@@
 -#!/usr/bin/env yorick -i
 +#!/usr/bin/yorick -i
  /*
      Copyright 2007 F. Rigaut
-     Copyright 2011, 2013 Thibaut Paumard
+     Copyright 2011-2015 Thibaut Paumard
  
      This file is part of Gyoto.
  

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