Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 0.19.X
  • discrete
  • 0.18.X
  • ignore_lambda_to_diff_errors
  • 0.17.X
  • authors-update
  • 0.16.X
  • 0.15.X
  • 0.14.X
  • debian
  • 0.13.X
  • 0.12.X
  • 0.11.X
  • 0.10.X
  • 0.9.X
  • 0.6.X
  • 0.7.X
  • 0.8.X
  • 0.19.1
  • 0.19.0
  • 0.19b2
  • 0.19b1
  • 0.19-branching
  • 0.18.2
  • 0.18.1
  • 0.18
  • 0.18rc2
  • 0.18rc1
  • 0.18rc
  • 0.17.1-1
  • 0.17.1
  • debian/0.17.0-4
  • debian/0.17.0-3
  • debian/0.17.0-1
  • 0.17
  • debian/0.17.0_b1+git14-g4e6829c-1
  • debian/0.17.0_b1-1
  • 0.17b1
39 results

test_split.py

Blame
    • Loic Esteve's avatar
      e5bf61ee
      [MRG+1] Dropping python 2.6 support (#7890) · e5bf61ee
      Loic Esteve authored
      * Remove Python 2.6 support
      
      Some details about some slightly orthogonal changes:
      * Note about cheking safely for nan is likely not valid any more (commit
        introducing it is c80ca91b)
      * scipy.linalg.qr econ parameter removed since scipy 0.9 in favour of
        mode='economic'
      * Remove unnecessary libgfortran in conda create command
      
      * Putative fix by setting the random seed
      
      * Revert unintended change
      
      * Reinstate previous logic for checking for NaNs
      
      * Reinstate change in error message
      
      Error messages from Python 2.7 assertRegexp does not contain the
      function name, in contrast with Python 3 assertRegex
      e5bf61ee
      History
      [MRG+1] Dropping python 2.6 support (#7890)
      Loic Esteve authored
      * Remove Python 2.6 support
      
      Some details about some slightly orthogonal changes:
      * Note about cheking safely for nan is likely not valid any more (commit
        introducing it is c80ca91b)
      * scipy.linalg.qr econ parameter removed since scipy 0.9 in favour of
        mode='economic'
      * Remove unnecessary libgfortran in conda create command
      
      * Putative fix by setting the random seed
      
      * Revert unintended change
      
      * Reinstate previous logic for checking for NaNs
      
      * Reinstate change in error message
      
      Error messages from Python 2.7 assertRegexp does not contain the
      function name, in contrast with Python 3 assertRegex