Bug Corrections
- Y-Smith chart labels fixed (Issue 347 solved by PR 348 )
- Touchstone 1.0 files data order fixed for 2 port networks (Issue 345 solved by PR 346 from sxntxn )
- `gamma` and `z0` data from HFSS Touchstone files fixed for large number of ports (Issue 350 solved by PR 351)
- fix bug related to kilo unit "k" (Issue 338 solved by PR 339 and 340 from DavidLutton and caleworkman)
- fix bug related to switch terms parsing (Issue 341 solved by PR 342, thanks to RF-NanoDetec )
New Features
- Noise deembedding features (PR 343 and 344 from FournierVincent, TomWoo and Gloamglozer). Additional features and documentation will arrive later.
- Add compatibility with HFSS version 2020R2 Touchstone files for `gamma` and `z0` data from (PR 351)
Documentation
- Add the [Slack channel link](http://scikit-rf.slack.com/) (PR #349 by JAnderson419 )
- New Documentation (PR 334, 337):
- [New `Circuit` tutorial](https://scikit-rf.readthedocs.io/en/latest/tutorials/Circuit.html)
- [New examples on matching from Pozar book (LC and stub)](https://scikit-rf.readthedocs.io/en/latest/examples/matching/Impedance%20Matching.html)
- [New .svg file containing Network symbols](https://github.com/scikit-rf/scikit-rf/blob/master/doc/source/skrf_Network_symbols.svg)
- Plus few smaller things