Blame histogram/ChangeLog

Packit 67cb25
2009-07-09  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* pdf2d.c (gsl_histogram2d_pdf_free): handle NULL argument in free
Packit 67cb25
Packit 67cb25
	* pdf.c (gsl_histogram_pdf_free): handle NULL argument in free
Packit 67cb25
Packit 67cb25
	* init2d.c (gsl_histogram2d_free): handle NULL argument in free
Packit 67cb25
Packit 67cb25
	* init.c (gsl_histogram_free): handle NULL argument in free
Packit 67cb25
Packit 67cb25
2008-07-03  Brian Gough  <bjg@hp2.network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* Makefile.am (INCLUDES): use top_srcdir instead of top_builddir
Packit 67cb25
Packit 67cb25
2004-11-28  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* init2d.c (make_uniform): compute uniform range without
Packit 67cb25
	cancellation error.
Packit 67cb25
Packit 67cb25
	* init.c (make_uniform): compute uniform range without
Packit 67cb25
	cancellation error.
Packit 67cb25
Packit 67cb25
Tue Aug 27 19:36:43 2002  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* test2d.c (main): changed test output format from %g to %e for
Packit 67cb25
 	portability
Packit 67cb25
Packit 67cb25
	* test.c (main): changed test output format from %g to %e for
Packit 67cb25
 	portability
Packit 67cb25
Packit 67cb25
Wed Mar  6 22:03:35 2002  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* test2d.c (main): cleaned up the tests a bit
Packit 67cb25
Packit 67cb25
	* stat2d.c: added checks for wi>0 (Achim Gaedke)
Packit 67cb25
Packit 67cb25
Sat Jan 26 17:09:10 2002  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* stat2d.c: added <math.h> include for sqrt
Packit 67cb25
Packit 67cb25
Fri Jan 18 21:45:35 2002  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* stat2d.c: functions to compute statistics of 2d histograms
Packit 67cb25
 	(Achim Gaedke)
Packit 67cb25
Packit 67cb25
Mon Jan 14 19:34:31 2002  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* stat.c (gsl_histogram_sum): new function to sum bins (Achim
Packit 67cb25
 	Gaedke)
Packit 67cb25
Packit 67cb25
	* maxval2d.c (gsl_histogram2d_sum): new function to sum bins
Packit 67cb25
 	(Achim Gaedke)
Packit 67cb25
Packit 67cb25
Thu Oct 18 14:48:07 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* pdf2d.c (gsl_histogram2d_pdf_alloc): changed the definition of
Packit 67cb25
 	the pdf alloc function to be consistent with the rest of the
Packit 67cb25
 	library
Packit 67cb25
Packit 67cb25
	* pdf.c (gsl_histogram_pdf_alloc): changed the definition of the
Packit 67cb25
 	pdf alloc function to be consistent with the rest of the library
Packit 67cb25
Packit 67cb25
	* init2d.c (gsl_histogram2d_alloc): added an alloc function for
Packit 67cb25
 	consistency
Packit 67cb25
Packit 67cb25
	* init.c (gsl_histogram_alloc): added an alloc function for
Packit 67cb25
 	consistency
Packit 67cb25
Packit 67cb25
Wed Sep 12 13:38:40 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* stat.c (gsl_histogram_mean): fixed calculation of mean/sigma and
Packit 67cb25
 	made it part of the library
Packit 67cb25
Packit 67cb25
Sun Aug 19 13:31:35 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* test_gsl_histogram.sh: moved to top-level directory
Packit 67cb25
Packit 67cb25
Sat Aug 18 22:21:26 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* gsl-histogram.c: moved to top-level directory
Packit 67cb25
Packit 67cb25
Mon Jun 25 17:41:42 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* init2d.c (gsl_histogram2d_set_ranges_uniform): added range
Packit 67cb25
 	initialization functions suggested by Achim Gaedke
