Skip to content
Snippets Groups Projects
  1. Sep 30, 2017
  2. Sep 29, 2017
  3. Jun 03, 2017
  4. Apr 17, 2017
  5. Apr 15, 2017
    • Claudiu Popa's avatar
      Add a manual implementation of the edit distance algorithm · 928e1643
      Claudiu Popa authored
      We were using editdistance, which is super fast, but the downside is that
      it might require a compiler on some envs in order to be installed. As such,
      it is also a hindrance not just for these kind of envs, but for PyPy as well,
      since it is written in C. Let's use a handcraft implementation
      for now.
      Close #1423
      928e1643
  6. Apr 14, 2017
  7. Apr 13, 2017
  8. Apr 12, 2017
  9. Apr 06, 2017
  10. Apr 02, 2017
  11. Apr 01, 2017
  12. Mar 23, 2017
  13. Mar 12, 2017
  14. Mar 11, 2017
  15. Mar 08, 2017
  16. Mar 07, 2017
  17. Mar 01, 2017
Loading