Astro-FITS-CFITSIO

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

	fits_read_descriptll, fits_read_descriptsll, fits_write_pixll,
	fits_write_pixnullll, fits_write_img_sbyt, fits_write_img_lnglng,
	fits_write_imgnull_sbyt, fits_write_imgnull_lnglng,
	fits_write_2d_sbyt, fits_write_2d_lnglng, fits_write_3d_sbyt,
	fits_write_3d_lnglng, fits_write_subset_sbyt, fits_write_subset_lnglng,
	fits_write_grppar_sbyt, fits_write_grppar_lnglng,
	fits_write_col_sbyt, fits_write_col_lnglng, fits_write_nullrows,
	fits_write_colnull_sbyt, fits_write_colnull_lnglng,
	fits_delete_rowlistll, fits_read_grppar_sbyt,
	fits_read_subset_sbyt 

	* CFITSIO.xs: added upackNDll
	
	* typemap: added mapping for signed char (cfitsio TSBYTE)
	
2005-01-04  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* CFITSIO.xs: added cfitsio 2510 routines
	ffdkopn/fits_open_diskfile and ffdkinit/fits_create_diskfile

2004-08-16  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* CFITSIO.pm: $VERSION = '1.0.3';

2004-08-02  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* CFITSIO.xs: add fits_file_exists() from cfitsio 2500.
	fits_read_colnull_cmp() and fits_read_colnull_dblcmp() null arrays
	should contain nelem as per cfitsio 2500 changes.

	* Makefile.PL: add -I$ENV{CFITSIO}/include, -L$ENV{CFITSIO}/lib

2004-04-08  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* CFITSIO.xs: added AbortFitsFile macro to complement NewFitsFile
	in cases where create/open of a file fails. FitsFile* output
	typemap changed accordingly. The AbortFitsFile macro frees the
	memory that NewFitsFile allocated, sets the argument to NULL, and
	the output typemap will not bless the scalar - undef is returned
	instead of an invalid FitsFile object (which DESTROY would croak
	at).

2004-04-07  Diab Jerius  <djerius@cfa.harvard.edu>

	* CFITSIO.xs: LONGLONG_IMG constant added

2004-03-25  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* CFITSIO.pm: $VERSION = '1.02';

	* CFITSIO.xs: Added fits_hdr2str, but without the "exclude" and
	"nexc" parameters. Added TSBYTE support.

2004-02-26  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* CFITSIO.xs: Added fits_get_img_equivtype, fits_get_eqcoltype

2003-06-04  Diab Jerius  <djerius@cfa.harvard.edu>

	* CFITSIO.xs: open_file() wasn't handling the possible magic
	of status correctly (it's in a PPCODE block which doesn't
	automatically do that for you).

2003-01-06  Diab Jerius  <djerius@cfa.harvard.edu>

	* CFITSIO.xs: forgot to initialize status to 0 in DESTROY.
	sometimes it worked; sometimes it didn't.

2002-11-26  Diab Jerius  <djerius@cfa.harvard.edu>

	* CFITSIO.xs: the underlying structure representing a filehandle
	has been changed from a pointer (the returned CFITSIO filehandle
	of type fitsfile*) to a structure of type FitsFile.
	
	* the way that data are unpacked may now be specified on a
	per-filehandle basis via the perlyunpacking method.
	
	* ffclos is automatically called (when necessary) on a filehandle
	when it goes out of scope.

2002-10-28  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* README: Whoops, already released 1.01 with 1.00 references in
	readme.

	* CFITSIO.pm: $VERSION = '1.01';

2002-09-04  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* CFITSIO.xs: added cfitsio 2.420 routine fits_flush_buffer.

2002-07-30  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* CFITSIO.xs: added fits_find_first_row/ffffrw

2002-06-27  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* util.c: unpackND() bug fixed.

	* CFITSIO.xs: Added cfitsio 2.410 routines fits_open_data,
	fits_open_image, fits_open_table, fits_write_errmark,
	fits_clear_errmark, fits_delete_rowrange, fits_copy_file,
	fits_parse_range, and fits_insert_key.
	

2002-04-05  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* $VERSION = '1.00';

	* Name changed to Astro::FITS::CFISIO

2002-02-21  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* CFITSIO.xs: Added fits_[gs]et_{compression_type,noise_bits,tile_dim}
	and fits_write_subset, all from cfitsio 2.400

	* util.c: beginning of TLONGLONG support

2001-11-05  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* Added cfitsio 2.300 constants GZIP_1, PLIO_1, RICE_1.



( run in 1.118 second using v1.01-cache-2.11-cpan-71847e10f99 )