2008-04-14  Diab Jerius  <djerius@cfa.harvard.edu>

	Tag 0.16

2008-04-14 15:27 -0400  djerius  <djerius@cfa.harvard.edu>  (4ed5fff1ecbc [tip])

	* lib/Astro/FITS/CFITSIO/Simple.pm, lib/Astro/FITS/CFITSIO/Simple.pod,
	lib/Astro/FITS/CFITSIO/Simple/Image.pm,
	lib/Astro/FITS/CFITSIO/Simple/PDL.pm,
	lib/Astro/FITS/CFITSIO/Simple/PrintStatus.pm,
	lib/Astro/FITS/CFITSIO/Simple/Table.pm:
	Null pixel handling for non-badvalue PDL's was broken. Fix & expose
	interface.

2007-07-10 12:23 -0400  djerius  <djerius@cfa.harvard.edu>  (65a14f5c7979)

	* MANIFEST:
	update MANIFEST to include zero row test and data

2007-07-10 12:19 -0400  djerius  <djerius@cfa.harvard.edu>  (86c07f8e3cca)

	* data/zero_rows.fits, t/binbits.t, t/zero_rows.t:
	removed executable mode

2007-01-09 12:08 -0500  djerius  <djerius@cfa.harvard.edu>  (ae34c14d6f9f)

	* .hgtags:
	Added tag 0.15 for changeset 022e000b4438

2007-01-09 11:57 -0500  dj  <dj@localhost.localdomain>  (022e000b4438 [0.15])

	* ChangeLog, Changes, README, lib/Astro/FITS/CFITSIO/Simple.pm:
	update for release

2007-01-09 11:52 -0500  dj  <dj@localhost.localdomain>  (e54e829d6a61)

	* data/zero_rows.fits, lib/Astro/FITS/CFITSIO/Simple/Table.pm,
	t/zero_rows.t:
	handle zero-row binary tables

2007-01-09 11:50 -0500  dj  <dj@localhost.localdomain>  (04bb8d549f60)

	* MANIFEST:
	fixup

2007-01-06 16:17 +0000  dj  <dj>  (ef41f8d73602)

	* ChangeLog:
	added ChangeLog

2005-09-20 21:34 +0000  dj  <dj>  (c8a21715c77f)

	* Changes, Makefile.PL:
	added PDL prereq

2007-01-06 11:19 -0500  djerius  <djerius@cfa.harvard.edu>  (fefc2c6cdfae)

	* .hgtags:
	Added tag V0_14 for changeset ea6919a255f5

2005-08-22 17:01 +0000  dj  <dj>  (ea6919a255f5 [V0_14])

	* lib/Astro/FITS/CFITSIO/Simple.pm:
	bumped version

2005-08-22 16:58 +0000  dj  <dj>  (7a1677c1f269)

	* README:
	updated README

2007-01-06 11:19 -0500  djerius  <djerius@cfa.harvard.edu>  (fa08450b6bc7)

	* .hgtags:
	Added tag V0_13 for changeset 7359a6e750c6

2005-08-22 16:42 +0000  dj  <dj>  (7359a6e750c6 [V0_13])

	* Changes:
	Empty changelog

2005-08-22 16:40 +0000  dj  <dj>  (81902f661b0a)

	* lib/Astro/FITS/CFITSIO/Simple.pm,
	lib/Astro/FITS/CFITSIO/Simple/Table.pm:
	small fixes to error output

2005-08-22 16:39 +0000  dj  <dj>  (17f323e88476)

	* Makefile.PL:
	added code to check for unpatched A::F::H

2007-01-06 11:19 -0500  djerius  <djerius@cfa.harvard.edu>  (372a18d9dd2b)

	* .hgtags:
	Added tag V0_12 for changeset e377c85ec0a0

2005-05-12 15:54 +0000  dj  <dj>  (e377c85ec0a0 [V0_12])

	* lib/Astro/FITS/CFITSIO/Simple/Table.pm:
	typo

