quandl / quandl-python

MIT License
1.39k stars 339 forks source link

remove print statements #154

Closed couture-ql closed 4 years ago

couture-ql commented 4 years ago

Removes pointless print statements from datatable model.

While we're at it bump the version.

couture-ql commented 4 years ago

Turns out our dependencies for pandas and numpy, which start out very old, require upper bounds at the moment for python 3.5. The current patch caps those changes to other platforms as well, which isn't very good.

We can introduce branching in setup.cfg in the mean-time. I may explore that. However, it's not really worth it as 3.5 is EOL soon and we should drop it ourselves.

Tests were installing latest regardless of platform. Updated travis config to use pip instead. Removed from this series as it's not relevant. Updated in commit 949eaad89c9a9b764add1685f1c3c67d410f4e21.