Wykres commitów

1608 Commity (main)

Autor SHA1 Wiadomość Data
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
Martin f996ee9ceb
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-01 18:12:43 +01:00
Holger Müller d313911840 Linting 2023-02-01 11:38:34 +01:00
Holger Müller 7c86009b3e Updated github workflows and library versions 2023-02-01 09:04:09 +01:00
Martin c536de6dc8
Proposal for #485 - make all windows scrollable (#591)
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
2023-02-01 08:28:23 +01:00
Holger Müller d6b2f8119b
fix numpy related crash in tdr modules (#587) 2023-01-25 09:29:33 +01:00
Holger Müller d654ea0441
Removed Changelog.md from setup.py 2023-01-03 16:38:43 +01:00
Jaroslav Škarvada 4d21d6dfdc
desktop file: drop exec and fix it according to the spec (#582)
Fixes #580, fixes #581

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2023-01-03 16:06:18 +01:00
Holger Müller ed362a0c4b
Merge pull request #577 from NanoVNA-Saver/feature/release_0.5.4
release 0.5.4
2023-01-01 16:37:13 +01:00
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