Fix mailmap format #9620

Merged
merged 1 commit into from Aug 24, 2017

Conversation

Projects
None yet
2 participants
Contributor

vmarkovtsev commented Aug 24, 2017

This < breaks some mailmap parsers and is apparently inserted by mistake

Reference Issue

What does this implement/fix? Explain your changes.

Any other comments?

Fix mailmap format
This \< breaks some mailmap parsers and is apparently inserted by mistake

@jnothman jnothman merged commit d8c363f into scikit-learn:master Aug 24, 2017

3 of 4 checks passed

continuous-integration/appveyor/pr Waiting for AppVeyor build to complete
Details
ci/circleci Your tests passed on CircleCI!
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
lgtm analysis: Python No alert changes
Details

This comment has been minimized.

Show comment Hide comment
@jnothman

jnothman Aug 24, 2017

Owner

Thanks

Owner

jnothman commented Aug 24, 2017

Thanks

AishwaryaRK added a commit to AishwaryaRK/scikit-learn that referenced this pull request Aug 29, 2017

Fix mailmap format (#9620)
This \< breaks some mailmap parsers and is apparently inserted by mistake

amueller added a commit to jnothman/scikit-learn that referenced this pull request Oct 20, 2017

Fix mailmap format (#9620)
This \< breaks some mailmap parsers and is apparently inserted by mistake

yarikoptic added a commit to yarikoptic/scikit-learn that referenced this pull request Oct 24, 2017

Merge tag '0.19.1' into releases
* tag '0.19.1': (117 commits)
  TST Improve SelectFromModel tests (#9733)
  Name in what's new
  [MRG+1] Raise error when SparseSeries is passed into classification metrics (#7373)
  Fix LogisticRegressionCV default solver value in docstring (#9962)
  [MRG+1] DOC fix sign in GBRT mathematical formulation (#9885)
  [MRG+1] DOC fix sign in GBRT mathematical formulation (#9885)
  DOC fix a typo (#9892)
  [MRG+1] Ledoit-Wolf behavior explanation (#9500)
  [MRG+1] Fix typos in documentation (#9878)
  DOC: Use setattr(self, ...) instead of self.setattr(...) (#9866)
  DOC Removed a duplicate occurrence of a word in 'sklearn.neighbors.KNeighborsRegressor' docs (#9862)
  FIX docstring of negative_outlier_factor_ in LOF (#9809)
  [MRG+1] Fix #9743: Adding parameter information to docstring. (#9757)
  DOC: fix docstring of Imputer.fit (#9769)
  various minor spelling tweaks (#9783)
  MAINT comment on apparent inconsistency
  [MRG+1] DOC fix headers level in cross_validation.rst (#9679)
  Fix mailmap format (#9620)
  DOC Fix typos (#9577)
  Typo (#9571)
  ...

yarikoptic added a commit to yarikoptic/scikit-learn that referenced this pull request Oct 24, 2017

Merge branch 'releases' into dfsg
* releases: (117 commits)
  TST Improve SelectFromModel tests (#9733)
  Name in what's new
  [MRG+1] Raise error when SparseSeries is passed into classification metrics (#7373)
  Fix LogisticRegressionCV default solver value in docstring (#9962)
  [MRG+1] DOC fix sign in GBRT mathematical formulation (#9885)
  [MRG+1] DOC fix sign in GBRT mathematical formulation (#9885)
  DOC fix a typo (#9892)
  [MRG+1] Ledoit-Wolf behavior explanation (#9500)
  [MRG+1] Fix typos in documentation (#9878)
  DOC: Use setattr(self, ...) instead of self.setattr(...) (#9866)
  DOC Removed a duplicate occurrence of a word in 'sklearn.neighbors.KNeighborsRegressor' docs (#9862)
  FIX docstring of negative_outlier_factor_ in LOF (#9809)
  [MRG+1] Fix #9743: Adding parameter information to docstring. (#9757)
  DOC: fix docstring of Imputer.fit (#9769)
  various minor spelling tweaks (#9783)
  MAINT comment on apparent inconsistency
  [MRG+1] DOC fix headers level in cross_validation.rst (#9679)
  Fix mailmap format (#9620)
  DOC Fix typos (#9577)
  Typo (#9571)
  ...

yarikoptic added a commit to yarikoptic/scikit-learn that referenced this pull request Oct 24, 2017

Merge branch 'dfsg' into debian
* dfsg: (117 commits)
  TST Improve SelectFromModel tests (#9733)
  Name in what's new
  [MRG+1] Raise error when SparseSeries is passed into classification metrics (#7373)
  Fix LogisticRegressionCV default solver value in docstring (#9962)
  [MRG+1] DOC fix sign in GBRT mathematical formulation (#9885)
  [MRG+1] DOC fix sign in GBRT mathematical formulation (#9885)
  DOC fix a typo (#9892)
  [MRG+1] Ledoit-Wolf behavior explanation (#9500)
  [MRG+1] Fix typos in documentation (#9878)
  DOC: Use setattr(self, ...) instead of self.setattr(...) (#9866)
  DOC Removed a duplicate occurrence of a word in 'sklearn.neighbors.KNeighborsRegressor' docs (#9862)
  FIX docstring of negative_outlier_factor_ in LOF (#9809)
  [MRG+1] Fix #9743: Adding parameter information to docstring. (#9757)
  DOC: fix docstring of Imputer.fit (#9769)
  various minor spelling tweaks (#9783)
  MAINT comment on apparent inconsistency
  [MRG+1] DOC fix headers level in cross_validation.rst (#9679)
  Fix mailmap format (#9620)
  DOC Fix typos (#9577)
  Typo (#9571)
  ...

maskani-moh added a commit to maskani-moh/scikit-learn that referenced this pull request Nov 15, 2017

Fix mailmap format (#9620)
This \< breaks some mailmap parsers and is apparently inserted by mistake

jwjohnson314 pushed a commit to jwjohnson314/scikit-learn that referenced this pull request Dec 18, 2017

Fix mailmap format (#9620)
This \< breaks some mailmap parsers and is apparently inserted by mistake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment