diff --git a/AUTHORS.rst b/AUTHORS.rst index 8eec3d6..1ad79a1 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -6,39 +6,51 @@ Contributors * bicycleGuy * Carl Tremblay * cinosh07 +* Crispin Tschirky * Dan Halbert * Daniel Lingvay * Davide Gerhard * Denis Bondar * dhunt1342 * DiSlord +* EnPassant123 <121702617+EnPassant123@users.noreply.github.com> * Frank Kunz * Galileo +* Henk Vergonet * Holger Mueller * ikatkov * Ishmael Samuel * James Limbouris * Jaroslav Škarvada * Kevin Zembower +* Leonardo Padilha Guarezi <38223894+lpg2709@users.noreply.github.com> +* MarcFontaine * Mark Zachmann * Martin * Mauro Gaioni * Mauro +* Maxim Medvedev * mihtjel * Mike4U <9957897+Mike4U@users.noreply.github.com> * mss +* Name +* nechry * Neil Katin * Ohan Smit * Olgierd Pilarczyk * Oscilllator * Patrick Coleman +* Patrick Leiser * Peter B Marks +* Peter Hackenberg <170885528+Peter3579@users.noreply.github.com> * Psynosaur * RandMental * Roel Jordans * Rune B. Broberg -* Sascha Silbe +* Rune Broberg +* Sascha Silbe +* Songhua Liu * sysjoint-tek <63992872+sysjoint-tek@users.noreply.github.com> +* t52ta6ek <24543390+t52ta6ek@users.noreply.github.com> * Thomas de Lellis <24543390+t52ta6ek@users.noreply.github.com> -* zstadler -* Peter Hackenberg <170885528+Peter3579@users.noreply.github.com> +* zstadler \ No newline at end of file diff --git a/README.rst b/README.rst index e863888..02b2e86 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ points, and generally display and analyze the resulting data. * Copyright 2019, 2020 Rune B. Broberg * Copyright 2020ff NanoVNA-Saver Authors -It's developed in **Python 3 (>=3.8)** using **PyQt6**, **numpy** and +It's developed in **Python 3 (>=3.10)** using **pyside6**, **numpy** and **scipy**. @@ -83,7 +83,7 @@ Screenshot Running the application ----------------------- -Main development is currently done on Linux (Mint 21 "Vanessa" Cinnamon) +Main development is currently done on Linux (Debian 11) Installation ------------ @@ -91,12 +91,9 @@ Installation Binary releases ^^^^^^^^^^^^^^^ -You can find current binary releases for Windows, Linux and MacOS under +You can find current binary releases for Windows, Linux under https://github.com/NanoVNA-Saver/nanovna-saver/releases/latest -The 32bit Windows binaries are somewhat smaller and seems to be a -little bit more stable. - `Detailed installation instructions `_ Using the software @@ -180,33 +177,10 @@ for the plot (right click on the plot). Latest Changes ^^^^^^^^^^^^^^ -* Using PyQt6 -* Moved to PyScaffold project structure -* Fixed crash in resonance analysis -* Added TinySA readout and screenshot +See Notes in github release notes. - -Changes in 0.5.5 -^^^^^^^^^^^^^^^^ - -* Measuring inductor core permeability -* Bugfixes for calibration data loading and saving -* Let V2 Devices more time for usb-serial setup -* Make some windows scrollable - -Changes in 0.5.4 -^^^^^^^^^^^^^^^^ - -* Bugfixes for Python3.11 compatability -* Bugfix for Python3.8 compatability -* use math instead of table for log step calculation -* Support of NanoVNA V2 Plus5 on Windows -* New SI prefixes added - Ronna, Quetta -* addes a Makefile to build a packages -* Simplyfied sweep worker -* Fixed calibration data loading -* Explicit import of scipy functions - #555 -* Refactoring of Analysis modules +* Using pyside6 +* Use uv and pyproject.toml Contributing ------------