Changeset b88c6e0 in sasview for sansmodels
- Timestamp:
- Aug 29, 2008 5:22:33 PM (16 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansmodels/src/release_notes.txt
ra55fac1 rb88c6e0 6 6 Package name: sans.models 7 7 8 1- What's New in Version 0.4.1 8 1- 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 9 14 - Release date: 6/9/2008 10 15 - Modified non-shape models so that the 2D output is the 1D output for the length of Q … … 42 47 will not yield the exact same result as the NCNR calculation 43 48 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. 44 56 45 57 3.2- Windows:
Note: See TracChangeset
for help on using the changeset viewer.