Changeset be6bf8d in sasview
- Timestamp:
- Sep 9, 2018 2:34:05 PM (6 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
- Children:
- beb6da4
- Parents:
- 38d92f4
- Location:
- installers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
installers/README-next-release.txt
r38d92f4 rbe6bf8d 329 329 - Old custom models should now still work 330 330 - '''NOTE:''' These will be deprecated in a future version. Old 331 custom models should be converted to the new model format which332 is now the same as the built in models and offers much better333 support.331 custom models should be converted to the new model format which 332 is now the same as the built in models and offers much better 333 support. 334 334 - Custom model editor now creates new style models 335 335 - Custom model editor supports better error checking … … 342 342 - The active optimizer is now listed on the top of the fit panel. 343 343 - Linear fits now update qmin and max when the x scale limits are 344 changed. Also the plot range no longer resets after a fit.344 changed. Also the plot range no longer resets after a fit. 345 345 - Bug fixes 346 346 - Fixes bug #511 Errors in linearized fits and clean up of interface -
installers/README.txt
rd98be931 rbe6bf8d 324 324 - Old custom models should now still work 325 325 - '''NOTE:''' These will be deprecated in a future version. Old 326 custom models should be converted to the new model format which327 is now the same as the built in models and offers much better328 support.326 custom models should be converted to the new model format which 327 is now the same as the built in models and offers much better 328 support. 329 329 - Custom model editor now creates new style models 330 330 - Custom model editor supports better error checking … … 337 337 - The active optimizer is now listed on the top of the fit panel. 338 338 - Linear fits now update qmin and max when the x scale limits are 339 changed. Also the plot range no longer resets after a fit.339 changed. Also the plot range no longer resets after a fit. 340 340 - Bug fixes 341 341 - Fixes bug #511 Errors in linearized fits and clean up of interface 342 including Kratky representation342 including Kratky representation 343 343 - Fixes bug #186 Data operation Tool now executes when something is 344 entered in the text box and does not wait for the user to hit enter344 entered in the text box and does not wait for the user to hit enter 345 345 - Fixes bug #459 plot context menu bug 346 346 - Fixes bug #559 copy to clipboard in graph menu broken … … 684 684 changing the C model files 685 685 686 - For the latest list of dependencies see the appropriate yml file in686 - For the latest list of dependencies see the appropriate yml file in 687 687 the SasView repo at sasview/build_tools/conda/ymls 688 688 … … 704 704 issues: 705 705 - The way that orientation is defined is being refactored to address 706 long standing issues and comments. In release 4.1 however only models707 with symmetry (e.g. a=b) have been converted to the new definitions.708 The rest (a <> b <> c - e.g. parellelepiped) maintain the same709 definition as before and will be converted in 4.2. Note that710 orientational distribution also makes much more sense in the new711 framework. The documentation should indicate which definition is being712 used for a given model.706 long standing issues and comments. In release 4.1 however only models 707 with symmetry (e.g. a=b) have been converted to the new definitions. 708 The rest (a <> b <> c - e.g. parellelepiped) maintain the same 709 definition as before and will be converted in 4.2. Note that 710 orientational distribution also makes much more sense in the new 711 framework. The documentation should indicate which definition is being 712 used for a given model. 713 713 - The infrastructure currently handles internal conversion of old style 714 models so that user created models in previous versions should continue715 to work for now. At some point in the future such support will go away.716 Everyone is encouraged to convert to the new structure which should be717 relatively straight forward and provides a number of benefits.714 models so that user created models in previous versions should continue 715 to work for now. At some point in the future such support will go away. 716 Everyone is encouraged to convert to the new structure which should be 717 relatively straight forward and provides a number of benefits. 718 718 - In that vein, the distributed models and those generated by the new 719 plugin model editor are in the new format, however those generated by720 sum|multiply models are the old style sum|multiply models. This should721 also disappear in the near future719 plugin model editor are in the new format, however those generated by 720 sum|multiply models are the old style sum|multiply models. This should 721 also disappear in the near future 722 722 - The on the fly discovery of plugin models and changes thereto behave 723 inconsistently. If a change to a plugin model does not seem to724 register, the Load Plugin Models (under fitting -> Plugin Model725 Operations) can be used. However, after calling Load Plugin Models, the726 active plugin will no longer be loaded (even though the GUI looks like727 it is) unless it is a sum|multiply model which works properly. All728 others will need to be recalled from the model dropdown menu to reload729 the model into the calculation engine. While it might be annoying it730 does not appear to prevent SasView from working..723 inconsistently. If a change to a plugin model does not seem to 724 register, the Load Plugin Models (under fitting -> Plugin Model 725 Operations) can be used. However, after calling Load Plugin Models, the 726 active plugin will no longer be loaded (even though the GUI looks like 727 it is) unless it is a sum|multiply model which works properly. All 728 others will need to be recalled from the model dropdown menu to reload 729 the model into the calculation engine. While it might be annoying it 730 does not appear to prevent SasView from working.. 731 731 - The model code and documentation review is ongoing. At this time the 732 core shell parellelepiped is known to have the C shell effectively fixed733 at 0 (noted in documentation) while the triaxial ellipsoid does not seem734 to reproduce the limit of the oblate or prolate ellipsoid. If errors are735 found and corrected, corrected versions will be uploaded to the736 marketplace.732 core shell parellelepiped is known to have the C shell effectively fixed 733 at 0 (noted in documentation) while the triaxial ellipsoid does not seem 734 to reproduce the limit of the oblate or prolate ellipsoid. If errors are 735 found and corrected, corrected versions will be uploaded to the 736 marketplace. 737 737 738 738 3.1- All systems:
Note: See TracChangeset
for help on using the changeset viewer.