quantopian / empyrical

Common financial risk and performance metrics. Used by zipline and pyfolio.
https://quantopian.github.io/empyrical
Apache License 2.0
1.27k stars 398 forks source link

Series.as_matrix was depricated then later removed. #121

Closed atkinson closed 4 years ago

atkinson commented 4 years ago

Test suite was failing with pandas >= 1.0.

Test suite now passes.

Series.to_numpy() replaces Series.as_matrix().

atkinson commented 4 years ago

All the Pandas on the travis file are ancient.

I'll submit an updated travis.

Do you still want to support Python 2?