- fix docker container gdsfactory:latest - leverage meep plot flag to avoid initializing the structure - recommend to install triangle with mamba, and the rest of the dependencies with pip
3.12.1
- rename gdsfactory.components.array to gdsfactory.components.array_component - create `.gitpod.yml`
3.12.0
- Consider only passed component args and kwargs when calculating hash for component name - replace `_clean_value` by `clean_value_json` - delete `tech.Library` as it's not being used. You can just use a dict of functions instead
3.11.5
- move rectpack import inside pack function - create `pip install[dev]` just for developers, and reduce the dependencies for `pip install[full]` - recommend installing gdspy and meep with mamba (faster than conda) - rename w1 as width1 and w2 as width2 in find_neff_vs_width
3.11.4
- Remove numpy.typing from snap.py to be compatible with minimum version of numpy
3.11.3
- rename `res` to `resolution` in simulation.modes to be consistent with simulation.gmeep