Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NanoVNA-Saver/nanovna-saver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.4
Choose a base ref
...
head repository: NanoVNA-Saver/nanovna-saver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.5
Choose a head ref
  • 9 commits
  • 23 files changed
  • 3 contributors

Commits on Jul 5, 2024

  1. Update INSTALLATION.md

    Added libxcb-cursor-dev to correct startup error:
    Could not load the Qt platform plugin "xcb" in "" even though it was found.
    ...and its resulting core dump.
    t52ta6ek authored and zarath committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f7ceedc View commit details
    Browse the repository at this point in the history
  2. Update About.py

    Fixes warning on startup.
    t52ta6ek authored and zarath committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    da87473 View commit details
    Browse the repository at this point in the history
  3. Update src/NanoVNASaver/Windows/About.py

    Use raw string for regex
    zarath committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f3f1ed0 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Update About.py

    Fix bug with setuptools_scm not being able to find .git
    EnPassant123 authored and zarath committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5cc1ee1 View commit details
    Browse the repository at this point in the history
  2. Update TDR.py

    Fix math with TDR
    EnPassant123 authored and zarath committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3e54d95 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Update TDR.py

    Allow for plotting of S11 and VSWR
    EnPassant123 authored and zarath committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2ec8981 View commit details
    Browse the repository at this point in the history
  2. Update TDR.py

    Allow user to select |Z|, VSWR, or S11
    EnPassant123 authored and zarath committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f43a869 View commit details
    Browse the repository at this point in the history
  3. Update TDR.py

    typo
    EnPassant123 authored and zarath committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3614939 View commit details
    Browse the repository at this point in the history
  4. Feature/updates (#719)

    * use python3 for clean in Makefile. fixes #713
    * github workflow updates / macos removal
    * updated libraries (incl. numpy-2.x.x)
    * linting with black
    zarath authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6bcc5ca View commit details
    Browse the repository at this point in the history
Loading