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: miek/inspectrum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: miek/inspectrum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 30, 2024

  1. Update README.md

    miek authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    528bdda View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Fix mac CI build

    miek committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d5aede8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #234 from miek/mac-ci

    Fix mac CI build
    miek authored May 17, 2024
    Configuration menu
    Copy the full SHA
    009fd2d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. sigmf: Add support for datasets

    Sometimes, we want to load a data file found under the `core:dataset`
    key. In these cases, we need to read the dataset key and overwrite the
    respective variable.
    Further, we'd need to check if the corresponding `sigmf-data` file
    exists, because it is supposed to take precedence over the dataset file.
    The dataset file is all called a Non-Conforming-Datafile (NCD).
    
    Signed-off-by: Johannes Demel <[email protected]>
    jdemel committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3470a8a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Merge pull request #236 from jdemel/add-sigmf-dataset-support

    sigmf: Add support for datasets
    miek authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    6a1ee5a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. traceplot: Fix divide by zero crash

    Very small files would cause inspectrum to crash with a SIGFPE. In the
    end, this is caused by input that let's `samplesPerColumn == 0`. Make
    sure this value is at least `1` and it doesn't crash anymore.
    
    Signed-off-by: Johannes Demel <[email protected]>
    jdemel committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    7830cde View commit details
    Browse the repository at this point in the history
  2. Merge pull request #238 from jdemel/fix-small-file-crash

    traceplot: Fix divide by zero crash
    miek authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c6f4ecf View commit details
    Browse the repository at this point in the history
Loading