dmbee / seglearn

Python module for machine learning time series:
https://dmbee.github.io/seglearn/
BSD 3-Clause "New" or "Revised" License
571 stars 63 forks source link

transform: Fix numpy 1.16 deprecation warning #30

Closed qtux closed 5 years ago

qtux commented 5 years ago

See https://github.com/numpy/numpy/commit/bfe0921f9bdd6b347982a9c998b8b1890040ba5b for more information about deprecating generators for stack functions.

dmbee commented 5 years ago

Thanks was just about to do that one myself. Good stuff.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 190


Totals Coverage Status
Change from base Build 188: 0.0%
Covered Lines: 1583
Relevant Lines: 1687

💛 - Coveralls