Package: python-meshio / 7.0.0-really-5.3.5-6

Metadata

Package Version Patches format
python-meshio 7.0.0-really-5.3.5-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_STL_write_ascii_PR1418.patch | (download)

src/meshio/stl/_stl.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fixing stl _write_ascii to use proper stl format


update_su2_PR1430.patch | (download)

src/meshio/su2/_su2.py | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 [patch] update _su2.py

Fix for issue #1429

abaqus_16_integer_PR1445.patch | (download)

src/meshio/abaqus/_abaqus.py | 14 12 + 2 - 0 !
1 file changed, 12 insertions(+), 2 deletions(-)

 [patch] abaqus only allows 16 integer per line in the element
 definition part.

Abaqus only allows 16 integer per line in the element definition part.

VTK_TENSORS_PR1459.patch | (download)

src/meshio/vtk/_vtk_51.py | 10 9 + 1 - 0 !
1 file changed, 9 insertions(+), 1 deletion(-)

 [patch] [vtk5.1] support writing tensors as field_data


VTU_polyhedra_PR1463.patch | (download)

src/meshio/vtu/_vtu.py | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 [patch] fix: loading of polyhedral vtu with different size polyhedra


xdmf_time_series_PR1464.patch | (download)

src/meshio/xdmf/time_series.py | 2 1 + 1 - 0 !
tests/test_xdmf.py | 27 17 + 10 - 0 !
2 files changed, 18 insertions(+), 11 deletions(-)

 [patch 1/2] [xdmftimeseries] fix lines type in xdmf time series files


netgen_skip_new_face_blocks_PR1465.patch | (download)

src/meshio/netgen/_netgen.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch] netgen - skip 'facedescriptors' and 'face_transparencies'
 blocks


support_DGF_PR1467.patch | (download)

src/meshio/__init__.py | 2 2 + 0 - 0 !
src/meshio/dgf/__init__.py | 3 3 + 0 - 0 !
src/meshio/dgf/_dgf.py | 347 321 + 26 - 0 !
tests/meshes/dgf/cube.dgf | 26 26 + 0 - 0 !
tests/meshes/dgf/line.dgf | 14 14 + 0 - 0 !
tests/meshes/dgf/triangle.dgf | 29 29 + 0 - 0 !
tests/test_dgf.py | 31 30 + 1 - 0 !
7 files changed, 425 insertions(+), 27 deletions(-)

 [patch 1/3] [dgf] implement the dgf mesh format


xdmf_triangle_PR1468.patch | (download)

src/meshio/xdmf/common.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 [patch] update xdmf_idx_to_num_nodes for triangle6


vtk_5.1_PR1478.patch | (download)

src/meshio/vtk/_main.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix vtk51 format actually referring to vtk 5.1


paraview_plugin_cellblocks_PR1483.patch | (download)

tools/paraview-meshio-plugin.py | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 [patch] fix plugin


32bit_relax_test_tolerance.patch | (download)

tests/test_vtk.py | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

---
numpy2_PR1513.patch | (download)

src/meshio/dolfin/_dolfin.py | 2 1 + 1 - 0 !
src/meshio/gmsh/common.py | 2 1 + 1 - 0 !
src/meshio/mdpa/_mdpa.py | 2 1 + 1 - 0 !
src/meshio/ugrid/_ugrid.py | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 [patch 1/2] fix formatting output data with numpy 2.x
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Fix the common `_write_data()` function to use a regular formatting
rather than `repr()` when writing numbers to a file.  With NumPy 2.x,
the latter resulted in literal `np.float64()` ending up in the data
file.

Part of bug #1499

vtu_cell_dtype.patch | (download)

src/meshio/vtu/_vtu.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---