Skip to content

chore(deps): bump gdsfactory from 9.45.0 to 9.46.0 - #327

Merged
joamatab merged 1 commit into
mainfrom
dependabot/uv/gdsfactory-9.46.0
Aug 12, 2026
Merged

chore(deps): bump gdsfactory from 9.45.0 to 9.46.0#327
joamatab merged 1 commit into
mainfrom
dependabot/uv/gdsfactory-9.46.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps gdsfactory from 9.45.0 to 9.46.0.

Release notes

Sourced from gdsfactory's releases.

v9.46.0

What's Changed

New

  • replace old kfactory routing strategies with route_bundle only - update to kf3 #4515

Documentation

  • Fix incorrect route_bundle separation docstring #4637

Other changes

  • fix: support negative bend_s_offset values #4678
  • ci: test only Python 3.12 and 3.14 (min and max) #4676
  • Fix via_stack_with_offset #4669
  • Replace .. plot:: RST directives with markdown Example sections #4668
  • Fix exception-safe cleanup for temporary KCLayout helpers #4666
  • Add representative ASV layout benchmarks #4650
  • fix pre-commit: TypeAlias for ComponentReference + import ordering #4662
  • Resolve merge conflicts with main on #4515 #4660
  • Fix CI failures on #4515: port names, write_cells, ComponentReference #4659
  • Remove RST directives from docstrings for mkdocstrings compatibility #4658
  • Fix component plot generation in write_cells.py #4656
  • Render component plots as images in docs #4655
  • Migrate docs from Jupyter Book to zensical #4653
  • Vectorize Archimedean spiral path generation #4651
  • Add docs links for Cornerstone, Luxtelligence, and Quantum RF PDKs #4644
  • update readme #4643
  • fix: eliminate cell name conflicts in spiral_racetrack_fixed_length #4614
  • ci(pages): bump docs artifact retention to 7 days #4636
  • perf: precompute layer filters in select_ports #4618
  • Fix grid_factor being ignored in snap_to_grid when nm is set #4638

Dependency Updates

  • update kfactory to 3.0.2 #4670

Full Changelog: gdsfactory/gdsfactory@v9.45.0...v9.46.0

Changelog

Sourced from gdsfactory's changelog.

9.46.0 - 2026-07-21

  • replace old kfactory routing strategies with route_bundle only - update to kf3 #4515
  • Fix incorrect route_bundle separation docstring #4637
  • fix: support negative bend_s_offset values #4678
  • ci: test only Python 3.12 and 3.14 (min and max) #4676
  • Fix via_stack_with_offset #4669
  • Replace .. plot:: RST directives with markdown Example sections #4668
  • Fix exception-safe cleanup for temporary KCLayout helpers #4666
  • Add representative ASV layout benchmarks #4650
  • fix pre-commit: TypeAlias for ComponentReference + import ordering #4662
  • Resolve merge conflicts with main on #4515 #4660
  • Fix CI failures on #4515: port names, write_cells, ComponentReference #4659
  • Remove RST directives from docstrings for mkdocstrings compatibility #4658
  • Fix component plot generation in write_cells.py #4656
  • Render component plots as images in docs #4655
  • Migrate docs from Jupyter Book to zensical #4653
  • Vectorize Archimedean spiral path generation #4651
  • Add docs links for Cornerstone, Luxtelligence, and Quantum RF PDKs #4644
  • update readme #4643
  • fix: eliminate cell name conflicts in spiral_racetrack_fixed_length #4614
  • ci(pages): bump docs artifact retention to 7 days #4636
  • perf: precompute layer filters in select_ports #4618
  • Fix grid_factor being ignored in snap_to_grid when nm is set #4638
  • update kfactory to 3.0.2 #4670
Commits
  • 5b70a6e Bump to 9.46.0
  • 6a5a6b6 fix: sync pyproject.toml version to 9.45.0
  • 9b66619 Merge pull request #4678 from gdsfactory/fix/negative-bend-s-offset
  • 73ee63f Merge branch 'main' into fix/negative-bend-s-offset
  • a373025 Merge pull request #4676 from jackgdsf/ci/test-code-min-max-python
  • f68243b fix: support negative bend s offsets
  • c70fae8 only run ty in 3.14
  • 23506bd ci: test only Python 3.12 and 3.14 (min and max)
  • 58b367a Merge pull request #4669 from mdecea/main
  • 87d852a Merge pull request #4670 from gdsfactory/update-kf
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gdsfactory](https://github.com/gdsfactory/gdsfactory) from 9.45.0 to 9.46.0.
- [Release notes](https://github.com/gdsfactory/gdsfactory/releases)
- [Changelog](https://github.com/gdsfactory/gdsfactory/blob/main/CHANGELOG.md)
- [Commits](gdsfactory/gdsfactory@v9.45.0...v9.46.0)

---
updated-dependencies:
- dependency-name: gdsfactory
  dependency-version: 9.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 1, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 1, 2026

@joamatab joamatab left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approving green dependabot PR.

@joamatab
joamatab merged commit f0f7ece into main Aug 12, 2026
12 checks passed
@joamatab
joamatab deleted the dependabot/uv/gdsfactory-9.46.0 branch August 12, 2026 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant