Added new Series.diff method to correctly set metadata
This PR implements an override of Quantity.diff
in the Series
class to correctly set the x0
attribute for the returned array, and so fixes #159 (closed), and adds a test of the new method.