pytessel 1.2.0__cp312-cp312-win32.whl → 1.2.4__cp312-cp312-win32.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"
Binary file
@@ -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,14 +1,14 @@
1
1
  pytessel/__init__.py,sha256=n7uXMiIPBCWoCxVi2lWP47jsE7dr7w-ajKiVAv2BEvQ,69
2
- pytessel/_version.py,sha256=El1sbpINO-cJ2mX6y_07W6DCl7IpRhkDNz3fpZpHII0,23
2
+ pytessel/_version.py,sha256=_Y5uxGUwMxg8VuksWkiGXU_QOTxRnVtkALvNtmszjOI,23
3
3
  pytessel/isosurface.cpp,sha256=1ovX4lar5bhCSMzmJ-nYWfOl3VlsZKxSdomj4dgM6fw,21225
4
4
  pytessel/isosurface.h,sha256=uSAhenb-IAsxbODv8nkWwbghO4j0rsQXuRO7KjpSoVU,5750
5
5
  pytessel/isosurface_mesh.cpp,sha256=8XuvSXCBAoIo_Cyje8GxeHbkNm7MKwc7JOMDgOFMscY,6531
6
6
  pytessel/isosurface_mesh.h,sha256=0_R98GiHaw14sh1Zae9AGgAk7lReM-sqlzTVQx8oDto,3562
7
- pytessel/pytessel.cp312-win32.pyd,sha256=3SYIvr2WevtYRfhVMeSpzlJ93TYsx7JOv2Hox1G71L4,97792
7
+ pytessel/pytessel.cp312-win32.pyd,sha256=sEL-QthRnnXWLzktn67zPgIt0JCudxkQFeiXLXSM3KU,107008
8
8
  pytessel/scalar_field.cpp,sha256=Eo36rmC1JYnTDe4u59M07knUR4g0vvigtnlm9PWBNT8,9056
9
9
  pytessel/scalar_field.h,sha256=KgELLozQr5uyZUUB07hTp4xuH70IqmS3-yrI5mtEoQQ,3697
10
- pytessel-1.2.0.dist-info/LICENSE,sha256=N9LlpinTG3mzwIdqFGx9TB-NLPcCdt1PrC2Nar0_CzI,35795
11
- pytessel-1.2.0.dist-info/METADATA,sha256=hGq67m-IPA5WH-f8dXF-L8Oc-giXyr79y181QsRPtvE,5169
12
- pytessel-1.2.0.dist-info/WHEEL,sha256=Q5m5OU7k24Q9oJcD9pbryDsMdvQYL1N4fomXgd4i1qg,98
13
- pytessel-1.2.0.dist-info/top_level.txt,sha256=QDauMEeJ6MuBmtCTV4HZAr1XodXsUesXTlcImp5LE54,9
14
- pytessel-1.2.0.dist-info/RECORD,,
10
+ pytessel-1.2.4.dist-info/LICENSE,sha256=N9LlpinTG3mzwIdqFGx9TB-NLPcCdt1PrC2Nar0_CzI,35795
11
+ pytessel-1.2.4.dist-info/METADATA,sha256=x3RNFVsBlqZgdmNZvIZhNBgk9jnp0L9NonFxT-d30qY,5375
12
+ pytessel-1.2.4.dist-info/WHEEL,sha256=3-JGBxlfJ7cpG1EEEM2PrRJYpl2Lix3zyWKiPlGiWWY,97
13
+ pytessel-1.2.4.dist-info/top_level.txt,sha256=QDauMEeJ6MuBmtCTV4HZAr1XodXsUesXTlcImp5LE54,9
14
+ pytessel-1.2.4.dist-info/RECORD,,
@@ -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: cp312-cp312-win32
5
5