numpy int dtypes optimised
This release changes the dtypes of some numpy arrays.
Selected int arrays which are likely to be large are now given a dtype of int32 (or int8 in some cases) where it is safe to do so. Float arrays being imported from a Nexus vdb are set to float32.
Nexus is a trademark of Halliburton.