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

CHORE: Update scikit-rf requirement from <1.2,>=0.30.0 to >=0.30.0,<1.3 #4988

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Updates the requirements on scikit-rf to permit the latest version.

Release notes

Sourced from scikit-rf's releases.

v1.2.0

The release 1.2.0 of scikit-rf brings many performance improvements, bug fixes as well as some new features (detailed list of changes below):

  • Python version 3.7 if officially no more supported.
  • The performances of Circuit have been highly improved (by @​Asachoo).
  • IEEE 370 de-embedding capabilities have been extended with S-parameters quality checking in the frequency domain and fixture electrical requirements plotting. The example notebook showcases these new functionalities. (by @​mhuser )
  • Still concerning IEEE 370, an issue with the leadin parameter is fixed and the mixed-modes plotting syntax is simplified with automatic mode subscript labels and proper impedance handling. The class architecture was reworked to minimize code duplication, type hints, and add docstrings without a major change to the API. (by @​mhuser )
  • The documentation for NanoVNA2 and IEEE 370 has been much improved (by @​mxxmxn and @​mhuser)
  • skrf's impulse response calculation are now comparable to Metas VNA Tools (by @​FranzForstmayr )

Python Version

New Features

Improvements

Bug Fixes

New Contributors

... (truncated)

Commits
  • 6302d8f Merge pull request #1132 from jhillairet/dev/v1.2.0
  • e394b97 Merge pull request #1139 from Asachoo/CircuitPerformance
  • 3c4c588 Merge pull request #1140 from mhuser/separate_fer_qcm
  • 6950007 Merge pull request #1138 from wsapia/update-comments
  • 81f8ca1 ruff
  • 6c6c875 separate IEEE FER and FD QC in their own class
  • 075a5a6 Update comment of unit tests.
  • 66cb28b Update relevant unit test case.
  • 5f2ab72 Use the Network provided by media to re-implement the Open and Ground.
  • 01a894e Restore the previous reduce_circuit() method.
  • 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)

Updates the requirements on [scikit-rf](https://github.com/scikit-rf/scikit-rf) to permit the latest version.
- [Release notes](https://github.com/scikit-rf/scikit-rf/releases)
- [Commits](scikit-rf/scikit-rf@v0.30.0...v1.2.0)

---
updated-dependencies:
- dependency-name: scikit-rf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Aug 1, 2024
@dependabot dependabot bot requested a review from MaxJPRey August 1, 2024 21:18
Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.70%. Comparing base (8467cd5) to head (cb86cab).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4988      +/-   ##
==========================================
- Coverage   83.70%   83.70%   -0.01%     
==========================================
  Files         121      121              
  Lines       54812    54812              
==========================================
- Hits        45883    45881       -2     
- Misses       8929     8931       +2     

@Samuelopez-ansys Samuelopez-ansys merged commit c856dc0 into main Aug 5, 2024
46 checks passed
@Samuelopez-ansys Samuelopez-ansys deleted the dependabot/pip/scikit-rf-gte-0.30.0-and-lt-1.3 branch August 5, 2024 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related with project dependencies maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants