Skip to content

Commit

Permalink
Add support for pandas 0.21.0
Browse files Browse the repository at this point in the history
The example requires use of df.index._mpl_repr() in order to plot dates
correctly on the x-axis. May be a pandas bug?
  • Loading branch information
Michael Deceglie committed Nov 3, 2017
1 parent a8afe91 commit 4f6b555
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 154 deletions.
206 changes: 53 additions & 153 deletions docs/degradation_example.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

INSTALL_REQUIRES = [
'numpy >= 1.11.2',
'pandas == 0.20.3',
'pandas >= 0.20.3',
'pvlib >= 0.5.0',
'statsmodels >= 0.8.0',
'scipy >= 0.19.1',
Expand Down

0 comments on commit 4f6b555

Please sign in to comment.