[python-meshio] branch master updated (6510cb0 -> f968a8a)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 21 09:31:47 UTC 2017


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

ghisvail-guest pushed a change to branch master
in repository python-meshio.

      from  6510cb0   Release to unstable
      adds  4772028   New upstream version 1.9.3
       new  23c83b9   Updated version 1.9.3 from 'upstream/1.9.3'
       new  5eff760   Refresh the patch queue
       new  bd2a62c   Add new dependency on netCDF4
       new  1125ef8   Add support for nocheck builds
       new  f968a8a   Release to unstable

The 5 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:
 .circleci/config.yml               |   7 +-
 .gitignore                         |   1 +
 README.md                          |   9 +-
 debian/changelog                   |   9 ++
 debian/control                     |  13 +--
 debian/patches/No-pipdate.patch    |   2 +-
 meshio/__about__.py                |   2 +-
 meshio/ansys_io.py                 |  26 +++++-
 meshio/dolfin_io.py                |   2 +-
 meshio/exodus_io.py                | 173 +++++++++++++++++++++++++++++++++++++
 meshio/gmsh_io.py                  |  39 ++++++++-
 meshio/helpers.py                  |  15 +++-
 meshio/med_io.py                   | 150 ++++++++++++++++++++++++++++++++
 meshio/vtk_io.py                   | 129 +++++++--------------------
 setup.py                           |   7 +-
 test/helpers.py                    | 117 ++++++++++++++++++++++++-
 test/test_ansys.py                 |   2 +
 test/test_exodus.py                |  12 ++-
 test/test_gmsh.py                  |  10 +++
 test/{test_moab.py => test_med.py} |   4 +-
 test/test_vtk.py                   |  10 +++
 test/test_vtu.py                   |  14 +++
 test/test_xdmf2.py                 |   6 ++
 test/test_xdmf3.py                 |   1 +
 tools/meshio-convert               |   9 +-
 25 files changed, 633 insertions(+), 136 deletions(-)
 create mode 100644 meshio/exodus_io.py
 create mode 100644 meshio/med_io.py
 copy test/{test_moab.py => test_med.py} (66%)

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



More information about the debian-science-commits mailing list