Releases: cap1tan/wafermap
Releases · cap1tan/wafermap
v0.3.1
v0.3.0
- added functionality to manually define the cells in the grid:
... cells = [...(wafer_x, wafer_y, cell_x, cell_y)...] wm = wafermap.WaferMap( wafer_radius=wafer_radius, cell_size=cell_size, cell_margin=cell_margin, edge_exclusion=edge_exclusion, coverage="none", cells=cells, )
- added option 'none' for coverage: This won't force any boundary checks on the grid cells.
v0.2.9
History
0.2.9
-
Added heatmap functionality:
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
v0.2.8
See HISTORY.md
Full Changelog: v0.2.7...v0.2.8