1.0.8: 
	Bug fix for uigetfile and uiputfile order of arguments in nc2mat.m


1.0.7: 
	Added a better explanation of the nctbx_options global structure
	to the netcdf.m file.

	Fixed bug reported by Marinna Martini in netcdf/@netcdf/subsref.m.
	It arises from the autoscale can of worms that opened a few months
	ago.  Basically, the autoscale flag wasn't being initialized to
	anything in this function.


1.0.6: Jul-12-2005: 
	Fixed a confusing line in the README, "ncsource".


1.0.5: Jun-29-2005: 
	The files 

	netcdf/@ncvar/ncvar.m
	netcdf/@ncvar/subasgn.m

	were both using [] as paramers in cases of singleton dimensions.
	Changed to use 0 as the number of dimensions and starting index
	instead.


1.0.4: Jun-15-2005: 
	Tagged and released netcdf_toolbox-1_0_4

May-06-2005:
	Major faux pas in netcdf/@ncvar/subsref.m.  If the variable in
	question is a singleton variable, then the empty set ended up being
	passed as the index.  In any other variable case, this causes a
	segmentation fault.  The fix was to set the start index to zero in
	case of a singleton.

	Identified namespace clash between netcdf_toolbox version of nc2mat.m
	and that of SNCTOOLS.  Put the notification into the README.


Apr-25-2005:
	Patricia Wren may found a mistake in the README.  Paths should be
	added at the end, not at the beginning.  If they are added at the
	beginning, then the "version.m" m-files in the netcdf_toolbox
	distribtion overshadow MATLAB's, and errors will ensue.


1.0.3:  Apr 20, 2005
	Ok, so the 1.0.2 release was a mistake.  It's caused problems for
	a number of people, so the default behaviour will now change back to
	the way it was, i.e. autonanning and autoscaling is turned off.  In
	order to turn it on, one must now use a global structure called
	"nctbx_options" and set the appropriate fields.  

	See the help section for "netcdf".  

	But if scaling and autonanning is turned on, problems crop up for
	character variables, so scaling and nanning is now NEVER applied to
	character variables.  The Matlab character datatype and NaN don't mix.


1.0.2:  Jan 14, 2005:
	Changed the default behavior such that scaling is automatically done.
	_FillValues are automatically replaced with NaNs.  Trying to set it
	as the default in @ncitem/ncitem.m wasn't good enough, as
	@netcdf/subsref.m overrode the scaling default, so autoscaling had to
	be set to 1 there as well.


1.0.1:  Nov 10, 2004
	Bugfix in netcdf_toolbox/netcdf/@ncvar/copy.m submitted by Marinna
	Martini.  Replace ncsize call with size in @ncvar\copy, this does not
	work in MATLAB 7.x, ncsize returns a scalar length when ncind2sub
	below needs a [row, col] shape.

	Removed netcdf_install.m.  I don't know how to do matlab installers,
	and I don't think it's a good idea anyway.

1.0.0:  Nov 10, 2004
	Original code as retrieved from USGS website.
