00001 /** \page old_clog_page Pre-Subversion Change Log 00002 00003 \b 2007-04-29 Andrew W. Steiner \e <steinera@pa.msu.edu> 00004 - Uploaded to subversion (Not publicly accessible) 00005 00006 \b 2007-04-28 Andrew W. Steiner \e <steinera@pa.msu.edu> 00007 - Created multi_min_fix and fit_fix which allow fixing of some 00008 parameters before fitting or minimizing 00009 - Created class pinside, to find the point inside a polygon 00010 - Updated some of the documentation 00011 - New command "select-rows" for command-line utility acol, 00012 and updated help text. 00013 - Added sum, average, variance, std. dev. functions to 00014 src/base/array.h 00015 00016 \b 2007-04-15 Andrew W. Steiner \e <steinera@pa.msu.edu> 00017 - Updated text_in_file and text_out_file 00018 - Updated part, fermion and other related classes to more 00019 correctly handle antiparticles, interactions and the possible 00020 inclusion of the rest mass. Related testing and documentation 00021 was also updated. 00022 00023 \b 2007-03-25 Andrew W. Steiner \e <steinera@pa.msu.edu> 00024 - Documentation fixes throughout 00025 - Minor changes to several classes 00026 - Reworked the global vector and matrix operators (see vec_arith.h) 00027 - Added some complex arithmetic support for gsl_complex 00028 (see cx_arith.h) 00029 - Fixed a few bugs in ovector_cx_tlate.h 00030 00031 \b 2007-03-19 Andrew W. Steiner \e <steinera@pa.msu.edu> 00032 - A few quick fixes corresponding to the changes between GSL 1.8 00033 and 1.9 00034 - Added and tested new minimizer gsl_mmin_bfgs2 00035 00036 \b 2007-03-08 Andrew W. Steiner \e <steinera@pa.msu.edu> 00037 - Fixed a couple missing distribution files in src/osp and 00038 src/oiml 00039 - Renamed functions getc() for compatibility with older systems 00040 - Reworked the testing for the polynomial solving classes 00041 00042 \b 2007-03-06 Andrew W. Steiner \e <steinera@pa.msu.edu> 00043 - Rewrote gsl_deriv to handle function objects more cleanly. 00044 - Tested with GSL version 1.9. 00045 00046 \b 2007-03-03 Andrew W. Steiner \e <steinera@pa.msu.edu> 00047 - Slight rewrites of sparse matrix methods 00048 - Added a couple of array functions and repaired a few header 00049 files 00050 - Added some tests in src/base 00051 - Fixed Matrix*vector functions which were incorrect (need more 00052 tests on these) 00053 - Began improvements for how arrax-indexing errors are handled 00054 00055 \b 2007-02-24 Andrew W. Steiner \e <steinera@pa.msu.edu> 00056 - New version 0.77 00057 - Modifications, new testing, and better documentation for 00058 sparse matrix implementation 00059 - Added ODE solver using iterative matrix methods, ode_it_solve 00060 - Now properly using doxygen-1.5.1 00061 - Fixed a bug which appeared in src/base/fpwrap.h 00062 00063 \b 2007-02-20 Andrew W. Steiner \e <steinera@pa.msu.edu> 00064 - Fixed missing ~funct_nopar_fptr() 00065 - Added umatrix objects 00066 - Made a couple changes in schematic_eos 00067 00068 \b 2007-02-15 Andrew W. Steiner \e <steinera@pa.msu.edu> 00069 - Fixed iohb_base.cpp which caused typecasting warnings. There are 00070 hopefully now no warnings even when compiled with gcc -Wall 00071 -ansi -pedantic 00072 00073 \b 2007-02-13 Andrew W. Steiner \e <steinera@pa.msu.edu> 00074 - Improved file_detect so that file reading does not fail if the 00075 filename contains extra whitespace. 00076 00077 \b 2007-02-10 Andrew W. Steiner \e <steinera@pa.msu.edu> 00078 - Major updates for the tov_solve class. 00079 - Fixed problem in which 'make' failed. 00080 00081 \b 2007-02-06 Andrew W. Steiner \e <steinera@pa.msu.edu> 00082 - Corrected configure.ac a bit. 00083 - Made adapt_step::astep() virtual. 00084 00085 \b 2007-02-04 Andrew W. Steiner \e <steinera@pa.msu.edu> 00086 - Tested on Cygwin 00087 - Renamed some of the fpwrap function to camel case for 00088 consistency with FunctionParser. 00089 - Made the fpwrap object in the table class public (for 00090 now). There are still issues with const-correctness for 00091 the fpwrap and table objects. 00092 00093 \b 2007-02-01 Andrew W. Steiner \e <steinera@pa.msu.edu> 00094 - Made a 'tov_solve2' class so I could work on 00095 updating the TOV solver 00096 00097 \b 2007-01-30 Andrew W. Steiner \e <steinera@pa.msu.edu> 00098 - Added Lanczos diagonalization in 'other' section 00099 - Corrected some int's which should be size_t's 00100 00101 \b 2007-01-25 Andrew W. Steiner \e <steinera@pa.msu.edu> 00102 - Added a couple commands to 'acol'. 00103 - Fixed src/oiml/t*.cpp not appearing in the distribution 00104 - Tested on Mac OS X 00105 - Updated documentation a little 00106 00107 \b 2007-01-23 Andrew W. Steiner \e <steinera@pa.msu.edu> 00108 - Added a function to compute the "slope parameter for 00109 the symmetry energy" to hadronic_eos. 00110 00111 \b 2007-01-12 Andrew W. Steiner \e <steinera@pa.msu.edu> 00112 - All 113 tests passed. 00113 */