github scikit-rf/scikit-rf v0.24.1

latest releases: v1.0.0, v.0.32.0, v0.31.0...
17 months ago

This release contains new features for time gating, make qtapps runable again and fixes related to matplotlib dependency.

Note that new warnings related to the default frequency and time unit are now generated if the frequency or time units are not explicitly passed. Indeed, SI units will used by default for frequency (Hz) and time (s) in future versions of scikit-rf, instead of GHz and ns as presently. It is thus recommended to pass explicitly the units in order to avoid surprises in future versions...

New Features

  • time.time_gate() has a new parameter method added, to choose how to perform gating either by convolution, by FFT (band-pass mode), or by RFFT (low-pass mode). Defaults is FFT. Also, another parameter fft_window is added, which enables frequency-domain windowing in case of FFT and RFFT mode. The default is a Hann window, but windowing can be disabled by setting fft_window=None. by @Vinc0110 in #770
  • qtapps are now runable again by @FranzForstmayr in #790

Changes of behaviour

Fixes

Documentation

Continuous Integration

  • Update the checkout and setup-python GA versions by @jhillairet in #793
  • update to pytest-cov ~=4.0 and drop the deprecation warning ignore by @altendky in #784

New Contributors

Full Changelog: v0.24.0...v0.24.1

Don't miss a new scikit-rf release

NewReleases is sending notifications on new releases.