1. 09 avr., 2016 1 validation
    • Tarun Kumar Vangani's avatar
      Minor cleanup (#206) · df97b76d
      Tarun Kumar Vangani a écrit
      *  Used isclose from utils to maintain compatibilty for 3.4
      
      * Removed redundant distancesquared function
      
      * Removed duplicate definition of clip in grid.py and used import from instead.
      
      * Fixed spelling typo
      df97b76d
  2. 24 mar., 2016 2 validations
    • Larry He's avatar
      Revert cast, improved query function · 65636ca3
      Larry He a écrit
      Cast was not needed since the return value was already being cast. Query
      function changed to use heapq.nlargest() for simplicity
      65636ca3
    • Larry He's avatar
      Fixed Problems in Python 3 Port · a2502be8
      Larry He a écrit
      Problems fixed:
      Replaced cmp: 1 instance in line 323 of search.py
      Convert set() to {}: 3 instances in line 29 of MDP.py, line 181 and 215
      of search.py
      Convert .sort() to sorted(): 1 instance in line 150 of text.py
      Cast map to list: 1 instance in line 47 of grid.py
      a2502be8
  3. 10 mar., 2016 1 validation
  4. 08 mar., 2016 1 validation
  5. 06 mar., 2016 3 validations
  6. 05 mar., 2016 1 validation