Comparing CLI_GUI_separation...main · Sparamix/SQualCheck · GitHub
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: Sparamix/SQualCheck
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: CLI_GUI_separation
Choose a base ref
...
head repository: Sparamix/SQualCheck
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 14 files changed
  • 2 contributors

Commits on Dec 6, 2025

  1. Merge pull request #27 from OpenSNPTools/CLI_GUI_separation

    CLI and GUI separation + cleanup
    dracid authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    11bb876 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2025

  1. Added drag-n-drop support

    Checked in Ubuntu Linux, GNOME environment
    dracid committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    db2e830 View commit details
    Browse the repository at this point in the history
  2. Added PROJECT_CONTEXT.md file for AI Agent

    Generated by ChatGPT 5.1
    dracid committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    d0657cc View commit details
    Browse the repository at this point in the history
  3. Initial parallel calculations - process per file

    Very initial. TODO make it optional
    dracid committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    f2825d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9426795 View commit details
    Browse the repository at this point in the history
  5. Added timing measurement

    Displays in the GUI and report MD file
    dracid committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    de23afa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3bc9fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d84088b View commit details
    Browse the repository at this point in the history
  8. Added Settings modal dialog

    dracid committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    81b30cb View commit details
    Browse the repository at this point in the history
  9. Merge pull request #30 from OpenSNPTools/Trying_CODEX

    Trying codex
    dracid authored Dec 7, 2025
    Configuration menu
    Copy the full SHA
    3c0d313 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9c79f92 View commit details
    Browse the repository at this point in the history
  11. Settings are dumped into MD report

    as a table
    dracid committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    8c90aa7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    40b3c85 View commit details
    Browse the repository at this point in the history
  13. Moved around correlation IEEE370 report

    And other files, to make more sense
    dracid committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    1b53c06 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. Fix MD report encoding, TD rating, and clipboard header order

    - save_markdown_results: open the file as UTF-8 so the quality orbs no
      longer crash on Windows (fixes #32).
    - GUI treeview: pass the `domain` argument through to get_quality_level
      so time-domain mV values are classified against the time thresholds
      instead of the frequency-domain % thresholds (fixes #33).
    - Copy Table: reorder the clipboard header to match the tree's column
      layout (3 Freq, separator, 3 Time) so pasted tables line up (#33).
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    dracid and claude committed Apr 21, 2026
    Configuration menu
    Copy the full SHA
    f18a1ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from Sparamix/claude/strange-franklin-dd4713

    Fix MD report encoding, TD rating, and clipboard header order
    dracid authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    b3d5263 View commit details
    Browse the repository at this point in the history
  3. Rename OpenSNPQual → Sparamix.SQualCheck; bump version to v0.1.1

    - Rename source files via git mv: opensnpqual{,_gui,_backend}.py,
      opensnpqual_settings.json, and docs/openSNPQual_correlation_IEEE370.md
      to their squalcheck_* equivalents so history follows the moves.
    - Rename Python identifiers: OPENSNPQUAL_TITLE/VERSION → SQUALCHECK_*,
      OpenSNPQualCLI/OpenSNPQualGUI → SQualCheckCLI/SQualCheckGUI.
    - Title string is now "Sparamix.SQualCheck v0.1.1:  A Simple S-Parameter
      Quality Checker" (previously "OpenSNPQual v0.1").
    - Settings path: opensnpqual_settings.json → squalcheck_settings.json.
      Any pre-existing settings file under the old name will stop being
      loaded after this release.
    - CSV/MD output prefix: snpqual_results_* → squalcheck_results_*.
    - Update all GitHub URLs from OpenSNPTools/openSNPQual to
      Sparamix/SQualCheck in README, GUI About/Bug dialogs, and docs.
    - Rewrite build_script.py embedded PyInstaller/setup/batch/shell/README
      templates to the new name; bump setup.py version to 0.1.1.
    - Rewrite README.md, PROJECT_CONTEXT.md, correlation doc bodies, and
      the single integration comment in ieee_p370_quality_freq_domain.py.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    dracid and claude committed Apr 21, 2026
    Configuration menu
    Copy the full SHA
    052de31 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #35 from Sparamix/rename/squalcheck-v0.1.1

    Rename OpenSNPQual → Sparamix.SQualCheck; bump version to v0.1.1
    dracid authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    d8f515a View commit details
    Browse the repository at this point in the history
Loading