* fix time zone issue with UTC in basic calculations for TimestampSeries as 2nd operand * update pint-pandas version dependency * use pint's default unit registry * add support of callables as arguments for frequency resampling * add more tests
0.1.5
------------------
* fix time zone issue with UTC in basic calculations * add round-method for TimestampSeries * fix map-function for series with unit * add more tests
0.1.4
------------------
* improve test coverage * improve TimeSeries equality check * support NaN-removal in as_pd_series-method
0.1.3
------------------
* remove manual timezone checks because it is handled by pandas * fix skipped tests * fix repr() method of TimestampSeries * fix basic calculation with units involved
0.1.2
------------------
* fix timezone handling * First release on PyPI Index.