nanovna-saver/CHANGELOG.md

83 wiersze
2.2 KiB
Markdown
Czysty Zwykły widok Historia

2020-08-01 08:28:04 +00:00
v0.3.7
======
- Added a delta marker
- Segments can now have exponential different step widths
(see logarithmic sweeping)
- More different data points selectable
(shorter are useful on logarithmic sweeping)
- Scrollable marker column
- Markers initialize on start, middle, end
2020-08-03 15:59:19 +00:00
- Frequency input is now more "lazy"
10m, 50K and 1g are now valid for 10MHz, 50kHz and 1GHz
2020-08-01 08:28:04 +00:00
- Added a wavelength field to Markers
- 32 bit windows binaries build in actions
- Stability improvements due to better exception handling
2020-08-03 15:59:19 +00:00
- Workaround for wrong first S21mag value on V2 devices
2020-08-01 08:28:04 +00:00
2020-07-14 09:36:10 +00:00
v0.3.6
======
- Implemented bandwidth setting in device management
2020-07-10 10:14:26 +00:00
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
2020-07-03 16:52:59 +00:00
v0.3.4
======
- Refactored Analysis
- Add Antenna Analysis
- Fixed bug in Through Calibration
- Fixed bug in s2p saving
- Fixed crash when clicking connect with no device connected
- Fixed module error with source installation if
pkg\_resources missing
2020-06-30 10:23:23 +00:00
v0.3.3
======
- Fixed data acquisition with S-A-A-2 / NanoVNA V2
- Refactored calibration code
- Calibration data between known datapoints in now
interpolated by spline interpolation
- Fixed through calibration
2020-06-28 11:07:14 +00:00
v0.3.2
======
- fixed crash with averaging sweeps
also averaging now discards reading by geometrical distance
2020-06-27 19:48:28 +00:00
v0.3.1
======
- fixed crash with calibration assistant
2020-06-25 18:09:36 +00:00
v0.3.0
======
- Support for S-A-A-2 / NanoVNA V2
- Support for 202 Datapoints/scan with NanoVNA-H
- Support for attenuator at S11
- Massive code separation to easy additon of
Hardware, Charts, Analysis ...
Known Issues
------------
2020-06-30 10:23:23 +00:00
- -H / -H4 supports depends on Firmware
2020-06-25 18:09:36 +00:00