==============
PyTAPS CHANGES
==============

0.9.3:
 + Implement copyswap and copyswapn for NumPy arrays (allows advanced indexing
   to work properly)
 + Add support for iter(entset)
 + Add support for len(entset)
 + Make storage_order optional (and last parameter in all functions)
 + Add "tagviewer" to scripts
 + Change IndexedOffsetList to IndexedList and give it a better interface

 * Add validation for all enumeration values passed in
 * Make setup.py work properly when setuptools isn't installed
 * Fix dependency for iBase module in setup.py
 * Fix initialization of output arrays for getChildren/getParents
 * Make iMesh.areEHValid take/return bools
 * Change iMesh.Iterator constructor to take "topo" instead of
   "topology"
