Changes in / [beb4fec:beb6da4] in sasview


Ignore:
Location:
installers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • installers/README-next-release.txt

    rbeb6da4 rbeb6da4  
    6262           advanced instructions for plugin writing and some scripting 
    6363           instructions have been added. 
    64  
    6564           Two new tutorials have been added. 
    6665      - Other work 
     
    650649   *** Note 1:  The easiest approach to setting up the proper environment to 
    651650                build from source is to use conda.  Instructions for setting up 
    652                 and using conda can be found at: 
    653                     http://trac.sasview.org/wiki/DevNotes/CondaDevSetup 
     651                using conda can be found at: 
     652                http://trac.sasview.org/wiki/DevNotes/CondaDevSetup 
    654653   *** Note 2:  If you have EXE or ZIP SasView installer, you won't need any of 
    655654                the following.  However it is highly recommended that any 
  • installers/README.txt

    rbeb6da4 rbeb6da4  
    99      some significant changes from previous versions. Further, as promised, it 
    1010      marks the end of support for 32 bit operating systems and is only 
    11       available for 64 bit operating systems. 
    12        
    13       With this version the change to the new model API and plugins infrastructure  
    14       begun with 4.0 is essentially complete (though extensions are in the works  
    15       and more are likely they should remain backwardly compatible with previous  
    16       versions of SasView). 
    17        
    18       NOTE: Old-style plugin models, including old sum|multiply models will continue 
     11      available for 64bit operating systems. With this version the change to the 
     12      new model API and plugins infrastructure begun with 4.0 is essentially 
     13      complete (though extensions are in the works and more are likely they 
     14      should remain backwardly compatible with previous versions of SasView). 
     15      NOTE: old style plugin models, including old sum|mul mocels will continue 
    1916      to be supported (i.e. SasView will be able to run them) in 4.x. However, 
    2017      the expectation is that such support will be removed in 5.0 and everyone 
    2118      is strongly encouraged to convert their custom models to the new API. 
    22  
    23       Finally, the changes to orientation angles and orientational distribution  
    24       definitions are now also complete. 
     19      Finally, the new orientation angles and orientatinal distribution is now 
     20      also complete. 
    2521 
    2622      - Changes 
     
    3127           aligned objects has been completely overhauled. It now differs from 
    3228           previous versions. 
    33          - Plugin models, including sum|multiply models, have completely migrated 
     29         - Plugin models, including sum/multiply models, have completely migrated 
    3430           to the new infrastructure. NOTE that 3.x type models as well as early, 
    3531           intermediate 4.x type models, including those generated by sum|multiply 
     
    4541           understanding the new orientation framework. 
    4642         - Problems with the computation of magnetic scattering from some 
    47            objects have been rectified. Some questions remain however. 
     43           objects have been rectified. Some questions however remain. 
    4844         - The known issue with the core_shell_parallelepiped model is now fixed. 
    4945         - A number of issues and inconsistencies with the creation of 
    50            sum|multiply models have been rectified. 
     46           sum|product models have been rectified. 
    5147         - A Boltzmann distribution has been added for polydispersity/orientational 
    5248           distributions. 
     
    5753         - There have been numerous other bug fixes. 
    5854      - Documentation 
    59            Several sections of the help documentation have undergone significant 
     55         Several sections of the help documentation have undergone significant 
    6056           checking and updating, particularly those relating to orientation, 
    6157           magnetic scattering, and polydispersity distributions. Detailed 
    6258           advanced instructions for plugin writing and some scripting 
    6359           instructions have been added. 
    64             
    65            Two new tutorials have been added. 
    6660      - Other work 
    6761         - A Third-Party initiative has recently succeeded in getting SasView to 
     
    8175         Fixes # 467: Extend batch functionality to slicer 
    8276         Fixes # 489: ABS reader (NIST 1D) does not handle negative dx properly 
    83                       (USANS slit smearing) 
     77           (USANS slit smearing) 
    8478         Fixes # 499: create sin(x)/x, 2*J1(x)/x and 3*j1(x)/x functions 
    8579         Fixes # 510: Build PDF documentation along with HTML 
     
    106100         Fixes # 861: cannot defined a structure factor plugin 
    107101         Fixes # 864: New Model Editor (simple plugin editor) error parsing 
    108                       parameter line 
     102           parameter line 
    109103         Fixes # 865: Plugin live discovery issues 
    110104         Fixes # 866: inform user when NaN is returned from compute 
     
    113107         Fixes # 876: Add check for HDF5 format in dataloader 
    114108         Fixes # 887: reorganize tree, separating the installed source from the 
    115                       build source 
     109           build source 
    116110         Fixes # 889: Refactor dataloader error handling infrastructure 
    117111         Fixes # 890: use new orientation definition for asymmetric shapes 
     
    132126         Fixes # 930: fitting help says chisq is normalized to number of points 
    133127         Fixes # 931: Allow admins to edit all models and upload data etc on 
    134                       marketplace 
     128           marketplace 
    135129         Fixes # 932: Need to fix upload of data files to marketplace 
    136130         Fixes # 934: Slurp tutorial repo for tutorials 
     
    139133         Fixes # 950: Most of the readers don't close files properly. 
    140134         Fixes # 954: cross check dll/opencl/python polydispersity and 
    141                       orientation results 
     135           orientation results 
    142136         Fixes # 956: Possible problem with new doc build process 
    143137         Fixes # 961: sasmodels tests should fail if the parameter name does not exist 
     
    152146         Fixes # 985: Saving Project Fails 
    153147         Fixes # 986: Send to fitting overwrites theory page even if blank 
    154                       FitPage has focus 
     148           FitPage has focus 
    155149         Fixes # 990: utest_sasview.py giving different results than run_one.py 
    156150         Fixes # 993: Windows x64 versions not installing to correct folder 
     
    163157         Fixes #1011: sld_test failing on ubuntu 
    164158         Fixes #1013: FileReaderBaseClass output[] not reset - same file loaded 
    165                       multiple times 
     159           multiple times 
    166160         Fixes #1018: add Boltzmann distribution 
    167161         Fixes #1021: add PDF documentation to website and document in wiki 
    168                       release process 
     162           release process 
    169163         Fixes #1024: Update version numbers in master 
    170164         Fixes #1025: Sum/multiply editor hangs 
     
    195189         Fixes #1148: Documentation for S(Q) models need updating 
    196190         Fixes #1128: AutoPlot generation for model documentation does not 
    197                       include background 
     191           include background 
    198192 
    199193      It is recommended that all users upgrade to this version, but your 
     
    254248        adsorbed polymer/surfactant layer. 
    255249 
    256         A correlation function may be interpreted in terms of an imaginary rod moving  
    257         through the structure of the material. G1(R) is the probability that a rod of  
    258         length R moving through the material has equal electron/neutron scattering  
    259         length density at either end. Hence a frequently occurring spacing within a  
     250        A correlation function may be interpreted in terms of an imaginary rod moving 
     251        through the structure of the material. G1(R) is the probability that a rod of 
     252        length R moving through the material has equal electron/neutron scattering 
     253        length density at either end. Hence a frequently occurring spacing within a 
    260254        structure manifests itself as a peak. 
    261255 
     
    648642============================= 
    649643 
    650    *** Note 1:  The easiest approach to setting up the proper environment to 
     644   *** Note 1:  The easiest approach to setting up the propoer environment to 
    651645                build from source is to use conda.  Instructions for setting up 
    652646                using conda can be found at: 
Note: See TracChangeset for help on using the changeset viewer.