From 95a3f72a9823d6744d568d76bcad7dfe3cada106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20M=C3=BCller?= Date: Fri, 10 Jul 2020 13:25:57 +0200 Subject: [PATCH] Updated README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index d0ab47d..5a0c381 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,19 @@ points, and generally display and analyze the resulting data. # Latest Changes +## Changes in v0.3.5 + +- Sweep worker now initializes full dataset on setting changes. + Therefore no resize of charts when doing multi segment sweep +- Changing datapoints in DeviceSettings are reflected in SweepSettings widget step size +- Simplified calibration code by just using scipy.interp1d with fill\_value +- Established Interface class to ease locking and allow non usb connections in future +- Cleaned up VNA code. Added some pause statements to get more robust readings +- Added MagLoopAnalysis +- Touchstone class can now generate interpolated Datapoints for a given frequency + Will be usefull in future analysis code +- Fixed a bug in Version comparison + ## Changes in v0.3.4 - Refactored Analysis - Add Antenna Analysis