Changeset b88c6e0 in sasview for sansmodels/src/release_notes.txt


Ignore:
Timestamp:
Aug 29, 2008 3:22:33 PM (16 years ago)
Author:
Mathieu Doucet <doucetm@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
1b162dfa
Parents:
442f42f
Message:

Working on refactoring models (not done)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansmodels/src/release_notes.txt

    ra55fac1 rb88c6e0  
    66Package name: sans.models  
    77 
    8 1- What's New in Version 0.4.1 
     81- What's New in Version 0.? 
     9    - Release date: ? 
     10    - C extension models now use new C++ classes that incorporate dispersity and averaging 
     11      functionality.  
     12     
     13    Version 0.4.1 
    914    - Release date: 6/9/2008 
    1015    - Modified non-shape models so that the 2D output is the 1D output for the length of Q 
     
    4247                        will not yield the exact same result as the NCNR calculation 
    4348                        for q > 0.3 A-1. 
     49                - Refactoring needs to be done to update the model base class. 
     50                  We should get rid of the useless arithmetics and store the parameters 
     51                  as class objects rather than values. This would eliminate the multitude 
     52                  of dictionaries needed to store all the various aspects of a parameter 
     53                  (limits, units, dispersity information). The C++ design it relies 
     54                  on is much cleaner in that respect, but it still depends on the old 
     55                  C computation. Those should be incorporated in the C++ classes. 
    4456 
    4557        3.2- Windows: 
Note: See TracChangeset for help on using the changeset viewer.