Holger Müller
dd2f5b8a5d
Feature/tinysa ( #616 )
...
* TinySA and PyQt6 fixes
2023-03-14 19:22:46 +01:00
Holger Müller
b322d3dc09
Updated changes in README.rst
2023-03-13 12:13:44 +01:00
Holger Müller
5b21315a11
PyQt6 updates
2023-03-13 12:13:44 +01:00
Holger Müller
9ace7d8cd4
PyQt6 fixes
2023-03-13 12:13:44 +01:00
Holger Müller
b768a8e01b
pyqt6
2023-03-13 12:13:44 +01:00
Holger Müller
2c58b2ba8f
Merge pull request #614 from MarcFontaine/main
...
restore options.entry_points
2023-03-10 19:02:58 +01:00
MarcFontaine
a45baea9e2
restore options.entry_points
2023-03-10 18:46:50 +01:00
Holger Müller
db5cd98e03
Merge pull request #612 from NanoVNA-Saver/feature/v0.6.0
...
Feature/v0.6.0
2023-03-08 13:57:16 +01:00
Holger Müller
74792b3192
Merge pull request #611 from zarath/updates
...
used black for reformatting/lintig
2023-03-08 09:52:38 +01:00
Holger Müller
50b540a832
used black for reformatting/lintig
2023-03-08 09:40:39 +01:00
Holger Müller
094b0185e7
Merge pull request #609 from zarath/updates
...
moved to pyscaffold directory structure
2023-03-07 21:18:17 +01:00
Holger Müller
b0110002ec
moved to pyscaffold directory structure
...
and fixed resonances analysys crash #608
2023-03-07 21:11:12 +01:00
Holger Müller
c0e177bf1a
linting
2023-03-05 13:33:05 +01:00
Holger Müller
185a64b5ae
removed unused imports
2023-02-28 21:18:00 +01:00
Holger Müller
f7d72d4320
fixed another python3.11 float int crash
2023-02-28 20:32:19 +01:00
Holger Müller
82e582b9c0
Release v0.5.5
2023-02-28 19:52:51 +01:00
Holger Müller
59e7e1809a
library version updates
2023-02-28 19:39:46 +01:00
Holger Müller
0b82754350
Updated installation instructions
2023-02-28 19:07:44 +01:00
Holger Müller
6f6f6c65e1
Move cal data parsing to CalDataSet class
2023-02-28 18:50:18 +01:00
Holger Müller
92a8a0e39d
removed duplicate code for scrollareas
2023-02-27 21:01:35 +01:00
Holger Müller
b47e665575
Merge pull request #606 from zarath/feature/fixes_for_release
...
Feature/fixes for release
2023-02-26 19:48:52 +01:00
Holger Müller
7f920249b1
linting
2023-02-26 19:46:38 +01:00
Holger Müller
5860b04ce6
generate cal data file content from CalDataSet
2023-02-26 19:46:23 +01:00
Holger Müller
9231737b70
Merge pull request #605 from zarath/bugfix/#603_calibration
...
Fix calibration data loading
2023-02-26 10:14:55 +01:00
Holger Müller
29518eef00
Fix calibration data loading
2023-02-26 10:12:05 +01:00
Holger Müller
8e9976a540
Merge pull request #604 from NanoVNA-Saver/feature/release_0.5.5
...
Feature/release 0.5.5
2023-02-24 20:08:13 +01:00
Holger Müller
0fbb301435
fix for sol data load
2023-02-24 20:03:41 +01:00
Holger Müller
93ee51d236
Workaround for V2 serial int crash
2023-02-24 19:31:58 +01:00
Holger Müller
925cf6d4e1
Merge remote-tracking branch 'upstream/main' into feature/release_0.5.5
2023-02-24 19:31:32 +01:00
Holger Müller
09246b6a34
Linting
2023-02-19 09:08:14 +01:00
Roel Jordans
dc8874c1c9
Stop sweeping with stop button in continous mode
2023-02-19 09:08:14 +01:00
Roel Jordans
c4623ddd90
Added brief documentation of the new S11 mu option to README.md
...
Signed-off-by: Roel Jordans <r.jordans@tue.nl>
2023-02-19 09:08:14 +01:00
Roel Jordans
02371bc56b
Clarify calculation and origin of np.conj()
2023-02-19 09:08:14 +01:00
Roel Jordans
0ffe0eaf72
Moved core dimension fields to toplevel menu
...
also added copy method for new settings
2023-02-19 09:08:14 +01:00
Roel Jordans
ee3467e5ec
Calculating mu of a core based on given dimensions
2023-02-19 09:08:14 +01:00
Roel Jordans
3d3e31e176
Re-organize RI chart to have RIZ specialization
...
- separate impedance plotting specific bits
- preparation new chart to plot mu' and mu'' for given core dimensions
2023-02-19 09:08:14 +01:00
Martin
f377c999fa
fix #592 (crash on mouse click in TDR window) ( #593 )
...
* fix #592 (crash on mouse click in TDR window)
AttributeError: 'list' object has no attribute 'size'
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
* Apply suggestions from code review
Looks better, I was too much focused on the "size" and it was all about the emptiness.
Co-authored-by: Holger Müller <zarath@gmx.de>
---------
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
Co-authored-by: Holger Müller <zarath@gmx.de>
2023-02-19 09:08:14 +01:00
Holger Müller
4cebe94b87
Linting
2023-02-19 09:08:14 +01:00
Holger Müller
e4bd720160
Updated github workflows and library versions
2023-02-19 09:08:14 +01:00
Martin
a437029fcd
Proposal for #485 - make all windows scrollable ( #591 )
...
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
2023-02-19 09:08:14 +01:00
Holger Müller
d7867b7535
Linting
2023-02-19 09:06:23 +01:00
Holger Müller
09d8b2b866
Merge branch 'feature/release_0.5.5' of github.com:NanoVNA-Saver/nanovna-saver into feature/release_0.5.5
2023-02-19 08:55:26 +01:00
Roel Jordans
69f5089c1f
Stop sweeping with stop button in continous mode
2023-02-19 08:54:49 +01:00
Roel Jordans
044c1c885e
Added brief documentation of the new S11 mu option to README.md
...
Signed-off-by: Roel Jordans <r.jordans@tue.nl>
2023-02-19 08:54:49 +01:00
Roel Jordans
0c3f179303
Clarify calculation and origin of np.conj()
2023-02-19 08:54:49 +01:00
Roel Jordans
9b199b53a9
Moved core dimension fields to toplevel menu
...
also added copy method for new settings
2023-02-19 08:54:49 +01:00
Roel Jordans
dc44d33786
Calculating mu of a core based on given dimensions
2023-02-19 08:54:49 +01:00
Roel Jordans
3265d0368b
Re-organize RI chart to have RIZ specialization
...
- separate impedance plotting specific bits
- preparation new chart to plot mu' and mu'' for given core dimensions
2023-02-19 08:54:49 +01:00
Holger Müller
a9d0e02e4d
Merge remote-tracking branch 'upstream/main' into feature/release_0.5.5
2023-02-14 08:44:25 +01:00
ikatkov
2c868d818f
getYPosition fix
2023-02-13 17:26:45 +01:00