ElasticNet and Lasso no longer implicitly convert float32 dtype input to float64 internally.
* Make helper functions in cd use fused types
* Import cblas float functions
* Make enet_coordinate_descent support fused types
* Make dense case work
* Refactor format
* Remove redundant change
* Add cblas files
* Avoid redundant code
* Remove redundant c files and import
* Recover unnecessary change
* Update comment
* Make coef_ type consistent
* Test float32 input
* Add user warning when fitting float32 data with small alpha
* Fix bug
* Change variable to floating type
* Make cd sparse support fused types
* Make CD support fused types when data is sparse
* Add referenced src files
* Avoid duplicated code
* Avoid type casting
* Fix indentation in test
* Avoid type casting in sparse implementation
* Fix indentation
* Fix duplicated intialization code
* Follow PEP8
* Raise tmp precision to double
* Add 64 bit computer check
* Fix test
* Add constraint
* PEP 8
* Make saxpy have the same structure as daxpy
Hopefully this fixes the problems outlined in PR #6913
* Remove wrong hardware test
* Remove dsdot
* Remove redundant asarray
* Add test for fit_intercept
* Make _preprocess_data support other dtypes
* Add concrete value
* Workaround
* Fix error msg
* Move declarartion
* Remove redundant comment
* Add tests
* Test normalize
* Delete warning
* Fix comment
* Add error msg
* Add error msg
* Add what's new
* Fix error msg
* Remove cdivision=True Cython compiler directive causing incorrect int division.
* Decrease tol for LogisticRegression fit test, perhaps needed due to test not controlling `random_state`.
* MNT Removing more deprecated stuff for v0.18
* MNT+TST Remove support for loss='l2'
* MNT Remove support for precompute='auto' for ElasticNet
* FIX/TST precompute=auto should raise a generic message
* docs: fix broken and redirect links
see #7000
* docs: fix links
see #7000
* docs: merge with master
* docs: fix fnrs and tinyclues logo links
* docs: fix link reference in text
* docs: fix typo
* docs: added back in metaoptimize-qa paragraph
* docs: update language for defunct site
* docs: update stackexchange section
* docs: remove defunct site, move quora to top
* docs: remove defunct link and rearrange links