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: glue-viz/glue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.1
Choose a base ref
...
head repository: glue-viz/glue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Choose a head ref
  • 16 commits
  • 13 files changed
  • 5 contributors

Commits on Apr 13, 2023

  1. Update CHANGELOG

    astrofrog authored and github-actions[bot] committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    4717aa7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    d38f50c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Fix bug that caused subsets to not be created correctly in the profil…

    …e viewer if unit conversion caused a flip in direction (e.g. wavelength -> frequency)
    astrofrog committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    659456d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2393 from astrofrog/fix-subset-unit-flip

    Fix subset creation with unit flip
    astrofrog authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    8f442aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    795db82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    978bdc4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2389 from Carifio24/tutorial-bug

    Fix bad connections in tutorial examples
    astrofrog authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    d2adb68 View commit details
    Browse the repository at this point in the history
  6. Fix codestyle

    astrofrog committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    061b6b4 View commit details
    Browse the repository at this point in the history
  7. Make ROI.move_to() behave consistently

    such that all of them take absolute coords now, not some absolute and some delta.
    
    Expose move_to machinery at subset_state level so we can move ROIs in composite subset
    all at once.
    
    Fix MplPolygonalROI.update_selection calculations.
    
    ROI classes now also have consistent center implementation.
    get_center and set_center methods are deprecated.
    pllim committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    85e0002 View commit details
    Browse the repository at this point in the history
  8. Have state2 move relative to state1.

    Co-authored-by: Derek Homeier <[email protected]>
    pllim and dhomeier committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    cd6dc2f View commit details
    Browse the repository at this point in the history
  9. Add tests

    pllim committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    36e437e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2fcdc05 View commit details
    Browse the repository at this point in the history
  11. Use center instead of centroid

    when scrubbing
    pllim committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    5a35af9 View commit details
    Browse the repository at this point in the history
  12. Improve PolygonalROI.center() calc

    Co-authored-by: Derek Homeier <[email protected]>
    pllim and dhomeier committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    44afab4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Merge pull request #2391 from pllim/gotta-move-it-move-it

    Make ROI.move_to() behave consistently and expose it at subset_state level
    dhomeier authored May 2, 2023
    Configuration menu
    Copy the full SHA
    bd7a3a3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Merge pull request #2394 from astrofrog/unit-limits-update

    Avoid resetting limits when changing display units in profile viewer
    astrofrog authored May 4, 2023
    Configuration menu
    Copy the full SHA
    ff1f456 View commit details
    Browse the repository at this point in the history
Loading