sdfr 1.4.10__py3-none-win_amd64.whl → 1.4.12__py3-none-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
sdfr/SDF.py CHANGED
@@ -547,8 +547,9 @@ class BlockList:
547
547
  blocktype == SdfBlockType.PLAIN_DERIVED
548
548
  or blocktype == SdfBlockType.PLAIN_VARIABLE
549
549
  ):
550
- newblock = BlockPlainVariable(block)
551
- mesh_vars.append(newblock)
550
+ if block.datatype > 0:
551
+ newblock = BlockPlainVariable(block)
552
+ mesh_vars.append(newblock)
552
553
  elif blocktype == SdfBlockType.PLAIN_MESH:
553
554
  if block.datatype_out != 0:
554
555
  newblock = BlockPlainMesh(block)
@@ -559,8 +560,9 @@ class BlockList:
559
560
  blocktype == SdfBlockType.POINT_DERIVED
560
561
  or blocktype == SdfBlockType.POINT_VARIABLE
561
562
  ):
562
- newblock = BlockPointVariable(block)
563
- mesh_vars.append(newblock)
563
+ if block.datatype > 0:
564
+ newblock = BlockPointVariable(block)
565
+ mesh_vars.append(newblock)
564
566
  elif blocktype == SdfBlockType.POINT_MESH:
565
567
  newblock = BlockPointMesh(block)
566
568
  mesh_id_map[newblock.id] = newblock
sdfr/_commit_info.py CHANGED
@@ -1,2 +1,2 @@
1
- __commit_date__ = "Fri Oct 24 15:32:59 2025 +0100"
2
- __commit_id__ = "90aa95e13a3e28751cd86875607571398eee84f7"
1
+ __commit_date__ = "Tue Feb 3 13:02:29 2026 +0000"
2
+ __commit_id__ = "ea47a9b63994c637c5d5e6c1f10d144e6e9e0cb3"
sdfr/sdfc_shared.dll CHANGED
Binary file
sdfr/sdfc_shared.lib CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: sdfr
3
- Version: 1.4.10
3
+ Version: 1.4.12
4
4
  Summary: Python module for processing SDF files
5
5
  Author-Email: Keith Bennett <k.bennett@warwick.ac.uk>
6
6
  Requires-Dist: numpy
@@ -0,0 +1,12 @@
1
+ sdfr/__init__.py,sha256=byZ_OGeZGE0_DRH62zS-hFQywi6HJw2ZlVnGmOXNvX8,2081
2
+ sdfr/_commit_info.py,sha256=_eY21SRaKrgrUT2G1VTQZ6YbUkFxadTz4Ln1W5ypyLY,111
3
+ sdfr/_loadlib.py,sha256=AFOSSEuTAu0kMLlVvtE4t_0gDwDF3VQ5HN-nwdNiMDs,2119
4
+ sdfr/SDF.py,sha256=kihp-ljrQlGirTz21GlDudFeEZolMExHFTCUndUmwM0,62747
5
+ sdfr/sdf_helper.py,sha256=Rr4GSF3Sbz7h1q85Z-LWmU6U8ODPZdvzPiZjXZEqans,64086
6
+ sdfr/sdfc_shared.dll,sha256=sSK20TToTXIbcN7pqAOETMXO7OoIQVB89zYWgeRHiLQ,139776
7
+ sdfr/sdfc_shared.lib,sha256=t4zBT8QCdaXY5V1TIEfbJK0eCHa3NKkc7T-kalGoTo8,6306
8
+ sdfr-1.4.12.dist-info/METADATA,sha256=GbkCtG_t8_Kdowpt5QTNdwz_i9tbOL8FpkeRt8D8eOE,371
9
+ sdfr-1.4.12.dist-info/WHEEL,sha256=7cuQBrKlgrMjywT6nmSZIIhuOog1xNCTkMyVVbw2aow,103
10
+ sdfr-1.4.12.dist-info/licenses/LICENSE,sha256=gpLeavs1KxgJFrpL_uVDh0MoDvPfJoZ89A5dSCl4P5U,1652
11
+ sdfr-1.4.12.dist-info/licenses/LICENSE_README.txt,sha256=KlBSoHArwoXbiygx3IJTjtgM7hLNO9o8ZMlZV77nrXs,235
12
+ sdfr-1.4.12.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- sdfr/__init__.py,sha256=byZ_OGeZGE0_DRH62zS-hFQywi6HJw2ZlVnGmOXNvX8,2081
2
- sdfr/_commit_info.py,sha256=gdpnrk-ik8elPdps5O3GcKFAN2--UML6ZTBrOCk8VWk,112
3
- sdfr/_loadlib.py,sha256=AFOSSEuTAu0kMLlVvtE4t_0gDwDF3VQ5HN-nwdNiMDs,2119
4
- sdfr/SDF.py,sha256=xYY6Cq9s2Mqon5GXSe3M_rPnA5Bi1acE5h6nnH_IcWc,62651
5
- sdfr/sdf_helper.py,sha256=Rr4GSF3Sbz7h1q85Z-LWmU6U8ODPZdvzPiZjXZEqans,64086
6
- sdfr/sdfc_shared.dll,sha256=h0m-uTZ6dXYxzvvMOJcaSGf6b32akMB236pR8kwYDw4,122880
7
- sdfr/sdfc_shared.lib,sha256=YfbcZ3vBjFYNo0VRChTdIm6GNiU0lTOtSbjq3PLwWow,4270
8
- sdfr-1.4.10.dist-info/METADATA,sha256=CW4B9P8FJJkThePmnE94iA0NSgVgprAVs39oHd2_PBg,371
9
- sdfr-1.4.10.dist-info/WHEEL,sha256=7cuQBrKlgrMjywT6nmSZIIhuOog1xNCTkMyVVbw2aow,103
10
- sdfr-1.4.10.dist-info/licenses/LICENSE,sha256=gpLeavs1KxgJFrpL_uVDh0MoDvPfJoZ89A5dSCl4P5U,1652
11
- sdfr-1.4.10.dist-info/licenses/LICENSE_README.txt,sha256=KlBSoHArwoXbiygx3IJTjtgM7hLNO9o8ZMlZV77nrXs,235
12
- sdfr-1.4.10.dist-info/RECORD,,
File without changes