Skip to content

Implemented __array_ufunc__ for gwpy.types.Array

Duncan Macleod requested to merge github/fork/duncanmmacleod/array_ufunc into develop

This PR implements a top-level Array.__array_ufunc__ method that returns scalars as Quantity objects from ufuncs. This will be required to support astropy-3.2, but should be backwards compatible.

Merge request reports