Skip to content

Commit

Permalink
Merge pull request #2161 from gdsfactory/update_kfactory_latest
Browse files Browse the repository at this point in the history
update to latest kfactory
  • Loading branch information
joamatab committed Oct 8, 2023
2 parents 62b7c90 + b45ed18 commit 3a349ea
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Expand Up @@ -10,8 +10,7 @@

## [7.8.5](https://github.com/gdsfactory/gdsfactory/releases/tag/v7.8.5) - 2023-10-03

No significant changes.

- bbox does not extend beyond ports in bends [#2154](https://github.com/gdsfactory/gdsfactory/pull/#2154)

## [7.8.4](https://github.com/gdsfactory/gdsfactory/releases/tag/v7.8.4) - 2023-10-02

Expand Down
2 changes: 1 addition & 1 deletion gdsfactory/difftest.py
Expand Up @@ -220,7 +220,7 @@ def overwrite(ref_file, run_file):
def read_top_cell(arg0):
from kfactory import KCLayout

kcl = KCLayout()
kcl = KCLayout(name=str(arg0))
kcl.read(arg0)
return kcl[kcl.top_cell().name]

Expand Down
1 change: 0 additions & 1 deletion gdsfactory/samples/sample_reticle.py
Expand Up @@ -81,5 +81,4 @@ def sample_reticle(grid: bool = True, **kwargs) -> gf.Component:

df = pd.read_csv(csvpath)
print(df)
c.write_gds('/home/j/sample_reticle.gds')
c.show(show_ports=True)
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -55,7 +55,7 @@ cad = [
"ipywidgets",
"jupytext",
"kweb==1.1.9",
"kfactory[git,ipy]>=0.8.4,<0.9",
"kfactory[git,ipy]>=0.9.1,<0.10",
"mapbox_earcut",
"networkx",
"pyglet<2",
Expand Down

0 comments on commit 3a349ea

Please sign in to comment.