Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • upstream/1.1.2
    22d3e7f9 · Releasing 1.1.2 ·
    1.1.2 2016/12/10 FTR
       * New Metrics in stdplug: ChernSimons, RezzollaZhidenko.
       * New Astrobjs in stdplug: DeformedTorus, DynamicalDiskBolometric,
         EquatorialHotSpot, InflateStar, OscilTorus.
       * Allow specifying plug-in by file name.
       * Support colon syntax of mpirun (bypassing MPI_Comm_spawn()).
       * Support mpirun -np option for Open MPI (bypassing
         MPI_Comm_spawn()).
    
  • debian/1.1.1-4
    gyoto (1.1.1-4) unstable; urgency=high
    
      * Merge changes from experimental:
        + build the lorene plug-in;
        + instead of patching Gyoto to wprk around #844495, patch
          Boost.multiprecision at build time wxhen we recognize the buggy
          implementation;
        + look harder for this bug in the test suite.
    
     -- Thibaut Paumard <thibaut@debian.org>  Wed, 30 Nov 2016 10:05:49 +0100
    
  • debian/1.1.1-3+lorene4
    gyoto (1.1.1-3+lorene4) experimental; urgency=medium
    
      * Instead of patching Gyoto, patch the buggy Boost.multiprecision at
        build time.
    
     -- Thibaut Paumard <thibaut@debian.org>  Tue, 29 Nov 2016 11:22:58 +0100
    
  • debian/1.1.1-3+lorene3
    gyoto (1.1.1-3+lorene3) experimental; urgency=high
    
      * Rebuild with new lorene.
      * Activate #844495 workaround on all architectures.
      * Look even harder for #844495.
    
     -- Thibaut Paumard <thibaut@debian.org>  Fri, 25 Nov 2016 12:53:13 +0100
    
  • debian/1.1.1-3+lorene1
    gyoto (1.1.1-3+lorene1) experimental; urgency=low
    
      * Compile the LORENE plug-in.
    
     -- Thibaut Paumard <thibaut@debian.org>  Fri, 18 Nov 2016 09:28:15 +0100
    
  • debian/1.1.1-3
    gyoto (1.1.1-3) unstable; urgency=medium
    
      * Bug fix: "FTBFS with boost1.62" (Closes: #844490).
    
     -- Thibaut Paumard <thibaut@debian.org>  Thu, 17 Nov 2016 22:29:08 +0100
    
  • debian/1.1.1-2
    gyoto (1.1.1-2) unstable; urgency=low
    
      * The gyoto meta-package depends on the corresponding version of
        each actual gyoto package.
      * The libgyoto5 package depends on the same version of gyoto-bin and on
        mpi-default-bin.
      * Fix the python auopkgtests by unsetting GYOTO_PLUGINS.
      * Fix dependencies of gyoto-dbg.
    
     -- Thibaut Paumard <thibaut@debian.org>  Tue, 01 Nov 2016 17:37:22 +0100
    
  • debian/1.1.1-1
    gyoto (1.1.1-1) unstable; urgency=low
    
      * New upstream release.
      * Add Dependencies and Recommends as appropriate for libgyoto5-dev.
      * Ship plug-ins/null as example for libgyoto5-dev.
      * Make sure the right MPI implementation is used and patch gyoto.pc to
        actually give useful information about MPICXX and CXX.
    
     -- Thibaut Paumard <thibaut@debian.org>  Mon, 31 Oct 2016 13:06:39 +0100
    
  • upstream/1.1.1
    debdbe92 · Releasing 1.1.1 ·
    1.1.1 2016/10/30 BUG
       * When Gyoto is configured to be installed in another prefix than
         /usr/local/, look into two additional directories when loading
         plug-ins: /usr/local/lib/gyoto/<sovers>/ and
         /usr/local/lib/gyoto/.
       * The name of the versioned directories for plug-ins (<sovers>
         above) is now the major version of the library, so users don't
         need to reinstall there plug-ins when ugrading Gyoto to a
         binary-compatible release.
       * --enable-hardening now also enables -fPIE.
       * Yorick: actually implement `picture' painter for the matte_paint
         framework. Allow using any two or three-dimensional image or
         stack of images in the `picture' and `panorama' painters.
       * Include minimal plug-in example in plugins/null/.
    
  • debian/1.1.0-3
    gyoto (1.1.0-3) unstable; urgency=low
    
      * Bug fix: "arch-dependent file in &quot;Multi-Arch: same&quot;
        package", thanks to Jakub Wilk (Closes: #839810).
    
     -- Thibaut Paumard <thibaut@debian.org>  Wed, 05 Oct 2016 20:12:30 +0200
    
  • debian/1.1.0-2
    gyoto (1.1.0-2) unstable; urgency=low
    
      * Add Multi-Arch field for each binary package
      * Reactivate test suite on kfreebsd
    
     -- Thibaut Paumard <thibaut@debian.org>  Tue, 04 Oct 2016 10:32:18 +0200
    
  • debian/1.1.0-1
    gyoto (1.1.0-1) experimental; urgency=low
    
      * New upstream release
      * Rename the gyoto package to gyoto-bin and add a new gyoto meta-package
        package that intalls everything a Gyoto user would expect.
      * Move examples from gyoto-bin to libgyoto5 package.
      * Include the Python plug-ins for Gyoto in the respective python*-gyoto
        packages.
    
     -- Thibaut Paumard <thibaut@debian.org>  Wed, 14 Sep 2016 11:40:40 +0200
    
  • upstream/1.1.0
    d53a546a · Releasing 1.1.0 ·
    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.
    
  • debian/1.0.2-3
    gyoto (1.0.2-3) unstable; urgency=low
    
      * Bug fix: "building on kfreebsd", thanks to Jon Boden (Closes:
        #829029).
      * Checked against Policy 3.9.8.
    
     -- Thibaut Paumard <thibaut@debian.org>  Tue, 09 Aug 2016 09:51:01 +0200
    
  • debian/1.0.2-2
    gyoto (1.0.2-2) unstable; urgency=low
    
      * Bug fix: "FTBFS: gyoto.C: Error initializing libgyoto", thanks to
        Mattia Rizzolo (Closes: #813725).
      * Bug fix: "please make the build reproducible", thanks to Chris Lamb
        (Closes: #797518).
      * Bump Standards-Version to 3.9.7. No change required.
    
     -- Thibaut Paumard <thibaut@debian.org>  Wed, 10 Feb 2016 11:25:37 +0100
    
  • debian/1.0.2-1
    gyoto (1.0.2-1) unstable; urgency=low
    
      * New upstream release
      * Bug fix: "ftbfs with GCC-5", thanks to Matthias Klose (Closes:
        #777893).
    
     -- Thibaut Paumard <thibaut@debian.org>  Fri, 26 Jun 2015 09:57:46 +0200
    
  • upstream/1.0.2
    5d09f067 · Releasing 1.0.2 ·
    1.0.2 2015/06/26 BUG
    
       * Fix FTBFS with gcc 5.0;
       * Improve fenv support and lack thereof with some compilers;
       * Distinguish size_t from unsigned long in Gyoto::Value;
       * Rewrite option parsing in `gyoto' command line utility, add many
         options: short options, -i/-j, -E, -X... see manpage and
         $ gyoto --help
       * Fix many compile-time warnings, including potentially harmfull
         undefined behavior;
       * KerrKS is not work-in-progress anymore, but it's specific
         integrator is known to be buggy (and issues a severe warning when
         used).
       * Several small bug-fixes, see ChangeLog for details.
    
  • debian/1.0.1-3_bpo8+1
    gyoto (1.0.1-3~bpo8+1) jessie-backports; urgency=low
    
      * No change backport to Jessie.
    
     -- Thibaut Paumard <thibaut@debian.org>  Tue, 23 Jun 2015 09:36:16 +0200
    
  • debian/1.0.1-3
    gyoto (1.0.1-3) unstable; urgency=low
    
      * Bug fix: "FTBFS on 32-bit systems (assumes size_t is unsigned long)",
        thanks to Aaron M. Ucko (Closes: #787725).
      * Switch to dh-autoreconf since we patch configure.ac.
    
     -- Thibaut Paumard <thibaut@debian.org>  Fri, 05 Jun 2015 17:14:23 +0200
    
  • debian/1.0.1-2
    gyoto (1.0.1-2) unstable; urgency=low
    
      * Fix debian/copyright to reflect the doxy2swig.py author to use license
        BSD-3-clause instead of BSD-2-clause.
    
     -- Thibaut Paumard <thibaut@debian.org>  Wed, 03 Jun 2015 12:52:28 +0200