2005-05-12 15:51 +0000  dj  <dj>  (e359e1b93905)

	* t/ret.t:
	didn't catch scalar context, implicit reading of more than one
	column

2005-05-12 15:46 +0000  dj  <dj>  (2b14402a8ce3)

	* lib/Astro/FITS/CFITSIO/Simple.pm:
	version bump

2005-05-12 15:45 +0000  dj  <dj>  (8ff97277b0c0)

	* Changes:
	Empty changelog

2005-05-12 15:44 +0000  dj  <dj>  (53c5163fb370)

	* lib/Astro/FITS/CFITSIO/Simple/Table.pm:
	test for inappropriate call in scalar context when reading multiple
	columns was broken

2007-01-06 11:19 -0500  djerius  <djerius@cfa.harvard.edu>  (0a0198c0aa62)

	* .hgtags:
	Added tag V0_11 for changeset e54cebe63a6d

2005-05-11 19:37 +0000  dj  <dj>  (e54cebe63a6d [V0_11])

	* lib/Astro/FITS/CFITSIO/Simple.pod:
	after bug fix for bit field chunk reset bogosity, speed has improved
	tremendously, so no need to warn about slowness.

2005-05-11 19:36 +0000  dj  <dj>  (e5d72fba5a9b)

	* lib/Astro/FITS/CFITSIO/Simple.pm:
	new version

2005-05-11 19:36 +0000  dj  <dj>  (5919111f1ab9)

	* Changes:
	Empty changelog

2005-05-11 19:33 +0000  dj  <dj>  (aa1d9c55104f)

	* lib/Astro/FITS/CFITSIO/Simple/Table.pm:
	when processing bit fields as bits (not logicals), the ENTIRE
	destination piddle was set to zero, not just the destination for the
	current chunk. this resulted not only in bogus data, but also
	slowed things down TREMENDOUSLY.

	it wasn't caught by the tests because the data all fit inside of a
	single chunk. they've been tweaked to set the chunk size to 1 so as
	to trigger bugs like these.

2005-05-11 19:21 +0000  dj  <dj>  (cd28e4734b3e)

	* t/ret.t, t/rfilter.t, t/table_dtypes.t:
	forced ninc to 1 to reveal errors in processing multiple chunks

2005-05-11 19:15 +0000  dj  <dj>  (4009a9e8e91c)

	* t/binbits.t:
	force one row per chunk in order to expose errors which weren't
	caught because all of the data fit in one chunk.

2007-01-06 11:19 -0500  djerius  <djerius@cfa.harvard.edu>  (97fcd26a4b33)

	* .hgtags:
	Added tag V0_1 for changeset 60fa818c69b4

2005-05-11 13:58 +0000  dj  <dj>  (60fa818c69b4 [V0_1])

	* lib/Astro/FITS/CFITSIO/Simple/Table.pm:
	gotta check if progress is to be made!

2005-05-11 13:58 +0000  dj  <dj>  (36a84b1da560)

	* MANIFEST, lib/Astro/FITS/CFITSIO/Simple/Table.pm:
	oops. forgot to finish progress bar

2005-05-11 13:43 +0000  dj  <dj>  (ef13f6247b8a)

	* Changes, GNUmakefile.local, MANIFEST,
	lib/Astro/FITS/CFITSIO/Simple/PrintStatus.pm:
	Empty changelog

2005-05-11 13:40 +0000  dj  <dj>  (aa704682ad92)

	* data/foo4.fits:
	new data for test

2005-05-11 13:40 +0000  dj  <dj>  (9cf4cf741eaa)

	* t/binbits.t, t/sub_cols.t:
	new tests

2005-05-11 13:40 +0000  dj  <dj>  (2367da2a3757)

	* lib/Astro/FITS/CFITSIO/Simple/PDL.pm:
	Empty changelog

2005-05-11 13:36 +0000  dj  <dj>  (31b2695d9ce7)

	* lib/Astro/FITS/CFITSIO/Simple/Table.pm:
	added support for subtractive column name specification

	major reorganization to handle bit columns. one big change is that
	data transfer between buffers is now done via on the fly created
	subroutines.

