Wykres commitów

1608 Commity (main)

Autor SHA1 Wiadomość Data
Holger Müller f6e1868a95
Merge pull request #572 from zarath/feature/python3_11
dataclass fix for python3.11 compatability
2022-12-18 11:41:11 +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
Martin ad14650fc5 experimental rpm build (works on a debian system)
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
2022-10-16 08:12:49 +02:00
Holger Müller 10d786e787 fixed packagename for purge in Makefile 2022-10-15 21:33:37 +02:00
Holger Müller 239edc1cd0 kept most setup info in setup.cfg
TODO: switch to pyproject.toml in future
2022-10-15 21:33:37 +02:00
Martin 0485e2c8c2 Feat: Improve deb build, add README, icon, desktop file to the deb package
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
2022-10-15 21:33:37 +02:00
Martin c5bee7f3e3
add a Makefile to build a simple debian package (#560)
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
2022-10-13 11:57:41 +02:00
Holger Müller 533a543a1b
Feature/documentation (#558)
* documentation updates
* github workflow files
2022-10-09 19:02:05 +02:00
Holger Müller c5a23fcd46
Merge pull request #557 from zarath/bugfix/calibration_crash
use math instead of table for log step calculation
2022-10-07 21:49:01 +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 114b815c72
Merge pull request #554 from zarath/bugfix/python3.8
bugfix for python3.8 compatability
2022-09-29 12:48:46 +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 8e6ab89189 added ubuntu 22.04 release 2022-09-25 18:12:32 +02:00
Holger Müller 62b5c5a1b2
Merge pull request #553 from zarath/bugfix/analysis_import_fix
fixed import pass for analyis module
2022-09-24 20:49:27 +02:00
Holger Müller 193711dc6a fixed import pass for analyis module 2022-09-24 20:47:17 +02:00
Holger Müller 0f19d5aa3c
Merge pull request #550 from zarath/feature/refactoring
Feature/refactoring
2022-09-21 22:37:11 +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 ec23d1b3c8 Split history NanoVNASaver/Analysis/ResonanceAnalysis.py to NanoVNASaver/Analysis/EFHWAnalysis.py 2022-09-21 17:46:27 +02:00
Holger Müller 8f016399bb 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 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