[scikit-learn] annotated tag debian/0.15.0_b2+git14-g720d450-1 created (now c761ef0)

Andreas Tille tille at debian.org
Wed Dec 28 13:11:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a change to annotated tag debian/0.15.0_b2+git14-g720d450-1
in repository scikit-learn.

        at  c761ef0   (tag)
   tagging  279fd3727e019af9f95d1064c9886e7690efeb8e (commit)
  replaces  debian/0.15.0_b1-1
 tagged by  Yaroslav Halchenko
        on  Mon Jul 14 12:46:26 2014 -0400

- Log -----------------------------------------------------------------
scikit-learn Debian release 0.15.0~b2+git14-g720d450-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlPECWIACgkQjRFFY3XAJMiQuwCdG2dQyi3UHQkyZPSeSqJvWFQV
A8kAn1YdPL8Bw2dWXFIK3SeFMFS4cgQh
=Fpng
-----END PGP SIGNATURE-----

Alexandre Gramfort (3):
      Merge pull request #3260 from larsmans/cd-deprecation
      DOC : clarify error message in _binary_roc_auc_score
      FIX : allow nd X for cross_val_score (was working in 0.14)

Andreas Mueller (5):
      Minor fixes in the docs
      Fix some fun column span alignment errors.
      removed unused variables and imports, add used imports where missing.
      COSMIT TYPO
      Stop using some deprecated interfaces.

Arnaud Joly (5):
      TST reduce max_depth for numerical stability
      Merge pull request #3286 from ilam/seconddoc
      MAINT reduce amount of boiler code using standard C operations
      Merge pull request #3308 from jnothman/ovr_constant_predict_proba
      Merge pull request #3318 from abhishekkrthakur/master

Gael Varoquaux (4):
      FIX: examples with more than 10 images
      Merge pull request #3280 from larsmans/remove-hmm-docs
      Merge pull request #3297 from esc/doc/random_kitchen_sink
      MAINT: more explicit glob pattern in doc generation

Hamzeh Alsalhi (2):
      ENH sparse matrix support in label binarization
      FIX Forced dtype to int when densifying array in label_binarize

Ignacio Rossi (4):
      Move model persistence doc inside model selection section
      Remove trailing whitespace
      Simplified security and maintenance section
      Metadata information for unpickling models in future versions

Ilambharathi Kanniah (4):
      Sparse input support in BaggingClassfier and BaggingRegressor #3241
      Sparse support in Bagging #3241
      DOC Document return of fetch_olivetti_faces
      DOC Improve documentation of the olivetti dataset

Jan Hendrik Metzen (1):
      FIX Anisotropic hyperparam optimization of GP bounds

Jeffrey Blackburne (7):
      Added a unit test to ensure that there are no spurious repeating values in the thresholds returned by roc_curve because of machine precision, and a quick stab at a fix.
      Slightly expanded the docstring for the test_roc_nonrepeating_thresholds test. Added named slice variables to same, for readability.
      Improved the treatment of the machine precision issue for calculating ROC thresholds. Added a comment explaining why the treatment is needed.
      Minor refactoring of the repeated-roc-thresholds test, for clarity.
      Added a backport of numpy.isclose from numpy v1.8.1. This function was not available until numpy v1.7
      Changed metrics.py to use the new backward-compatible version of np.isclose
      PEP8 fix

Joel Nothman (16):
      DOC more complete coverage of API linking in examples
      TST add test for name identification in RST generation
      TST avoid nose running setup() in gen_rst.py
      TST add sphinxext to testing
      TST remove dependencies for testing sphinxext
      DOC give example of binarizing binary targets
      DOC Note shape of binary binarized output
      COSMIT factor out split data as struct
      Merge pull request #3165 from jnothman/links_in_examples
      FIX OvR with constant label for non-predict methods
      FIX case where label is constantly absent
      Merge pull request #3309 from argriffing/remove-symeig
      TST use assert_warns and modernise test for constant predictor
      FIX avoid using sequences of sequences and fix tests
      Merge pull request #3317 from pignacio/model_persistence_doc
      MAINT remove residual sparsefuncs*.so when compiling

Kyle Kastner (16):
      Added Windows Powershell download script
      ignificant refactoring, will now automatically install Python, pip, and nose. Numpy and Scipy still require manual intervention
      Fixed bug with append string getting double "_py_py"
      Changed to using wheel packages for scipy and numpy, currently hosted on the sklearn Rackspace account.
      Additional functions, ensuring pip is correct for python 3 and passing the proper path
      Registry reloading is necessary the very first time Python is installed!
      Fixed PATH issues for initial Python install environment
      hange directory to $PYTHONHOME to avoid encodings error
      hanging directories is *not* useful for the encoding error
      Added longer delay after python silent install
      dded verbose output when setting temporarily paths
      Updated to include git, and install all python versions by default
      Added a few new features, and an example of chocolatey-style install
      Missing the r in powe(r)shell
      Added utility to skip tests if running on Travis
      Changed solver from 'dense_cholesky' to 'cholesky' to eliminate deprecation warning.

