[ufl] 03/03: Updated version 2017.2.0 from 'upstream/2017.2.0'

Drew Parsons dparsons at moszumanska.debian.org
Sat Oct 7 07:25:19 UTC 2017


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

dparsons pushed a commit to branch experimental
in repository ufl.

commit 3a77e43aca03c6a335e48f27fe4a53bb2810400e
Merge: 4ae5f6d 896e94a
Author: Drew Parsons <dparsons at debian.org>
Date:   Sat Oct 7 15:16:47 2017 +0800

    Updated version 2017.2.0 from 'upstream/2017.2.0'
    
    with Debian dir a6bca7d88a674aa80427c3930970fab3e9048cec

 .circleci/config.yml                           |  22 +
 .mailmap                                       | 132 +++++
 .travis.yml                                    |  18 +
 ChangeLog.rst                                  |  10 +
 bitbucket-pipelines.yml                        |  12 +
 demo/Poisson.ufl                               |   2 +-
 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       |   8 +
 release.conf                                   |   8 +
 scripts/ufl-convert                            |  11 +-
 setup.cfg                                      |   2 +-
 setup.py                                       |   6 +-
 shippable.yml                                  |  12 +
 test/conftest.py                               |  61 +++
 test/test_algorithms.py                        |  16 +-
 test/test_unicode_convert.py                   |  36 ++
 ufl/__init__.py                                |   7 +-
 ufl/algorithms/__init__.py                     |  20 +-
 ufl/algorithms/apply_geometry_lowering.py      |   4 +-
 ufl/algorithms/compute_form_data.py            |   3 +-
 ufl/algorithms/domain_analysis.py              |  22 +-
 ufl/algorithms/estimate_degrees.py             |  31 +-
 ufl/algorithms/formdata.py                     |   7 +-
 ufl/argument.py                                |   5 -
 ufl/cell.py                                    |  11 +-
 ufl/coefficient.py                             |   5 -
 ufl/constantvalue.py                           |   7 +-
 ufl/core/expr.py                               |  62 ---
 ufl/core/multiindex.py                         |  12 +-
 ufl/core/operator.py                           |   2 +-
 ufl/domain.py                                  |  33 +-
 ufl/finiteelement/elementlist.py               |   6 +-
 ufl/finiteelement/enrichedelement.py           |   2 +-
 ufl/finiteelement/finiteelement.py             |  18 +-
 ufl/finiteelement/finiteelementbase.py         |  18 +-
 ufl/finiteelement/mixedelement.py              |  17 +-
 ufl/finiteelement/restrictedelement.py         |  18 +-
 ufl/form.py                                    |  59 +--
 ufl/formatting/ufl2unicode.py                  | 702 +++++++++++++++++++++++++
 ufl/integral.py                                |  30 +-
 ufl/measure.py                                 |  63 ++-
 ufl/sobolevspace.py                            |   3 +-
 ufl/tensoralgebra.py                           |  29 +-
 ufl/utils/sequences.py                         |  18 +-
 ufl/utils/sorting.py                           |   9 -
 47 files changed, 1267 insertions(+), 325 deletions(-)

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



More information about the debian-science-commits mailing list