v1.1.1
- Manually adding small random noise to the semulated images to better match the real data. This is ideally included in the model training, but for now this is a quick fix.
- Added z-padding to the device array before exporting to STL with
Device.to_stlto ensure that the exported device is closed. - Removed buffer from
Device.device_arraybefore exporting to withDevice.to_gdsfactory.