Packit 67cb25
Packit 67cb25
	* init.c (gsl_histogram_set_ranges_uniform): added range
Packit 67cb25
 	initialization functions suggested by Achim Gaedke
Packit 67cb25
Packit 67cb25
Tue Apr 17 22:13:05 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* get2d.c: include "find.c"
Packit 67cb25
Packit 67cb25
Mon Apr 16 20:13:45 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* get2d.c (gsl_histogram2d_get): removed unnecessary reference to
Packit 67cb25
 	find2d
Packit 67cb25
Packit 67cb25
Mon Jan 22 13:55:13 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* find.c (find): optimize for the linear case, include own binary
Packit 67cb25
 	search for speed
Packit 67cb25
Packit 67cb25
	* add.c (gsl_histogram_accumulate): fix check of array bound for
Packit 67cb25
 	index
Packit 67cb25
Packit 67cb25
Sun May 28 12:23:46 2000  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* test2d.c (main): use binary mode "b" when reading and writing
Packit 67cb25
 	binary files
Packit 67cb25
Packit 67cb25
	* test.c (main): use binary mode "b" when reading and writing
Packit 67cb25
 	binary files
Packit 67cb25
Packit 67cb25
Wed Apr 26 15:09:22 2000  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* oper2d.c (gsl_histogram2d_shift): added function for shifting
Packit 67cb25
 	histogram by a constant offset
Packit 67cb25
Packit 67cb25
	* oper.c (gsl_histogram_shift): added function for shifting
Packit 67cb25
 	histogram by a constant offset
Packit 67cb25
Packit 67cb25
Wed Apr 19 17:27:44 2000  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* added numerous extensions from Simone Piccardi
Packit 67cb25
Packit 67cb25
2000-04-01  Mark Galassi  <rosalia@lanl.gov>
Packit 67cb25
Packit 67cb25
	* *.c: changed 0 -> GSL_SUCCESS where appropriate; THANKS to Dave
Packit 67cb25
	Morrison.
Packit 67cb25
Packit 67cb25
Fri Nov 19 15:31:51 1999  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* gsl-histogram.c (main): free memory before exit, eliminates
Packit 67cb25
 	warning from checkergcc
Packit 67cb25
Packit 67cb25
	* test_gsl_histogram.sh: added a test for the gsl-histogram
Packit 67cb25
 	program
Packit 67cb25
Packit 67cb25
Fri Oct  1 15:47:01 1999  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* file.c file2d.c: converted to use new block i/o functions
Packit 67cb25
Packit 67cb25
Wed Aug 18 11:41:40 1999  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* eliminated obvious memory leaks from the tests, so that we can
Packit 67cb25
 	check that the _free functions work correctly
Packit 67cb25
Packit 67cb25
	* gsl-histogram.c (main): removed unused variable
Packit 67cb25
Packit 67cb25
Fri Aug  6 11:19:37 1999  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* removed dependence on rand() and RAND_MAX
Packit 67cb25
Packit 67cb25
1999-08-05  Mark Galassi  <rosalia@lanl.gov>
Packit 67cb25
Packit 67cb25
	* gsl-histogram.c (main): fixed a simple logic bug.  Thanks to
Packit 67cb25
	Barak Pearlmutter (bap@cs.unm.edu) for the patch.
Packit 67cb25
Packit 67cb25
1998-11-06    <bjg@ancho.lanl.gov>
Packit 67cb25
Packit 67cb25
	* used a cast of (int) when attempting to print size_t variables
Packit 67cb25
	with %d
Packit 67cb25
Packit 67cb25
Wed Sep 16 15:08:59 1998  Brian Gough  <bjg@vvv.lanl.gov>
Packit 67cb25
Packit 67cb25
	* gsl-histogram.c (main): made the number of bins
Packit 67cb25
 	optional. If you don't specify it then it uses bins of width 1.
Packit 67cb25
Packit 67cb25