NEWS
locfit 1.5-9 (2013-03-22)
- Support for user-supplied basis function has been withdrawn until further notice.
- Changed akima from Import to Suggest. The interp() function from akima is used
conditionally in preplot.locfit(). Anyone who needs it will have to install
akima, whose license is more restrictive than locfit's. If it's needed but
not available, an error message is given with a note regarding the license.
locfit 1.5-8 (2012-04-25)
- Added a subset method for the "lp" class to resolve the problem that in a locfit()
call, if "subset" is given then any optional argument to lp() are ignored.
locfit 1.5-7 (2012-03-25)
- Patches by Brian Ripley (added NAMESPACE, changed Call_S(), etc.)
locfit 1.5-6 (2010-01-21)
- Added check for 0-row data so locfit() won't segfault.
locfit 1.5-5 (2010-01-07)
- Patches provided by Brian Ripley to clean up some function arguments and
documentations.