-
debian/1.4.3-1a7d6d67e · ·
gyoto (1.4.3-1) unstable; urgency=low * New upstream release -- Thibaut Paumard <thibaut@debian.org> Tue, 29 Oct 2019 13:29:50 +0100
-
upstream/1.4.38cd0d585 · ·
1.4.3 2019/10/25 BUG * m4/python.m4: bugfix (actually support Python >=3.8)
-
debian/1.4.1-1994bb6ce · ·
gyoto (1.4.1-1) unstable; urgency=low * New upstream release * Bump standards version to 4.4.1, no changes needed * Recommend packages needed to write videos. Add corresponding test case. -- Thibaut Paumard <thibaut@debian.org> Wed, 23 Oct 2019 16:52:58 +0200
-
upstream/1.4.19f912f82 · ·
1.4.1 2019/10/23 BUG * MPI: fix computation of number of quantities to evaluate * check suite: use all files in doc/examples
-
upstream/1.4.0b0ae812a · ·
1.4.0 2019/10/22 ABI 8:0:0 * Ongoing work to support polarization: * Support parallel transport of local tetrad + in many methods, double* coord_ph becomes state_t &coord_ph + Worldline: new APIs parallelTransport(), eAllocate(), eDeallocate(), eExpand() + Scenery: new API parallelTransport() + Screen: new API getRayTriad() * Introduce polarized quantities (Inu and alphanu for each component of the Stokes vector) + Several methods take additional arguments + Photon: new method transfer() + Scenery: new API getSpectralQuantitiesCount() * Support computing Screen tetrad from arbitrary velocity * Metric: + new API zamoVelocity(), default assumes null 3-velocity. + new API observerTetrad(in pos, in fourvel, out screen1,2,3), default throws an Error. + new methods to help vector computations: dualOneForm(), normalizeFourVel(), norm(), multiplyFourVect(), addFourVect(), projectFourVect(), GramSchmidt() * KerrBL: + implement zamoVelocity(); + remove observerTetrad(obskind...); + implement observerTetrad(pos, fourvel, ...) for any fourvel. * Screen: supports two new obskinds: VelocitySpecified and FullySpecified. obskind is now stored as and int and needs to be specified as e.g. <ObserverKind>ZAMO</ObserverKind> in XML. * Astrobj: * Generic: new property DeltaMaxInsideRMax * New kinds FlaredDiskSynchrotron, ThickDisk * Jet: + support thermal distribution + new property JetVphiOverVr * ThinDisk: new property VelocityKind * Torus: add a Thermal Synchrotron spectrum * UniformSphere: deprecate property Alpha * Screen: * support changing camera orientation (with dangle1 and dangle2) * change type of observerkind_ to obskind_t * Python: new module gyoto.animate to help writing Gyoto-based movies. * Command line: new task mk_video to help writing Gyoto-based movies. * Register: loadPlugin() now returns a handle o the dlopen'ed plug-in. * Star/StarTrace: allow expressing dates in proper or coordinate time.
-
debian/1.3.6-197d11bc7 · ·
gyoto (1.3.6-1) unstable; urgency=medium * New upstream release * Bug fix: "Python2 removal in sid/bullseye", thanks to Matthias Klose (Closes: #936682). -- Thibaut Paumard <thibaut@debian.org> Fri, 27 Sep 2019 16:56:16 +0200
-
upstream/1.3.6904c849c · ·
1.3.6 2019/09/27 FTR * Python: improve interface in gyoto.util * GyotoDefs.h: give derived constants to machine precision
-
debian/1.3.5-1b7558fb5 · ·
gyoto (1.3.5-1) unstable; urgency=low * New upstream release * Bump standards version to 4.4.0, no changes needed -- Thibaut Paumard <thibaut@debian.org> Sat, 03 Aug 2019 10:37:24 +0200
-
debian/1.3.1-18f080268 · ·
gyoto (1.3.1-1) unstable; urgency=medium * Bug fix: "both packages ship /usr/share/doc/gyoto/README.md", thanks to Andreas Beckmann (Closes: #919792). * Bug fix: "autopkgtest failure on i386", thanks to Graham Inggs (Closes: #919983). -- Thibaut Paumard <thibaut@debian.org> Tue, 22 Jan 2019 14:19:22 +0100
-
debian/1.3.0-18bd21974 · ·
gyoto (1.3.0-1) unstable; urgency=low * New upstream release * Update debhleper compatibility to level 12 * Move most documentation in the gyoto-doc package to /usr/share/doc/gyoto/ * Build-depend on libflint-arb-dev and libflint-dev * Migrate to automatic dbgsym debug packages * Comply with policy 4.3.0 -- Thibaut Paumard <thibaut@debian.org> Wed, 16 Jan 2019 13:24:57 +0100
-
debian/1.2.0-35a8552d5 · ·
gyoto (1.2.0-3) unstable; urgency=low * Bug fix: "requires rebuild against GCC 7 and symbols/shlibs bump", thanks to jcowgill@debian.org; (Closes: #871283). -- Thibaut Paumard <thibaut@debian.org> Tue, 05 Sep 2017 14:57:29 +0200
-
debian/1.2.0-42b5d8522 · ·
gyoto (1.2.0-4) unstable; urgency=low * Prepare for Boost >= 1.64. New patch boost1.64. -- Thibaut Paumard <thibaut@debian.org> Mon, 20 Nov 2017 15:05:17 +0100
-
debian/1.2.0-27e2a7365 · ·
gyoto (1.2.0-2) unstable; urgency=low * Fix autopkgtest suite. -- Thibaut Paumard <thibaut@debian.org> Sat, 31 Dec 2016 15:59:13 +0100
-
debian/1.2.0-11799343a · ·
gyoto (1.2.0-1) unstable; urgency=low * Reupload to unstable -- Thibaut Paumard <thibaut@debian.org> Thu, 15 Dec 2016 18:39:38 +0100
-
debian/1.1.3-13db7a08e · ·
gyoto (1.1.3-1) unstable; urgency=high * New upstream release -- Thibaut Paumard <thibaut@debian.org> Tue, 13 Dec 2016 14:44:54 +0100
-
upstream/1.2.014163962 · ·
1.2.0 2016/12/12 ABI 6:0:0 * 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. * New functionality: thread-unsafe classes declare themselves as such, so that NThreads is ignored when multi-threading would cause erroneous results.
-
debian/1.1.2-1a095db13 · ·
gyoto (1.1.2-1) unstable; urgency=low * New upstream release * Fix autopkgtest suite -- Thibaut Paumard <thibaut@debian.org> Sat, 10 Dec 2016 18:16:50 +0100