Wykres commitów

1038 Commity (16b1cfa9a283e89333997feef567be8dc9a768b2)

Autor SHA1 Wiadomość Data
Holger Müller 2a9a4101f0 release 0.5.4 2023-01-01 16:31:38 +01:00
Holger Müller 74d3ac7d07
Feature/python3 11 (#576)
* updated requirements
* use python3.11 in release actions
* fixed np.complex deprecation
2023-01-01 16:06:43 +01:00
Holger Müller fa03e7d753 dataclass fix for python3.11 compatability 2022-12-08 17:26:17 +01:00
Holger Müller fb50f4a01b
New SI prefixes added - Ronna, Quetta - Yeah! (#570) 2022-11-24 16:42:52 +01:00
Attilio Panniello 9c5b1e01ea
Support of NanoVNA V2 Plus5 on Windows (#566)
(FW 20220814)

Co-authored-by: Attilio Panniello <63241631+apanniello@users.noreply.github.com>
2022-10-16 18:52:35 +02:00
Holger Müller 4d94bbec92 moved a static method to simple function 2022-10-16 08:14:55 +02:00
Holger Müller 1951388c71 suppress pylint import complaints 2022-10-16 08:14:55 +02:00
Holger Müller d57ae78efa use math instead of table for log step calculation 2022-10-07 21:42:58 +02:00
Holger Müller 7b9dd5ab0a
Feature/refactoring (#556)
* github workflow naming for ubuntu 22.04
* refactored Hardware.py
* use contextlib instead of try
* use dataclass instead of userdict
* simplyfied sweep worker
* fixed calibration data loading
* explicit import of scipy functions - may fix #555
2022-10-06 18:15:59 +02:00
Holger Müller 35686319cd bugfix for python3.8 compatability
fixes #522, #511
2022-09-29 12:47:02 +02:00
Holger Müller 193711dc6a fixed import pass for analyis module 2022-09-24 20:47:17 +02:00
Holger Müller 8f224e0e37 refactored ResonanceAnalysis 2022-09-21 18:39:26 +02:00
Holger Müller 400ed54f9a Split history NanoVNASaver/Analysis/ResonanceAnalysis.py to NanoVNASaver/Analysis/EFHWAnalysis.py 2022-09-21 17:46:27 +02:00
Holger Müller d33924511d Split history NanoVNASaver/Analysis/ResonanceAnalysis.py to NanoVNASaver/Analysis/EFHWAnalysis.py 2022-09-21 17:46:27 +02:00
Holger Müller 44e38515bc refactoring analytics 2022-09-21 17:45:08 +02:00
Holger Müller 0b1b73cfc1
fixed refactored attribute 2022-09-20 20:04:27 +02:00
Holger Müller d1ea20f989
Simplified analysis 2022-09-20 19:52:34 +02:00
Holger Müller 01eb028f9f
updated libraries 2022-09-20 07:26:50 +02:00
Holger Müller 24a4ca0ffa
refactored BandStopAnalysis 2022-09-19 19:21:22 +02:00
Holger Müller a73028e2c3
derive BandStop from BandPass 2022-09-18 20:09:56 +02:00
Holger Müller a732aea84b
formatting 2022-09-18 20:09:19 +02:00
Holger Müller a6c3ccc0d3
moved cable data to variable 2022-09-18 20:06:45 +02:00
Holger Müller 879d5ddea3
Feature/v0.5.4 pre (#548)
* Simplified VSWR analysis
* Split history VSWRAnalysis.py to ResonanceAnalysis.py
* simplified BandPassAnalysis
2022-09-18 18:03:52 +02:00
Holger Müller d163143356
Version bump 2022-09-16 08:15:16 +02:00
Holger Müller 79a577ffe3
pycodestyle fixes 2022-09-15 21:59:55 +02:00
Holger Müller cabb8a4351
pycodestyle fixes 2022-09-15 21:05:07 +02:00
Holger Müller ef6a3c2d0a
Another float glitched trough.. 2022-09-15 20:32:44 +02:00
Holger Müller 1609295bd9
pycodestyle changes 2022-09-15 20:08:23 +02:00
Holger Müller 3f8151aad7
ensure int type in draw coordinates 2022-09-15 17:37:41 +02:00
Holger Müller 36bff6a09d
fixed default for SITools::Value 2022-09-15 08:03:26 +02:00
Holger Müller 8bc452d48f
Linting Charts 2022-09-15 07:53:08 +02:00
Holger Müller d86cbec7c4
Cast varible type to int 2022-09-15 07:51:28 +02:00
Holger Müller 4159c70558
Imports and linebreaks adjusted 2022-09-14 19:00:25 +02:00
Holger Müller 2f69f5c154
More int float issues fixed. 2022-09-13 18:46:02 +02:00
Holger Müller 05f7b9bbf0
updated documentation 2022-09-11 20:10:44 +02:00
Holger Müller a8ccbce40f
push patch version 2022-09-11 19:09:08 +02:00
Holger Müller 7690f39c19
Use more integer devisions
Using more integer divisions to get right type for QPainter
points
2022-09-11 18:29:03 +02:00
mss 06ffd48de0 fix type hint and typo 2022-09-11 17:14:13 +02:00
Holger Müller 37007a650d
fixed crashing polar charts on python3.10 #528 (#539) 2022-09-08 22:36:14 +02:00
Holger Müller 08635b0d4b
Code cleanups and refactorings in LogCharts (#538) 2022-09-08 20:32:01 +02:00
Holger Müller 4da5ea3678
Version 0.5.0 2022-09-08 09:50:06 +02:00
Holger Müller 8814e4f471
use numpy array for TDRWindow.td attribute 2022-09-07 21:12:54 +02:00
Holger Müller c14ca3c350
Linting and simplifying readValues in NanoVNA_V2 2022-09-07 20:26:58 +02:00
Holger Müller 611d00c551
raise IOError if read_board_revision fails 2022-09-07 20:13:09 +02:00
Holger Müller f1e2041fbe
split complex method 2022-09-07 20:12:29 +02:00
Oscilllator ad1cfb5787 Add negative real resistance for proper graph scaling 2022-08-25 19:01:18 -07:00
Patrick Coleman 32f88eba31 getPlotable, cast return values to int
Closes #500

NanoVNA-saver crashes per below when getPlotable returns a float.
getPlotable is always followed by a call to drawLine(self, int, int,
int, int), so it needs to return ints.

Cast getPlotable return values to int in all cases.

Traceback (most recent call last):
  File "/home/blinken/co/nanovna-saver/NanoVNASaver/Charts/Frequency.py", line 447, in paintEvent
    self.drawValues(qp)
  File "/home/blinken/co/nanovna-saver/NanoVNASaver/Charts/VSWR.py", line 144, in drawValues
    self.drawData(qp, self.data, Chart.color.sweep)
  File "/home/blinken/co/nanovna-saver/NanoVNASaver/Charts/Frequency.py", line 641, in drawData
    qp.drawLine(prevx, prevy, new_x, new_y)
TypeError: arguments did not match any overloaded call:
  drawLine(self, QLineF): argument 1 has unexpected type 'int'
  drawLine(self, QLine): argument 1 has unexpected type 'int'
  drawLine(self, int, int, int, int): argument 3 has unexpected type 'numpy.float64'
  drawLine(self, QPoint, QPoint): argument 1 has unexpected type 'int'
  drawLine(self, Union[QPointF, QPoint], Union[QPointF, QPoint]): argument 1 has unexpected type 'int'
Aborted
2022-07-19 14:10:15 +01:00
Holger Mueller cc3795af51 fix zoom crash when wheel on square charts 2022-05-28 22:50:07 +02:00
Holger Mueller 2821f4d08c enable to zoom out (not perfect yet) 2022-05-28 21:48:13 +02:00
Holger Mueller 50ded6dcf3 Hotfix type exception on exit 2022-05-27 18:39:36 +02:00