Wafermap

Latest version: v0.2.9

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.9

* Added heatmap functionality:

python
data = (np.random.normal(size=(100, 3)) * np.array([[30, 30, 1]])).tolist()
wm.add_heatmap(data)


* Bug fixes (edge exclusion now properly excludes cells, margin is respecting wafer boundaries etc.)
* Small performance improvements

0.2.8

* Implemented input validation
* Fixed module definition to include `WaferMapGrid`
* Fixed some issues with `conversion_factor`
* Layer visibility when exporting to html or png is now not set by the corresponding function
* made `WaferMapGrid` iterable and addressable:
python
for cell in wm:
...
wm[x]

0.2.7

* Separated logic of grid construction to a `WaferMapGrid` base class
* Python support: 3.9 - 3.13
* Updated dependency versions

0.1.0

* First release on PyPI.

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.