Julien Hillairet
Julien Hillairet
### Discussed in https://github.com/scikit-rf/scikit-rf/discussions/692 According to recommended [semantic versioning](https://semver.org/): > How do I know when to release 1.0.0? > > If your software is being used in production, it should...
Despite its advantages and its elegant intrinsic object oriented feature, `Network2` has severely diverged from `Network`, such compromising its its adoption. So it has been decided to remove `Network2` before...
## What's Changed * Finalize ts2 support by @FranzForstmayr in https://github.com/scikit-rf/scikit-rf/pull/1009 * Fix pre-commit config by @FranzForstmayr in https://github.com/scikit-rf/scikit-rf/pull/1018 * Dev/GitHub actions bump versions by @jhillairet in https://github.com/scikit-rf/scikit-rf/pull/1016 * Optimize...
We've found an issue in reading GEQDSK files using `geqdsk.read()` between the versions 0.7.0 (or 0.6.1) and 0.8. With the same file and machine description, version 0.7.0 converges properly, while...
Few year ago I've written a bad hack of the job runner in order to use the specific TS/WEST database library instead of MDSplus. it worked, but at the price...
According to the following paper recently published: A. Zohner, F. Irnstorfer, R. Weigel and C. Pfannenmüller, "Performance Evaluation of a New Universal Time Domain Gating Algorithm," 2024 IEEE International Instrumentation...
Issue created following [this post on reddit](https://www.reddit.com/r/rfelectronics/comments/1cf9zu2/comment/l1suprm/). The number of modules imported in the namespace when importing scikit-rf is quite large and can take quite some times. Just importing `skrf.constants`...
## What's Changed * Fix ts2 loader for upper / lower matrix definitions by @FranzForstmayr in https://github.com/scikit-rf/scikit-rf/pull/1149 * Update scikit-rf citations page by @jhillairet in https://github.com/scikit-rf/scikit-rf/pull/1147 * [docs] correct optional...
First of all, thank you for all of your great work ! A recurring remark made by users coming from Matlab against the Python/Matplotlib is the fact that one cannot...