Skip to content

numpy int dtypes optimised

Compare
Choose a tag to compare
@andy-beer andy-beer released this 23 Sep 20:22
· 81 commits to master since this release
34dcd5f

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.