Changes between the last two releases (major or minor)
Note that this is an auto-generated diff of the ChangeLogs

2005-01-27  *** Released version 0.6.10

2005-01-27  Fernando Perez  <fperez@colorado.edu>

	* IPython/numutils.py (norm): Added 'inf' as optional name for
	L-infinity norm, included references to mathworld.com for vector
	norm definitions.
	(amin/amax): added amin/amax for array min/max.  Similar to what
	pylab ships with after the recent reorganization of names.
	(spike/spike_odd): removed deprecated spike/spike_odd functions.

	* ipython.el: committed Alex's recent fixes and improvements.
	Tested with python-mode from CVS, and it looks excellent.  Since
	python-mode hasn't released anything in a while, I'm temporarily
	putting a copy of today's CVS (v 4.70) of python-mode in:
	  http://ipython.scipy.org/tmp/python-mode.el

	* scripts/ipython_win_post_install.py (install): Win32 fix to use
	sys.executable for the executable name, instead of assuming it's
	called 'python.exe' (the post-installer would have produced broken
	setups on systems with a differently named python binary).

	* IPython/PyColorize.py (Parser.__call__): change explicit '\n'
	references to os.linesep, to make the code more
	platform-independent.  This is also part of the win32 coloring
	fixes.

	* IPython/genutils.py (page_dumb): Remove attempts to chop long
	lines, which actually cause coloring bugs because the length of
	the line is very difficult to correctly compute with embedded
	escapes.  This was the source of all the coloring problems under
	Win32.  I think that _finally_, Win32 users have a properly
	working ipython in all respects.  This would never have happened
	if not for Gary Bishop and Viktor Ransmayr's great help and work.

