[pyfr] annotated tag debian/1.5.0-1 created (now 2644723)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Nov 16 19:45:23 UTC 2016


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

ghisvail-guest pushed a change to annotated tag debian/1.5.0-1
in repository pyfr.

        at  2644723   (tag)
   tagging  62e3d239b1d38e8e766cfe4b4597f186f952f326 (commit)
  replaces  debian/1.4.0-3
 tagged by  Ghislain Antony Vaillant
        on  Wed Nov 16 19:44:54 2016 +0000

- Log -----------------------------------------------------------------
pyfr Debian release 1.5.0-1
-----BEGIN PGP SIGNATURE-----

iQIcBAABAgAGBQJYLLc2AAoJENaAXmdHcqR4lAoQALuaDCsJiUdMTDHWOJqZ0fx2
6OVlEgPLv+7PMTHgVv6s1bzzh1+Z/FY5wegMqcgrZAf3yvilQRicDqfVv4hjw5wF
E4BnnZKsr1qbahS+gXz3urw/IcxVHyuixZhc71pWJfNEXzLvBJ4p2WkbsirgVbt+
GN+UKi9ASbk51urWzoGGEux6nBu1dE4+2v1d4X1NQNbuavkdx1/l0j7/e7VVK1tO
AimtFhfGn+rloqcrK9yz2Bt72h+ZlMrZERmo2rz+S3V4tSfaPb9k/LgAZJpz+RGS
a1nANPPLKxJPF0M0p7JGW1VxIbgAvU9VQ5t9epeXPm/FqEssiqhbXIYwAMFlSlc5
Zm73UU0bas06dwiDx/8hQQfOJpLpZKHdNo87ilTUbdorRCrECzlmLjBrrDai6rUD
cwbBISdR5sdmEr1Z7fxz9I9D5EnNDAbYaqLsbRPdF23AHsfXJrsL4WPcP23tmtxW
hUaam4pUnc1ZXoPX4k96YWScxr0R14QTDWYHWAMLL0nZSfqZnEGiejRjVzam4ClI
u0lncZipIRvrg02ix4zKxx2iHLHK3w5Rt/53t8nECjH9Q3gD+ZVtita9yVMgRihn
V35ZApMBW2TmmMQInumYt1171ZnhYUdxkMw34mdvFZbDMDpDm0l9KISf9RWAF7tm
ys5WlWs8rzCwPJvFA09s
=knT0
-----END PGP SIGNATURE-----

Freddie Witherden (82):
      Rework axnpby to operate on matrices and add support for masking.
      Refactor integrators to support dual time stepping.
      Merge pull request #3 from nloppi/dual
      Fix a typo in the BaseIntegrator class.
      Add a uniform error norm into the PI controller.
      Merge branch 'develop' into feature/dts.
      Avoid the use of views when computing artifical viscosity.
      Split apart the artificial viscosity kernel.
      Merge branch 'feature/dts' into develop.
      Document errest-norm in the user guide.
      Merge branch 'release/v1.4.0' into develop.
      Rework artificial viscosity.
      Add support for broadcasting to the DSL.
      Cleanups.
      Refactor the naming conventions for artificial viscosity.
      Merge pull request #102 from FreddieWitherden/develop
      Redesign the C/OpenMP and MIC code generators.
      Simplify kernel generation.
      Add support for mpi4py v2.0.
      Cleanups.
      Whitespace.
      Enable the CUDA backend to exploit GPUDirect.
      Where possible explicitly finalise MPI.
      Fix how we check for Windows in platform_libname.
      Fix a typo in the naming of the RK4 stepper class.
      Cleanups.
      Allow the residual plugin to function when nsteps = 1.
      Cache the list of stored quadrature rules.
      Cleanups.
      Add support for post-actions in plugins.
      Fix a minor error in the PI step-size controller.
      Check for double precision support in the OpenCL backend.
      Improve element weighting factors.
      Minor tweaks to the progress bar.
      Update the GiMMiK kernel providers to support GiMMiK v2.0.
      Cleanups and documentation.
      Merge branch 'feature/postactions' into develop.
      Cleanups.
      Merge branch 'develop' into feature/shocks.
      Cleanups.
      Refactor the main script.
      Maintain the config file history in .pyfrs files.
      Simplify how BC expressions are evaluated.
      Unify the various shock capturing kernels.
      Merge branch 'develop' into feature/gimmik.
      Remove the extra one byte of allocation in the OpenCL backend.
      Cleanup the rank allocation code.
      Replace @chop with a more powerful @clean decorator.
      Fix a bug in CSV header file output.
      Improve scalability when ldg-beta = ±0.5.
      Merge branch 'develop' into feature/gimmik.
      Switch to the native C/OpenMP generator in GiMMiK.
      Implement __contains__ inside of the NativeReader class.
      Merge branch 'feature/gimmik' into feature/shocks.
      Switch from SoA to AoSoA(k).
      Improve the performance of axnpby.
      Improve the performance of OpenCL and CUDA pointwise kernels.
      Improve the performance of the intconu kernel.
      Make the OpenCL/CUDA work sizes configurable.
      Improve the performance of the copy kernel in the OpenMP backend.
      Minor improvements to start up time.
      Cleanups.
      Increase the alignment for the OpenMP backend to 64 bytes.
      Cleanups.
      Add PyFR mesh and solution files to .gitignore.
      Fix how headers are passed to init_csv.
      Merge branch 'develop' into feature/shocks.
      Fix a bug in the (unused) Line element type.
      Fix a minor bug in the METIS partitioner.
      Allow for multiple system instances to coexist.
      Merge pull request #104 from nloppi/develop
      Merge remote-tracking branch 'upstream/develop' into develop.
      Merge pull request #103 from FreddieWitherden/develop
      Fixes for the MIC backend.
      Merge pull request #105 from FreddieWitherden/feature/shocks
      Include the number of accepted/rejected steps in the stats file.
      Merge pull request #106 from pv101/develop
      Merge pull request #107 from pv101/develop
      Merge pull request #108 from nloppi/develop
      Bump the version number for v1.5.0.
      Merge pull request #110 from nloppi/develop
      Merge branch 'release/v1.5.0'.

Ghislain Antony Vaillant (8):
      Merge tag 'v1.5.0' into debian/master
      Track GitHub instead of PyPI releases.
      Refresh patch queue.
      Add missing build dependencies on h5py, mako, numpy and pytools.
      Add new build dependency on gimmik.
      Upgrade packaging to debhelper 10.
      Drop superfluous Testsuite field.
      Release to unstable.

Niki Loppi (4):
      Added dual-time stepping.
      DTS cleanups and convergence monitoring.
      Unified class naming in DTS.
      Add kernel coeffients to floats for MIC.

Peter Vincent (2):
      Update documentation.
      Update User Guide.

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  856ffa8   Merge tag 'v1.5.0' into debian/master
       new  282c454   Track GitHub instead of PyPI releases.
       new  7eb0276   Refresh patch queue.
       new  722438c   Add missing build dependencies on h5py, mako, numpy and pytools.
       new  5c3c8ea   Add new build dependency on gimmik.
       new  91bb629   Upgrade packaging to debhelper 10.
       new  1c4c0ab   Drop superfluous Testsuite field.
       new  62e3d23   Release to unstable.

The 8 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.


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



More information about the debian-science-commits mailing list