Results 5 comments of ikespand

Hi. How can we avoid this error for map matching when distance is large. What would be the configuration parameter in the tail. My request works perfectly fine when distance...

Hey guys. I will resolve the conflicts by today and will commit again.

@kylebarron : Resolved and revised. If you've any feedbacks then let me know. And if you decide to merge then you might need to change date in `CHANGELOG.md`.

Sorry @ashirwad .. Things were little chaotic here. But, will commit the suggestions within 2 weeks.

In newer version of scipy, `ArpackNoConvergence` [seems to be refactored](https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.linalg.ArpackNoConvergence.html). So, simply change the installed source of `easyesn` i.e., `\anaconda3\lib\site-packages\easyesn\backend\numpyBackend.py:4` with `from scipy.sparse.linalg import ArpackNoConvergence`.