Skip to content

Implemented abs instance method for Array objects

Duncan Macleod requested to merge github/fork/duncanmmacleod/series-abs into master

This PR implements the Array.abs instance method, using the underlying numpy.abs method, for convenience.

Merge request reports