Skip to content

Commit 8694278

Browse files
dengemannogrisel
authored andcommitted
FIX/MAINT: update my mail etc (scikit-learn#8375)
* update mail etc * fix utf8
1 parent 8beaf32 commit 8694278

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.mailmap

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Brian Holt <[email protected]> <[email protected]>
2323
Christian Osendorfer <[email protected]>
2424
Clay Woolam <[email protected]>
2525
26-
Denis Engemann <d.engemann@fz-juelich.de>
27-
Denis Engemann <d.engemann@fz-juelich.de> <[email protected]>
28-
Denis Engemann <d.engemann@fz-juelich.de> <[email protected]>
29-
Denis Engemann <d.engemann@fz-juelich.de> <dengemann <[email protected]>
26+
Denis Engemann <denis-alexander.engemann@inria.fr>
27+
Denis Engemann <denis-alexander.engemann@inria.fr> <[email protected]>
28+
Denis Engemann <denis-alexander.engemann@inria.fr> <[email protected]>
29+
Denis Engemann <denis-alexander.engemann@inria.fr> <dengemann <[email protected]>
3030
Diego Molla <[email protected]> <diego@diego-desktop.(none)>
3131
3232
Edouard DUCHESNAY <[email protected]> <duchesnay@is143433.(none)>
@@ -61,7 +61,7 @@ Jake VanderPlas <[email protected]> <[email protected]>
6161
6262
James Bergstra <[email protected]>
6363
64-
Jan Schl�ter <[email protected]>
64+
Jan Schlüter <[email protected]>
6565
Jean Kossaifi <[email protected]>
6666
6767

doc/whats_new.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -2304,7 +2304,7 @@ Enhancements
23042304
:class:`cluster.MeanShift`, by `Mathieu Blondel`_.
23052305

23062306
- Vector and matrix multiplications have been optimised throughout the
2307-
library by :user:`Denis Engemann <dengemann>`, and `Alexandre Gramfort`_.
2307+
library by `Denis Engemann`_, and `Alexandre Gramfort`_.
23082308
In particular, they should take less memory with older NumPy versions
23092309
(prior to 1.7.2).
23102310

@@ -2317,7 +2317,7 @@ Enhancements
23172317

23182318
- Added svd_method option with default value to "randomized" to
23192319
:class:`decomposition.FactorAnalysis` to save memory and
2320-
significantly speedup computation by :user:`Denis Engemann <dengemann>`, and
2320+
significantly speedup computation by `Denis Engemann`_, and
23212321
`Alexandre Gramfort`_.
23222322

23232323
- Changed :class:`cross_validation.StratifiedKFold` to try and
@@ -2840,7 +2840,7 @@ Changelog
28402840
faster on sparse data (the speedup depends on the sparsity). By
28412841
`Lars Buitinck`_.
28422842

2843-
- Reduce memory footprint of FastICA by :user:`Denis Engemann <dengemann>` and
2843+
- Reduce memory footprint of FastICA by `Denis Engemann`_ and
28442844
`Alexandre Gramfort`_.
28452845

28462846
- Verbose output in :mod:`sklearn.ensemble.gradient_boosting` now uses
@@ -4986,3 +4986,5 @@ David Huard, Dave Morrill, Ed Schofield, Travis Oliphant, Pearu Peterson.
49864986
.. _Kathleen Chen: https://github.com/kchen17
49874987

49884988
.. _Vincent Pham: https://github.com/vincentpham1991
4989+
4990+
.. _Denis Engemann: http://denis-engemann.de

sklearn/decomposition/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author: Alexandre Gramfort <[email protected]>
44
# Olivier Grisel <[email protected]>
55
# Mathieu Blondel <[email protected]>
6-
# Denis A. Engemann <d.engemann@fz-juelich.de>
6+
# Denis A. Engemann <denis-alexander.engemann@inria.fr>
77
# Kyle Kastner <[email protected]>
88
#
99
# License: BSD 3 clause

sklearn/decomposition/factor_analysis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Author: Christian Osendorfer <[email protected]>
1717
# Alexandre Gramfort <[email protected]>
18-
# Denis A. Engemann <d.engemann@fz-juelich.de>
18+
# Denis A. Engemann <denis-alexander.engemann@inria.fr>
1919

2020
# License: BSD3
2121

sklearn/decomposition/pca.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Author: Alexandre Gramfort <[email protected]>
55
# Olivier Grisel <[email protected]>
66
# Mathieu Blondel <[email protected]>
7-
# Denis A. Engemann <d.engemann@fz-juelich.de>
7+
# Denis A. Engemann <denis-alexander.engemann@inria.fr>
88
# Michael Eickenberg <[email protected]>
99
# Giorgio Patrini <[email protected]>
1010
#

sklearn/utils/tests/test_extmath.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Authors: Olivier Grisel <[email protected]>
22
# Mathieu Blondel <[email protected]>
3-
# Denis Engemann <d.engemann@fz-juelich.de>
3+
# Denis Engemann <denis-alexander.engemann@inria.fr>
44
#
55
# License: BSD 3 clause
66

0 commit comments

Comments
 (0)