2005-05-11 13:33 +0000  dj  <dj>  (f6628fe65566)

	* lib/Astro/FITS/CFITSIO/Simple.pod:
	added docs for status output, subtractive column selection, bit
	field support.

2005-05-11 13:32 +0000  dj  <dj>  (2b32a07178d4)

	* Makefile.PL:
	now require Scalar::Util

2005-05-11 13:32 +0000  dj  <dj>  (512d0038b0cf)

	* lib/Astro/FITS/CFITSIO/Simple.pm:
	new version

2007-01-06 11:19 -0500  djerius  <djerius@cfa.harvard.edu>  (c3b82157966e)

	* .hgtags:
	Added tag V0_03 for changeset aac8332a50a3

2004-10-19 17:22 +0000  dj  <dj>  (aac8332a50a3 [V0_03])

	* Changes, lib/Astro/FITS/CFITSIO/Simple.pm,
	lib/Astro/FITS/CFITSIO/Simple/Table.pm, t/rfilter.t:
	retinfo was returning unfiltered data

2007-01-06 11:18 -0500  djerius  <djerius@cfa.harvard.edu>  (fb76f8c554f9)

	* .hgtags:
	Added tag V0_02 for changeset 719cd5cb7291

2004-04-12 22:22 +0000  dj  <dj>  (719cd5cb7291 [V0_02])

	* Changes, lib/Astro/FITS/CFITSIO/Simple.pm,
	lib/Astro/FITS/CFITSIO/Simple.pod,
	lib/Astro/FITS/CFITSIO/Simple/Table.pm:
	Empty changelog

2004-04-12 22:22 +0000  dj  <dj>  (95824ea40f27)

	* lib/Astro/FITS/CFITSIO/Simple/PDL.pm:
	"supports" TULONG and TUINT. not really. it just points them at
	long(), which is wrong. But, PDL has no uint or ulong types.

2007-01-06 11:18 -0500  djerius  <djerius@cfa.harvard.edu>  (2d5d1cdff4f2)

	* .hgtags:
	Added tag V0_01 for changeset 185c5eb51c29

2004-04-07 21:22 +0000  dj  <dj>  (185c5eb51c29 [V0_01])

	* t/pod.t:
	Empty changelog

2004-04-07 21:04 +0000  dj  <dj>  (e461a351dbd4)

	* MANIFEST:
	Empty changelog

2004-04-07 19:27 +0000  dj  <dj>  (409ebf5a8b5c)

	* GNUmakefile.local, lib/Astro/FITS/CFITSIO/Simple.pod,
	lib/Astro/FITS/CFITSIO/Simple/Image.pm,
	lib/Astro/FITS/CFITSIO/Simple/PDL.pm,
	lib/Astro/FITS/CFITSIO/Simple/Table.pm:
	Empty changelog

2007-01-06 11:18 -0500  djerius  <djerius@cfa.harvard.edu>  (36510956cf5b)

	* .hgtags:
	Added tag initial for changeset c5a02e2d19f4

2004-04-07 17:50 +0000  dj  <dj>  (c5a02e2d19f4 [initial])

	* .hgignore, Changes, GNUmakefile.local, MANIFEST, Makefile.PL,
	README, data/f001.fits, data/f002.fits, data/f003.fits,
	data/image.fits, lib/Astro/FITS/CFITSIO/Simple.pm,
	lib/Astro/FITS/CFITSIO/Simple.pod,
	lib/Astro/FITS/CFITSIO/Simple/Image.pm,
	lib/Astro/FITS/CFITSIO/Simple/PDL.pm,
	lib/Astro/FITS/CFITSIO/Simple/Table.pm, t/00PDL.t, t/00Simple.t,
	t/common.pl, t/image_auto.t, t/image_dtype.t, t/namedhdu.t,
	t/ndim.t, t/reset.t, t/ret.t, t/rfilter.t, t/table_dtypes.t:
	Initial revision