[fiat] branch experimental updated (e97700c -> 2c7c0c6)

Drew Parsons dparsons at moszumanska.debian.org
Sat Oct 7 07:30:04 UTC 2017


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

dparsons pushed a change to branch experimental
in repository fiat.

      from  e97700c   Upload 2017.1.0-1 to experimental
      adds  af0bc4b   Standards-Version: 4.1.0
      adds  f86499a   debhelper compatibility level 10
      adds  1c793a6   upload 2017.1.0-2 to unstable
       new  db1e018   update debian/upstream/signing-key.asc to FEniCS Project Steering Council
      adds  abb3a59   New upstream version 2017.2.0
       new  2c7c0c6   Updated version 2017.2.0 from 'upstream/2017.2.0'

The 2 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:
 .mailmap                                       | 144 +++++++++++++++++
 .travis.yml                                    |  26 +++
 AUTHORS                                        |   3 +
 ChangeLog.rst                                  |  11 ++
 FIAT/__init__.py                               |   4 +-
 FIAT/argyris.py                                |  17 +-
 FIAT/enriched.py                               | 116 +++++---------
 FIAT/finite_element.py                         |   2 +-
 FIAT/functional.py                             |  18 +++
 FIAT/hdiv_trace.py                             |   2 +-
 FIAT/hermite.py                                |  38 +++--
 FIAT/mixed.py                                  | 124 +++++++++++++++
 FIAT/morley.py                                 |   8 +-
 FIAT/quadrature_element.py                     |  82 ++++++++++
 FIAT/quadrature_schemes.py                     |  10 +-
 FIAT/reference_element.py                      | 210 ++++++++++++++++++-------
 FIAT/tensor_product.py                         |  81 +++++++++-
 bitbucket-pipelines.yml                        |  20 +++
 debian/changelog                               |   8 +
 debian/compat                                  |   2 +-
 debian/control                                 |   4 +-
 debian/upstream/signing-key.asc                | 145 ++++-------------
 doc/sphinx/source/conf.py                      |   2 +-
 doc/sphinx/source/releases.rst                 |   1 +
 doc/sphinx/source/releases/v2017.1.0.post1.rst |  10 ++
 doc/sphinx/source/releases/v2017.2.0.rst       |  11 ++
 release.conf                                   |   8 +
 setup.py                                       |   6 +-
 shippable.yml                                  |  15 ++
 test/regression/.gitignore                     |   1 +
 test/unit/test_fiat.py                         |  78 ++++++++-
 test/unit/test_quadrature.py                   |  35 ++---
 test/unit/test_quadrature_element.py           |  69 ++++++++
 test/unit/test_reference_element.py            |  16 +-
 test/unit/test_tensor_product.py               |  42 ++++-
 35 files changed, 1043 insertions(+), 326 deletions(-)
 create mode 100644 .mailmap
 create mode 100644 .travis.yml
 create mode 100644 FIAT/mixed.py
 create mode 100644 FIAT/quadrature_element.py
 create mode 100644 bitbucket-pipelines.yml
 create mode 100644 doc/sphinx/source/releases/v2017.1.0.post1.rst
 create mode 100644 doc/sphinx/source/releases/v2017.2.0.rst
 create mode 100644 release.conf
 create mode 100644 shippable.yml
 create mode 100644 test/regression/.gitignore
 create mode 100644 test/unit/test_quadrature_element.py

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



More information about the debian-science-commits mailing list