ansys / pyaedt

AEDT Python Client Package
https://aedt.docs.pyansys.com
MIT License
185 stars 101 forks source link

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

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

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

Release notes

Sourced from scikit-rf's releases.

v1.1.0

This new release of scikit-rf brings some new features and important performance increases in Network connections and Circuit. The list of changes is detailled below. Many thanks to all contributors!

What's Changed

New Features

Bug Fixes

Performance Improvements

Code Quality

New Contributors

Full Changelog: https://github.com/scikit-rf/scikit-rf/compare/v1.0.0...v1.1.0

Commits
  • cd6ca2f Merge pull request #1078 from jhillairet/dev/v1.1.0
  • f86f009 Merge pull request #1100 from soxand16/scale-spreadsheet-frequency
  • f579a1e Merge pull request #1083 from ericwrice/violin
  • 803ae85 Change plot_violin to single method approach
  • d806cee Merge pull request #1096 from Asachoo/NetworkCopy
  • 5b36439 Fixed the issue that some Networks called in the Calibration class did not ha...
  • dadee8d Fix the issue where the attribute would be lost when executing the Network.s...
  • e45961d Use a dictionary to record the Network's extend attributes.
  • c7e37fb scaled frequency units
  • ea9f74f Remove unsafe setattr.
  • 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 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)
codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.05%. Comparing base (fba9515) to head (e89ac86).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4845 +/- ## ========================================== - Coverage 83.13% 83.05% -0.09% ========================================== Files 118 117 -1 Lines 54075 54019 -56 ========================================== - Hits 44957 44865 -92 - Misses 9118 9154 +36 ```