- get_netlist works even with cells that have have no settings.full or info.changed (not properly decorated with cell decorator)
3.8.9
- pack and grid accepts tuples of text labels (text_offsets, text_anchors), in case we want multiple text labels per component - add `gf.functions.add_text` to create a new component with a text label - add rotate90, rotate90n and rotate180 to functions
3.8.8
- rename pack parameters (offset->text_offset, anchor->text_anchor, prefix->text_prefix) - pack and grid can mirror references
3.8.7
- rotate accepts component or factory - add plot_imbalance1x2 and plot_loss1x2 for component.simulation.plot - rename bend_circular c.info.radius_min = float(radius) to c.info.radius = float(radius)
3.8.6
- add gf.grid_with_text
3.8.5
- fix rectangle_with_slits - rename mzi2x2 as mzi2x2_2x2, so it's clearly different from mzi1x2_2x2