[instant] 01/01: Merge tag 'upstream/1.6.0'

Mattia Rizzolo mattia at debian.org
Sat Apr 23 18:40:20 UTC 2016


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

mattia pushed a commit to branch master
in repository instant.

commit eca572c29981811575f6398ff0e0367d32d81145
Merge: dd61f10 d996b86
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Apr 23 18:40:06 2016 +0000

    Merge tag 'upstream/1.6.0'
    
    Upstream version 1.6.0
    
    # gpg: Signature made Sat 23 Apr 2016 06:40:06 PM UTC using RSA key ID B9444540
    # gpg: Good signature from "Mattia Rizzolo <mattia at mapreri.org>"
    # gpg:                 aka "Mattia Rizzolo <mapreri at ubuntu.com>"
    # gpg:                 aka "Mattia Rizzolo <mapreri at ubuntu-it.org>"
    # gpg:                 aka "Mattia Rizzolo <mapreri at gmail.com>"
    # gpg:                 aka "[jpeg image of size 4456]"
    # gpg:                 aka "[jpeg image of size 4218]"
    # gpg:                 aka "Mattia Rizzolo <mattia at debian.org>"

 AUTHORS                                            |   19 +
 COPYING                                            |  674 +++++++
 COPYING.LESSER                                     |  165 ++
 ChangeLog                                          |   74 +
 LICENSE                                            |   54 +
 README                                             |   53 +
 TODO                                               |   25 +
 doc/Instant.html                                   |  139 ++
 doc/html_reference/api-objects.txt                 |  196 ++
 doc/html_reference/class-tree.html                 |  235 +++
 doc/html_reference/crarr.png                       |  Bin 0 -> 340 bytes
 doc/html_reference/epydoc.css                      |  322 +++
 doc/html_reference/epydoc.js                       |  293 +++
 doc/html_reference/frames.html                     |   17 +
 doc/html_reference/help.html                       |  278 +++
 doc/html_reference/identifier-index.html           |  490 +++++
 doc/html_reference/index.html                      |   17 +
 doc/html_reference/instant-module.html             |  203 ++
 doc/html_reference/instant-pysrc.html              |  151 ++
 doc/html_reference/instant.build-module.html       |  662 +++++++
 doc/html_reference/instant.build-pysrc.html        |  619 ++++++
 doc/html_reference/instant.cache-module.html       |  453 +++++
 doc/html_reference/instant.cache-pysrc.html        |  277 +++
 .../instant.codegeneration-module.html             |  425 ++++
 .../instant.codegeneration-pysrc.html              |  400 ++++
 doc/html_reference/instant.config-module.html      |  291 +++
 doc/html_reference/instant.config-pysrc.html       |  219 +++
 doc/html_reference/instant.inlining-module.html    |  407 ++++
 doc/html_reference/instant.inlining-pysrc.html     |  257 +++
 doc/html_reference/instant.instant-class.html      |  559 ++++++
 doc/html_reference/instant.locking-module.html     |  233 +++
 doc/html_reference/instant.locking-pysrc.html      |  195 ++
 doc/html_reference/instant.output-module.html      |  355 ++++
 doc/html_reference/instant.output-pysrc.html       |  200 ++
 doc/html_reference/instant.paths-module.html       |  307 +++
 doc/html_reference/instant.paths-pysrc.html        |  188 ++
 doc/html_reference/instant.signatures-module.html  |  194 ++
 doc/html_reference/instant.signatures-pysrc.html   |  173 ++
 doc/html_reference/module-tree.html                |  130 ++
 doc/html_reference/redirect.html                   |   38 +
 doc/html_reference/toc-everything.html             |  129 ++
 doc/html_reference/toc-instant-module.html         |   31 +
 doc/html_reference/toc-instant.build-module.html   |   41 +
 doc/html_reference/toc-instant.cache-module.html   |   49 +
 .../toc-instant.codegeneration-module.html         |   42 +
 doc/html_reference/toc-instant.config-module.html  |   35 +
 .../toc-instant.inlining-module.html               |   37 +
 doc/html_reference/toc-instant.locking-module.html |   44 +
 doc/html_reference/toc-instant.output-module.html  |   49 +
 doc/html_reference/toc-instant.paths-module.html   |   43 +
 .../toc-instant.signatures-module.html             |   36 +
 doc/html_reference/toc.html                        |   42 +
 doc/makedoc.sh                                     |    6 +
 doc/man/man1/instant-clean.1.gz                    |  Bin 0 -> 369 bytes
 doc/man/man1/instant-showcache.1.gz                |  Bin 0 -> 418 bytes
 instant/__init__.py                                |   31 +
 instant/build.py                                   |  642 ++++++
 instant/cache.py                                   |  178 ++
 instant/codegeneration.py                          |  687 +++++++
 instant/config.py                                  |  186 ++
 instant/inlining.py                                |  178 ++
 instant/locking.py                                 |  165 ++
 instant/output.py                                  |  167 ++
 instant/paths.py                                   |  110 ++
 instant/signatures.py                              |   71 +
 instant/swig/numpy.i                               | 1724 ++++++++++++++++
 release.conf                                       |    5 +
 scripts/instant-clean                              |   74 +
 scripts/instant-showcache                          |   47 +
 scripts/maketarball.sh                             |   22 +
 setup.py                                           |   42 +
 test/_test_ode_omp.py                              |   88 +
 test/_test_omp.py                                  |   78 +
 test/_test_vmtk.py                                 |   24 +
 test/_test_vtk.py                                  |   51 +
 test/clean.py                                      |    6 +
 test/dolfin_test.py                                |   38 +
 test/rerun_tests.py                                |   18 +
 test/run_omp_test.sh                               |   10 +
 test/run_pychecker.py                              |   13 +
 test/run_tests.py                                  |   20 +
 test/some_func.h                                   |    8 +
 test/test1.py                                      |   11 +
 test/test10.py                                     |  137 ++
 test/test11.py                                     |   35 +
 test/test12.py                                     |   48 +
 test/test13.py                                     |   11 +
 test/test14.py                                     |    9 +
 test/test15.py                                     |   59 +
 test/test16.py                                     |   55 +
 test/test17.py                                     |   39 +
 test/test18.py                                     |   76 +
 test/test19.py                                     |  139 ++
 test/test2.py                                      |   37 +
 test/test20.py                                     |   43 +
 test/test21.py                                     |   38 +
 test/test3.py                                      |   21 +
 test/test4.py                                      |   66 +
 test/test5.py                                      |   56 +
 test/test6.py                                      |   59 +
 test/test7.py                                      |   76 +
 test/test8.py                                      |   42 +
 test/test_instant_system_calls.py                  |   17 +
 test/test_ode.py                                   |   75 +
 test/u000000.vtu                                   | 2050 ++++++++++++++++++++
 test/zombie_model.py                               |   82 +
 106 files changed, 18535 insertions(+)

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



More information about the debian-science-commits mailing list