Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gdsfactory requirement from ~=8.18.0 to >=8.18,<8.29 #427

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Updates the requirements on gdsfactory to permit the latest version.

Release notes

Sourced from gdsfactory's releases.

v8.28.0

What's Changed

New

  • Add more tests #3550
  • raise error when modifying locked components that use cell decorator #3556
  • add straight_piecewise #3551

Bug Fixes

  • fix freetype #3557
  • raise error when modifying locked components that use cell decorator #3556
  • Fix is_cell #3549
  • Fix route ports to side kwargs #3547

Maintenance

  • Remove deprecated methods from tests #3558
  • Fix ALL mypy errors! #3544

Full Changelog: gdsfactory/gdsfactory@v8.27.2...v8.28.0

Changelog

Sourced from gdsfactory's changelog.

8.28.0 - 2024-12-29

  • Add more tests #3550
  • raise error when modifying locked components that use cell decorator #3556
  • add straight_piecewise #3551
  • fix freetype #3557
  • raise error when modifying locked components that use cell decorator #3556
  • Fix is_cell #3549
  • Fix route ports to side kwargs #3547
  • Remove deprecated methods from tests #3558
  • Fix ALL mypy errors! #3544

8.27.2 - 2024-12-27

  • remove import_gds cache #3543
  • Fix mypy errors #3542

8.27.1 - 2024-12-25

  • fix gf version #3541
  • Fix to svg #3534
  • fix array_connect in YAML #3533
  • fix duplicate ports in documentation plots #3532
  • Fix mypy errors #3540
  • Feature/fix mypy errors #3538
  • remove pytest_only dep #3539
  • update dependabot #3530

8.27.0 - 2024-12-23

  • Update bundle syntax within from_yaml parser #3526
  • add print for different packages #3522
  • Update taper_adiabatic.py #3524
  • fix awg #3521
  • fix samples and add tests for samples #3519

8.26.2 - 2024-12-19

  • fix tests #3515
  • Fix grating coupler array ports #3513
  • Remove terminated ports from gc array #3510
  • faster uv setup #3516
  • allow python3.13 #3517
  • improve routing docs #3509
  • pass pad pitch as float #3511
  • update kfactory to 0.22.0 #3514

8.26.1 - 2024-12-16

  • Add via circular pitch #3508

... (truncated)

Commits
  • 1021ce8 Bump to 8.28.0
  • 802b310 Merge pull request #3558 from gdsfactory/remove_deprecated_methods_from_tests
  • 040ac0a remove deprecation warning from cutback_bend and ignore dbr in test_netlists
  • 45b0698 Merge branch 'remove_deprecated_methods_from_tests' of github.com:gdsfactory/...
  • a19259a fix pydantic config deprecation warnings
  • 77c4efb Merge branch 'remove_deprecated_methods_from_tests' of github.com:gdsfactory/...
  • 7f65eae fix tests
  • 7e8b6fe update spacing deprecatino warnings in array
  • b1700b2 fix more warnings
  • d1e86f3 fix test_updk
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Summary by Sourcery

Build:

  • Update the gdsfactory dependency constraint to >=8.18,<8.29.

Updates the requirements on [gdsfactory](https://github.com/gdsfactory/gdsfactory) to permit the latest version.
- [Release notes](https://github.com/gdsfactory/gdsfactory/releases)
- [Changelog](https://github.com/gdsfactory/gdsfactory/blob/main/CHANGELOG.md)
- [Commits](gdsfactory/gdsfactory@v8.18.0...v8.28.0)

---
updated-dependencies:
- dependency-name: gdsfactory
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 30, 2024
Copy link
Contributor

sourcery-ai bot commented Dec 30, 2024

Reviewer's Guide by Sourcery

This pull request updates the gdsfactory dependency from ~=8.18.0 to >=8.18,<8.29, allowing newer versions of gdsfactory while staying below 8.29.

State diagram for gdsfactory version constraint changes

stateDiagram-v2
    [*] --> Old_Constraint
    Old_Constraint: ~=8.18.0
    note right of Old_Constraint
        Allows only 8.18.x versions
    end note
    Old_Constraint --> New_Constraint
    New_Constraint: >=8.18,<8.29
    note right of New_Constraint
        Allows versions from 8.18.0
        up to but not including 8.29.0
    end note
    New_Constraint --> [*]
Loading

File-Level Changes

Change Details Files
Update gdsfactory dependency
  • Changed gdsfactory dependency from ~=8.18.0 to >=8.18,<8.29
pyproject.toml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2025

Superseded by #428.

@dependabot dependabot bot closed this Jan 6, 2025
@dependabot dependabot bot deleted the dependabot/pip/gdsfactory-gte-8.18-and-lt-8.29 branch January 6, 2025 13:20
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 Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants