Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release 5.0.6] Master 5.0.6 release PR #2407

Merged
merged 39 commits into from
Jan 27, 2023

Commits on Dec 19, 2022

  1. Add id to the generated plot. #2098

    rozyczko authored and krzywon committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    1f88ae6 View commit details
    Browse the repository at this point in the history
  2. Add persistent legend visibility toggle

    pbeaucage authored and krzywon committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    a9d79e3 View commit details
    Browse the repository at this point in the history
  3. Change visibility, don't block re-creation.

    Thanks @krzywon for the suggestion!
    pbeaucage authored and krzywon committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    811a10f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    159e876 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01886dd View commit details
    Browse the repository at this point in the history
  6. Remove calls to pyplot.cla()

    pbeaucage authored and krzywon committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    0abdf55 View commit details
    Browse the repository at this point in the history
  7. Remove commented out calls

    pbeaucage authored and krzywon committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    2544817 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c07742 View commit details
    Browse the repository at this point in the history
  9. Remove flag and replace with plot data

    pbeaucage authored and krzywon committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    b515fd7 View commit details
    Browse the repository at this point in the history
  10. remove unneeded isExpData flag

    pbeaucage authored and krzywon committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9fd8fed View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f03c338 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Merge branch 'release_5.0.6' into release_5.0.6_plotting_fixes

    Wojciech Potrzebowski authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    265ee38 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Force maximize and be careful about the order of instantiation, so the

    fitting widget shows properly. #2272
    rozyczko committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    9e1eed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5129367 View commit details
    Browse the repository at this point in the history
  3. fix references to 'config'

    rozyczko committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    28f6051 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b050585 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac00a94 View commit details
    Browse the repository at this point in the history
  6. Change dataDeleted to onDataDeleted for semantic reasons, and remove …

    …data from results panel when data deleted
    krzywon authored and rozyczko committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    60206ec View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Fix for plotting not updating

    lucas-wilkins authored and Caitlyn Wolf committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    340459b View commit details
    Browse the repository at this point in the history
  2. Fix for plotting not updating

    Co-Authored-By: caitwolf <caitmwolf@gmail.com>
    2 people authored and Caitlyn Wolf committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    1126ac8 View commit details
    Browse the repository at this point in the history
  3. Fixed bug in smearing implementation of sesans data that was passing …

    …x data in correlation space to the calculator which requires x data in q space
    caitwolf authored and Caitlyn Wolf committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    2d1ca12 View commit details
    Browse the repository at this point in the history
  4. minor text changes in comment for clarity

    caitwolf authored and Caitlyn Wolf committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    eb213fe View commit details
    Browse the repository at this point in the history
  5. fixed bug that was swtiching the Use dQ Data slit length and width

    caitwolf authored and Caitlyn Wolf committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c42a7df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7adcde View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Reverting read-only for Qmin and Qmax in invariant params

    Wojciech Potrzebowski authored and Wojciech Potrzebowski committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    4434dc6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release_5.0.6' into release_5.0.6_plotting_fixes

    Wojciech Potrzebowski authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    1f5fe74 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    b8548f7 View commit details
    Browse the repository at this point in the history
  2. up default points on slicer and fix a few related slicer bugs

    the slicers defaulted to 20 or 36 points (depending on the slicer). This is almost never a reasonable number and there have been several request for that to be made larger. Upped it to 100 here.
    
    Noted in testing that the box slicer validators were not properly checking for 0 points (the other slicers did) . In fact they were do nothing functions so fixed that by adding the appropriate code snipet.
    
    Also all the slicers seemed to have the default set in a couple of different places which caused some odd behavior in at least on case. that was cleaned up as well.
    butlerpd committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    dfd0208 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e79d6b View commit details
    Browse the repository at this point in the history
  4. Enable plot redraw on linear/log scale change

    Modified initial state to be log scale
    rozyczko authored and butlerpd committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    557acbf View commit details
    Browse the repository at this point in the history
  5. Change defaults for theory plot.

    from 50 to 150 points and default to log spacing of data
    butlerpd committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1b1e80c View commit details
    Browse the repository at this point in the history
  6. Fix issue with residual y scaling called twice. Keep it in the residu…

    …als creation and delete from residuals plotting
    butlerpd committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f75521b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8f6431 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a86a3ed View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    13f19cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49a1c36 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    cec6701 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect escape sequences

    Embedded latex ends up with lots of backslashes that need to be protected as
    raw strings rather than (mis)interpreted as standard C-style escape sequences.
    llimeht authored and krzywon committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    405f51e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    099067d View commit details
    Browse the repository at this point in the history