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: spectralpython/spectral
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: spectralpython/spectral
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 18 files changed
  • 5 contributors

Commits on Dec 6, 2025

  1. Fix flaky float equality test (#178)

    Signed-off-by: Adam J. Stewart <ajstewart426@gmail.com>
    adamjstewart authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    aa249bb View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2026

  1. use pseudo-inverse (#180)

    zxdawn authored Apr 12, 2026
    Configuration menu
    Copy the full SHA
    1f9fe69 View commit details
    Browse the repository at this point in the history
  2. codespell (#164)

    schwehr authored Apr 12, 2026
    Configuration menu
    Copy the full SHA
    bbf4161 View commit details
    Browse the repository at this point in the history
  3. bug fix for Relab library: Sometimes data files don't have description (

    #182)
    
    * bug fix for Relab library: Sometimes data files don't have description
    
    * Added more test data for relab
    
    * changed the read_relab_file function
    
    * remove redundant lines
    
    Removed a block which checks if sufficient number of lines are present. But it's not necessary as if that is the case error would have already occurred before this block. Also, this kind of issue is because of errors in the dataset, and not on the code.
    
    ---------
    
    Co-authored-by: Vikram K V N G <k.v.n.g.vikram@gmail.com>
    kvngvikram and Vikram K V N G authored Apr 12, 2026
    Configuration menu
    Copy the full SHA
    67bf264 View commit details
    Browse the repository at this point in the history
Loading