You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Adds support for pre-defined 'models' in the lmfit package in the Fit Panel. From now on, users are encouraged to define their own fitting models as lmfit Model classes, although legacy NeXpy function modules are still supported.
Adds miscellaneous improvements to the Fit Panel, including selection of fitting methods and tooltips to display model definitions.
Adds a 'Fit' button to the Y-tab of all one-dimensional plots to initiate fits of plotted data.
Enhances the Export Dialog to allow any NXdata group to be exported as a NeXus file or, for one-dimensional data, an ASCII file.
Adds a button to the Options Tab to export the plotted data.
Allows the order of legend entries to be changed in the Customize Panel.
Adds additional color maps.
Improves plot updates in the Limit Panel.
Corrects the radius setting when plotting circles.
Fixes a bug when plotting data with step sizes much smaller than their absolute values.
Fixes a bug causing intermittent crashes when using 'Ctrl+W' to close dialog windows.
Fixes a bug causing intermittent PyQt crashes when closing NeXpy.
Fixes compatibility with the upcoming Matplotlib v3.3 release.