pytessel 1.2.0__cp311-cp311-musllinux_1_1_x86_64.whl → 1.2.4__cp311-cp311-musllinux_1_1_x86_64.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.

Potentially problematic release.


This version of pytessel might be problematic. Click here for more details.

pytessel/_version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "1.2.0"
1
+ __version__ = "1.2.4"
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: pytessel
3
- Version: 1.2.0
3
+ Version: 1.2.4
4
4
  Summary: Python package for building isosurfaces from 3D scalar fields
5
5
  Home-page: https://github.com/ifilot/pytessel
6
6
  Author: Ivo Filot
@@ -12,6 +12,15 @@ Requires-Python: >=3.5
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Requires-Dist: numpy
15
+ Dynamic: author
16
+ Dynamic: author-email
17
+ Dynamic: classifier
18
+ Dynamic: description
19
+ Dynamic: description-content-type
20
+ Dynamic: home-page
21
+ Dynamic: requires-dist
22
+ Dynamic: requires-python
23
+ Dynamic: summary
15
24
 
16
25
  # PyTessel
17
26
 
@@ -1,17 +1,17 @@
1
- pytessel-1.2.0.dist-info/RECORD,,
2
- pytessel-1.2.0.dist-info/WHEEL,sha256=kZbRYzJAsbn-375Ezg3sFxyeLTG4jUZSOoAE6n04NjE,113
3
- pytessel-1.2.0.dist-info/LICENSE,sha256=4cCtcomD2KVzNeUs8QZPGv_R1FQXPYzr0-2LSnK0hwQ,35121
4
- pytessel-1.2.0.dist-info/METADATA,sha256=6A4HYSikrmIZvTzQQxQMDxfI-Jjb0UbHscIdJGD1naM,5009
5
- pytessel-1.2.0.dist-info/top_level.txt,sha256=QDauMEeJ6MuBmtCTV4HZAr1XodXsUesXTlcImp5LE54,9
6
- pytessel/isosurface.cpp,sha256=Q4a3lqrgnWGfwyZEdUnC6uSCQ46izSO-8SMWrcGTqWg,20664
1
+ pytessel.libs/libstdc++-a9383cce.so.6.0.28,sha256=Wy9UCdwS1rwI9GU5e7qE61S0AkRqqwti1q_adWSs-Rk,2447393
2
+ pytessel.libs/libgomp-cd951527.so.1.0.0,sha256=U2zda7o5P6DwCQHNyzt7Hw13pk9wKHfh-c4ZgCzbfsU,187009
3
+ pytessel.libs/libgcc_s-a04fdf82.so.1,sha256=YxqJNaesQMhDswHEQpXsiLnVvMBBbYO6KYMDZFPWKSM,81257
4
+ pytessel/scalar_field.cpp,sha256=Ey1LxTnU_Ul40eIZvZZWgTnhJ8P-dP3aK16nEiOEOsk,8818
5
+ pytessel/_version.py,sha256=XBKH8E1LmDxv06U39yqMBbXZapOERFgICEDYZs_kRso,22
7
6
  pytessel/isosurface_mesh.h,sha256=5n0TJDDlQBcJu9SOxTmW21_g8YEP5Jq9GVrVwMh7IH0,3458
7
+ pytessel/isosurface_mesh.cpp,sha256=zoahovBodabqx2zfHkW5xIGBvU84n15tUlsy0yyexp8,6387
8
+ pytessel/isosurface.h,sha256=dpenMn9T2KuiYw112HuEdIkuh7fqp12FaVJE-00vMsY,5570
9
+ pytessel/isosurface.cpp,sha256=Q4a3lqrgnWGfwyZEdUnC6uSCQ46izSO-8SMWrcGTqWg,20664
8
10
  pytessel/scalar_field.h,sha256=sfGoX7VtbA6V99dMqLDpYq79xCFFJAKXL1UXd5QBxWs,3593
9
- pytessel/_version.py,sha256=MpAT5hgNoHnTtG1XRD_GV_A7QrHVU6vJjGSw_8qMGA4,22
10
11
  pytessel/__init__.py,sha256=vro51HMaT-ePmW0CgIsDkOgTzutYGB2UgmyV7elT09A,66
11
- pytessel/isosurface.h,sha256=dpenMn9T2KuiYw112HuEdIkuh7fqp12FaVJE-00vMsY,5570
12
- pytessel/isosurface_mesh.cpp,sha256=zoahovBodabqx2zfHkW5xIGBvU84n15tUlsy0yyexp8,6387
13
- pytessel/pytessel.cpython-311-x86_64-linux-musl.so,sha256=oJADo3V8mu3TCeWaPQ3JUf_XNEXZf8kBZjXkw813YWg,1669001
14
- pytessel/scalar_field.cpp,sha256=Ey1LxTnU_Ul40eIZvZZWgTnhJ8P-dP3aK16nEiOEOsk,8818
15
- pytessel.libs/libstdc++-a9383cce.so.6.0.28,sha256=Wy9UCdwS1rwI9GU5e7qE61S0AkRqqwti1q_adWSs-Rk,2447393
16
- pytessel.libs/libgcc_s-a04fdf82.so.1,sha256=YxqJNaesQMhDswHEQpXsiLnVvMBBbYO6KYMDZFPWKSM,81257
17
- pytessel.libs/libgomp-cd951527.so.1.0.0,sha256=U2zda7o5P6DwCQHNyzt7Hw13pk9wKHfh-c4ZgCzbfsU,187009
12
+ pytessel/pytessel.cpython-311-x86_64-linux-musl.so,sha256=zVegPBo1kj_g5YHZ_F8Xd2zGkH2r1J9zHBNiu1f26mU,1669001
13
+ pytessel-1.2.4.dist-info/LICENSE,sha256=4cCtcomD2KVzNeUs8QZPGv_R1FQXPYzr0-2LSnK0hwQ,35121
14
+ pytessel-1.2.4.dist-info/WHEEL,sha256=5TAZLRSdI0yMDhUfQZkVy7ypernB7ImqYn5TVxzwkjo,112
15
+ pytessel-1.2.4.dist-info/RECORD,,
16
+ pytessel-1.2.4.dist-info/top_level.txt,sha256=QDauMEeJ6MuBmtCTV4HZAr1XodXsUesXTlcImp5LE54,9
17
+ pytessel-1.2.4.dist-info/METADATA,sha256=WZOztzFkTradGU6FaYkKdxLLCmr3QgoykiMfMxQN06Y,5206
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: setuptools (76.1.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-musllinux_1_1_x86_64
5
5