UW-Hydro / RVIC

RVIC Streamflow Routing Model
http://rvic.readthedocs.org
GNU General Public License v3.0
34 stars 58 forks source link

Drop support for Python 2 #110

Open jhamman opened 6 years ago

jhamman commented 6 years ago

RVIC has been getting more bug report of weird rounding behavior. This is a common issue that arrises when supporting Python 2 and 3 simultaneously. Good news is, core dependencies like numpy have identified a timeline for sunsetting Python 2 (ref: http://www.python3statement.org/). I suggest removing Python 2 support in the next major release. This will help eliminate some of these pesky little bugs.

cc @bartnijssen