- args in partial functions was being ignore when creating the name. Only kwargs and func.**name** were being considered
3.6.2
- update rectpack dependency from 0.2.1 to 0.2.2
3.6.1
- spiral_external_io_fiber_single has a cross_section_ports setting - seal_ring snaps to grid - Component.bbox and ComponentReference.bbox properties snap to 1nm grid - add `gf.components.bend_straight_bend`
3.6.0
- snap_to_grid_nm waypoints in round_corners to avoid 1nm gaps in some routes - add `gf.components.text_rectangular_multi_layer` - add `gf.components.rectangle_with_slits`
3.5.12
- add tolerance to netlist extraction. Snap to any nm grid for detecting connectivity (defaults to 1nm).
3.5.10
- enable having more than 2 ports per cross_section. Include test for that.