* Series: Let __array_function__ call numpy for functions we do not implement.
This will possibly return an ndarray instance, not a Series instance.
* Axis: Added property `values` which will give all axis values.
* DICOMPlugin.write_slice(): Added parameter tag_value which gives the tag value
instead of relying on tags property.
* Series.concatenate(): Corrected behaviour.