Wykres commitów

1478 Commity (24a4ca0ffa804a1b2b5d651ffd2b20ffc925fe4e)

Autor SHA1 Wiadomość Data
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 8e73456668
added test for printing NaN (Not a Number) 2022-09-18 18:32:35 +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 6630568ed9
Merge pull request #544 from zarath/bugfix/541_crash_in_ri
More int float issues fixed.
2022-09-16 08:20:55 +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 92af43ae22
Merge pull request #547 from fk0815/main
Fix test_restore_dataclass
2022-09-14 21:06:57 +02:00
Frank Kunz c792c1bd69 Fix test_restore_dataclass
Signed-off-by: Frank Kunz <mailinglists@kunz-im-inter.net>
2022-09-14 20:58:27 +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 f0e51639b9
fixed typo in workflow 2022-09-11 19:16:25 +02:00
Holger Müller a8ccbce40f
push patch version 2022-09-11 19:09:08 +02:00
Holger Müller 51d0e318cd
Merge pull request #543 from zarath/bugfix/541_crash_in_draw
Use more integer devisions
2022-09-11 18:46:43 +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 7dc3290fdd
Update README.md
Finalized 0.5.0
2022-09-08 09:55:22 +02:00
Holger Müller 75d2d1e11e
Merge pull request #537 from zarath/feature/version_0_5_0
Version 0.5.0
2022-09-08 09:53:00 +02:00
Holger Müller 4da5ea3678
Version 0.5.0 2022-09-08 09:50:06 +02:00
Holger Müller b2b64ab9cd
Merge pull request #536 from zarath/bugfix/535_msspad
Made changes on suggestions of #535 by @msspad
2022-09-08 09:00:00 +02:00
Holger Müller b3f816e5f5
updated libraries for binary builds 2022-09-08 08:52:31 +02:00
Holger Müller b4a55c6179
Added CodeQL workflow 2022-09-08 08:42:13 +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
Holger Müller 7baa870e75
Merge pull request #530 from Oscilllator/main
Add negative real resistance for proper graph scaling
2022-08-27 07:57:44 +02:00
Oscilllator ad1cfb5787 Add negative real resistance for proper graph scaling 2022-08-25 19:01:18 -07:00
Holger Müller bd4eeb5e63
Merge pull request #518 from blinken/main
getPlotable, cast return values to int
2022-07-19 20:34:30 +02: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 Müller e452c055d5
Merge pull request #515 from zarath/bugfix/update_numpy
Updated requieremens (security fixes)
2022-06-25 15:03:08 +02:00
Holger Mueller 32711ec6f7 Updated requieremens (security fixes) 2022-06-25 13:14:09 +02:00
Holger Müller 16f028e5ed
Merge pull request #510 from zarath/bugfix/dont_chrash_on_zoom
fix zoom crash when wheel on square charts
2022-05-28 22:51:57 +02:00
Holger Mueller cc3795af51 fix zoom crash when wheel on square charts 2022-05-28 22:50:07 +02:00
Holger Müller f5afb78970
Merge pull request #509 from zarath/bugfix/zoom
enable to zoom out (not perfect yet)
2022-05-28 21:54:02 +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
Holger Müller 01c83cd2f0
Feature/refactor settings (#507)
* fixed Default module
* fixed QByteArray parsing
* updated changelog
* refactored charts
2022-05-27 13:02:18 +02:00