r95: *** empty log message ***
[ctsim.git] / ChangeLog
1 0.6.0-b3 - 6/10/2000
2    Improved Integer backprojection method
3         Fixed nearest neighbor to be truly nearest neighbor
4         Made linear interpolation more integer arithmetic -> speed improvement
5    Finished converting all C files to C++
6    Converted all use of malloc/free to C++ new/delete
7    Began object-oriented conversion of Phantom and Projection structures
8         
9 0.6.0-b2 - 6/8/2000
10    Converted MPI data structures to C++ object
11    Made ImageFile directly inherit from Array2dFile
12         
13 0.6.0-b1 - 6/6/2000
14    First C++ conversions
15    Portable IF (image file) format implemented with objects (SDF removed)
16         - Now all data files are cross-platform compatible
17    Converted from MPI to MPI++
18    Converted backprojection to object-oriented
19    Removed MTX from libkmath as no longer need -- replaced with C++ matrices             
20         
21 0.5.4 - 6/4/2000
22    Simpilifed endian handling
23         
24 0.5.4-b3 - 6/1/2000
25    Added support for 64-bit (IA64) CPU
26    Removed broken B-spline interpolation
27    Added support for cygwin platform under Windows 2000
28    Added support for 16-bit PNG graphics
29         
30 0.5.4-b2 - 5/16/2000
31    Added compile-time configuration of endian order
32
33 0.5.4-b1 - 5/14/2000
34    Modified the raysum file format to be platform independent
35         
36 0.5.3 - 5/11/2000
37    Added Microsoft VC compatibility
38    Cleaned up compilation warnings in libgraph
39         
40 0.5.2-b5 - 5/7/2000
41    Continued conversion to ANSI C       
42    Removed old CRT routines
43         
44 0.5.2-b4 - 5/4/2000
45    Renamed pictures to phantoms, objects to phantom elements
46    Continued code cleanup
47         
48 0.5.2-b3 - 4/30/200
49     More code cleanup with reorganizing libraries
50     Added --log and --exp to sdf-1
51     Allowed negative numbers for window levels in CGI interface
52
53 0.5.2-b2 - 4/30/200
54     Continued code cleanup
55         
56 0.5.2-b1 - 4/29/2000
57     Fixed a few MPI bugs
58     Better documented, coded raysum in-memory on on-disk options
59         
60 0.5.1 - 4/28/2000
61     Cleaned out library that wasn't being used by CTSim  
62     Modified ctsim.cgi to read in configuration file ctsim.conf
63
64 0.5.0 - 4/27/2000 
65     First open source distribution for GNU/Linux
66         
67 6/1999 
68   Converted to GNU/Linux
69   added MPI support via LAM library
70         
71 1983-84 
72   Developed under MS-DOS and IBM EGA graphics
73