Lars Buitinck (17):
      TST test interaction features outside doctest
      DOC fix deprecation in CD
      DOC missing verb in README
      TST silence spectral test/test warning message
      FIX wrong parameter name in deprecation warning
      DOC typo in FastICA docs
      DOC: copyedit log loss, hint how multiclass generalizes binary
      ENH save a bit of memory in Euclidean distances
      DOC remove HMM documentation
      ENH fix astype usage to prevent copying
      DOC big fat warning about multithreaded BLAS
      DOC correct bagging docs regarding sparse inputs
      FIX RidgeClassifierCV didn't have scoring parameter
      DOC typo in ExtraTrees
      DOC SVMs take string class labels as well as integers
      DOC run optipng before uploading website
      DOC: typo, envelop → envelope

Laurent Direr (2):
      Corrected two typos in docstring.
      #3356 - Added an exception raising when np.nan is passed into a HashingVectorizer.

Manoj Kumar (10):
      Replaced numpy calls with blas in dual_gap
      Made the following fixes
      Replaced multiprocessing with threading
      ENH: Release the GIL for sparse coordinate descent
      COSMIT: Replaced xrange with range
      ENH: Release GIL in the gram variant
      Replaced C ordered contiguity and added typed memory views
      Added typed memory-views for H and XtA
      Release GIL in the multi-task variant
      ENH: Replaced double indexing as it causes python overhead

Michael Bommarito (9):
      Refactoring, small improvements, and cleaning notation of IsotonicRegression
      Changing docs from "vector" to "1d array"
      Reverting array X to vector x rename
      Docstring addition and x->X
      Incorporating @ogrisel's comments for simplification
      More simplifications
      Fixing simplification for clip
      Adding test coverage for weight deprecation in IsotonicRegression and isotonic_regression
      Improving exception and warning coverage

Nelle Varoquaux (1):
      DOC updated installation documentation

Olivier Grisel (35):
      Merge pull request #3261 from larsmans/test-interaction-features
      Merge branch 'pr/3263': minor fixes from the 0.15.X branch
      MAINT: restore -git version in the master branch after the last release merge
      DOC: remove broken example link
      MAINT removed shadowed broken test
      Merge pull request #3250 from mjbommar/isotonic-refactor-2
      WIP: releasing the GIL in the inner loop of coordinate descent
      Merge pull request #3102 from MechCoder/gil-enet
      DOC fix versions of requirements in README.rst
      Merge pull request #3295 from rphlypo/bootstrap_traintest
      DOC fix bad formatting in decomposition.rst
      FIX python 3 compat for plot_bias_variance.py
      DOC safer way to run the tests under windows
      FIX Python 3 support for datasets.species_distributions
      FIX ensure that matplotlib.use('Agg') is called first when building the docs
      DOC formatting fixes in whats_new.rst
      DOC one formatting fix in whats_new.rst
      FIX Python 3 support for examples/applications/plot_out_of_core_classification.py
      FIX Python 3 support for examples/applications/plot_prediction_latency.py
      DOC hmm example has been removed
      DOC remove reference to the bootstrap target
      DOC remove spurious plt.clf() from ROC example
      DOC add missing plt.figure() for multiplot support in ROC example
      Merge pull request #3256 from kastnerkyle/windows_download_helper
      Convert windows_testing_downloader.ps1 from UTF-16le to UTF-8
      Merge pull request #3268 from jblackburne/nonrepeating_roc_thresholds
      MAINT bump joblib to 0.8.2
      Merge pull request #3328 from ogrisel/joblib-0.8.2
      Release 0.15.0b2
      TST fix precision failure on windows
      MAINT skip joblib multiprocessing tests on travis
      FIX assert_array_almost_equal for windows tests
      FIX multilabel deprecation warning in RidgeClassifierCV
      FIX #3372: unstable input check test for RANSACRegressor
      MAINT ensure that examples figures are displayed in the correct order

Raul Garreta (2):
      added a new section on model persistence
      model persistence doc, added improvements from ogrisel comments

Ronald Phlypo (2):
      bug fix and deprectation warning added to cross-validation
      Merge branch 'master' of https://github.com/scikit-learn/scikit-learn into bootstrap

Ryan Wang (1):
      DOC typos in feature_extraction.text

Samuel Charron (1):
      DOC add Data Publica testimonial

Stefan van der Walt (1):
      DOC Correct definition of multiclass log loss

Valentin Haenel (1):
      DOC add the Random Kitchen Sink synonym to the RBFSampler section

Yaroslav Halchenko (4):
      Merge commit '0.15.0b2-14-g720d450' into releases
      Merge branch 'releases' into dfsg
      Merge commit '0.15.0b2-332-g9b47a2d' (dfsg) into debian
      updated changelog entry

abhishek thakur (1):
      small spelling error in doc

alex (1):
      MAINT: symeig->eigh

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scikit-learn.git



More information about the debian-science-commits mailing list