2007-04-29 Andrew W. Steiner
<steinera@pa.msu.edu>
- Uploaded to subversion (Not publicly accessible)
2007-04-28 Andrew W. Steiner <steinera@pa.msu.edu>
- Created multi_min_fix and fit_fix which allow fixing of some parameters before fitting or minimizing
- Created class pinside, to find the point inside a polygon
- Updated some of the documentation
- New command "select-rows" for command-line utility acol, and updated help text.
- Added sum, average, variance, std. dev. functions to src/base/array.h
2007-04-15 Andrew W. Steiner <steinera@pa.msu.edu>
- Updated text_in_file and text_out_file
- Updated part, fermion and other related classes to more correctly handle antiparticles, interactions and the possible inclusion of the rest mass. Related testing and documentation was also updated.
2007-03-25 Andrew W. Steiner <steinera@pa.msu.edu>
- Documentation fixes throughout
- Minor changes to several classes
- Reworked the global vector and matrix operators (see vec_arith.h)
- Added some complex arithmetic support for gsl_complex (see cx_arith.h)
- Fixed a few bugs in ovector_cx_tlate.h
2007-03-19 Andrew W. Steiner <steinera@pa.msu.edu>
- A few quick fixes corresponding to the changes between GSL 1.8 and 1.9
- Added and tested new minimizer gsl_mmin_bfgs2
2007-03-08 Andrew W. Steiner <steinera@pa.msu.edu>
- Fixed a couple missing distribution files in src/osp and src/oiml
- Renamed functions getc() for compatibility with older systems
- Reworked the testing for the polynomial solving classes
2007-03-06 Andrew W. Steiner <steinera@pa.msu.edu>
- Rewrote gsl_deriv to handle function objects more cleanly.
- Tested with GSL version 1.9.
2007-03-03 Andrew W. Steiner <steinera@pa.msu.edu>
- Slight rewrites of sparse matrix methods
- Added a couple of array functions and repaired a few header files
- Added some tests in src/base
- Fixed Matrix*vector functions which were incorrect (need more tests on these)
- Began improvements for how arrax-indexing errors are handled
2007-02-24 Andrew W. Steiner <steinera@pa.msu.edu>
- New version 0.77
- Modifications, new testing, and better documentation for sparse matrix implementation
- Added ODE solver using iterative matrix methods, ode_it_solve
- Now properly using doxygen-1.5.1
- Fixed a bug which appeared in src/base/fpwrap.h
2007-02-20 Andrew W. Steiner <steinera@pa.msu.edu>
- Fixed missing ~funct_nopar_fptr()
- Added umatrix objects
- Made a couple changes in schematic_eos
2007-02-15 Andrew W. Steiner <steinera@pa.msu.edu>
- Fixed iohb_base.cpp which caused typecasting warnings. There are hopefully now no warnings even when compiled with gcc -Wall -ansi -pedantic
2007-02-13 Andrew W. Steiner <steinera@pa.msu.edu>
- Improved file_detect so that file reading does not fail if the filename contains extra whitespace.
2007-02-10 Andrew W. Steiner <steinera@pa.msu.edu>
- Major updates for the tov_solve class.
- Fixed problem in which 'make' failed.
2007-02-06 Andrew W. Steiner <steinera@pa.msu.edu>
2007-02-04 Andrew W. Steiner <steinera@pa.msu.edu>
- Tested on Cygwin
- Renamed some of the fpwrap function to camel case for consistency with FunctionParser.
- Made the fpwrap object in the table class public (for now). There are still issues with const-correctness for the fpwrap and table objects.
2007-02-01 Andrew W. Steiner <steinera@pa.msu.edu>
- Made a 'tov_solve2' class so I could work on updating the TOV solver
2007-01-30 Andrew W. Steiner <steinera@pa.msu.edu>
- Added Lanczos diagonalization in 'other' section
- Corrected some int's which should be size_t's
2007-01-25 Andrew W. Steiner <steinera@pa.msu.edu>
- Added a couple commands to 'acol'.
- Fixed src/oiml/t*.cpp not appearing in the distribution
- Tested on Mac OS X
- Updated documentation a little
2007-01-23 Andrew W. Steiner <steinera@pa.msu.edu>
- Added a function to compute the "slope parameter for the symmetry energy" to hadronic_eos.
2007-01-12 Andrew W. Steiner <steinera@pa.msu.edu>