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

sklearn

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Loic Esteve authored
    * Rewriting of cythonization in setup.py
    
    By using Cython.Build.cythonize and switching between .c and .pyx files
    as appropriate cython dependencies are correctly taken into account.
    
    * Use cythonize once on the root config rather than in each subpackage
    
    * Fix for Windows
    
    * Remove caching from Travis
    
    Cython dependencies are taken care of by Cython.Build.cythonize and
    based on file timestamps, so .C and .so files will always be rebuild
    from scratch on each build in Travis.
    
    * Specify .pyx in setup.files for cython generated extensions
    
    More natural this way. Tweak the extensions to generate from .c and .cpp
    files for a release.
    
    * COSMIT Remove commented out code
    
    * Check cython version is greater than 0.23
    
    * COSMIT better names for functions
    
    * flake8 fix (imported module not at top of file)
    
    * Install cython 0.23 for Python 2.6
    
    now that cython >= 0.23 requirement is enforced in setup.py
    
    * Use module constant for minimum required cython version
    
    * Fix Travis install.sh
    
    No easy way to put comments inside multi-line command
    6a2d8d5b
    History
    Name Last commit Last update
    ..