[scikit-learn] annotated tag debian/0.3-2 created (now c8b6408)

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


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

tille pushed a change to annotated tag debian/0.3-2
in repository scikit-learn.

        at  c8b6408   (tag)
   tagging  c7208c1a43335179ccddafc7748c1d7224e904fc (commit)
  replaces  0.2
 tagged by  Yaroslav Halchenko
        on  Tue Aug 24 12:13:52 2010 -0400

- Log -----------------------------------------------------------------
Retagging in debian-release debian/0.3-2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkxz78AACgkQjRFFY3XAJMhhEQCfQCM7vwXN06jKNuGdROQs+XtQ
+IAAoMVK/OKLR7WgaAQgzNAkvI9DQTM2
=WfmV
-----END PGP SIGNATURE-----

Alexandre Gramfort (22):
      fix doctest in crossval
      adding UnivSelect object in univ_selection to by pass the use of predictor object. The UnivSelect implements fit + reduce rather than fit + predict
      fix univ_selection test
      adding leave_p_out in crossval.py
      allowing Lasso CD + Elastic-Net CD to pickle
      adding LDA implementation with test + example
      adding "proba_predict" method in LDA (should be done for SVC too)
      fix docstring test in Neighbors class
      cosmit in naive_bayes.py
      cosmit in lda
      correct typo
      uniforming the access to the primal variables (the "w") with a "coef_" property
      SVM : renaming coef_ to dual_coef_ in SVM
      Logistic : adding properties to get access to coef_ and intercept_
      improve computation of coef_ in SVC
      adding doc to LogisticRegression class
      update in doc for LogisticRegression
      introducing intercept_ in SVM (from libsvm)
      adding example to view posterior class probabilities when using LogisticRegression or SVC
      adding example that illustrates that L1 penalty leads to sparse estimates of coef_
      adding docstring to LinearSVC and test to make sure the coef_ and intercept_ returned by SVC and LinearSVC are the same.
      adding predict_proba method in UnivSelection class

Fabian Pedregosa (61):
      Start 0.3 development cycle
      Fix import path in BallTree benchmarks
      Add another balltree benchmark, this time with plot interface.
      Add a test for OneClassSVN.
      Fix docstring for svm.SVC
      Added svnauthors file
      Remove mailmap file
      Add feature_selection to setup.py
      Remove empty directories
      Remove old datasets.
      Remove empty directories
      Revert "RF: build Cython code during build time"
      Revert "RF: removing Cythoned C code"
      Preliminary sphinx example generation
      Add directory for auto-generated examples.
      More on auto-generated examples
      Temporary hack to generate the examples.
      Generate examples dinamically.
      Update documentation.
      Cosmetic changes to gen_rst
      Fix typos in examples.
      DOC: howto upload generated doc to sf.
      Update README
      Preliminary Logistic regression classification using liblinear.
      Implent L1-penalized Logistic Regression.
      Some bug fixes for liblinear bindings.
      BUG: More bug fixing around liblinear bindings.
      ENH: Manage special case of 2 classes in LogisticRegression.
      Preliminary libsvm support of probability predict.
      Preliminary support for probability estimate in SVM.
      Turn off probability estimates by default.
      Implement a test for SVC probability estimates.
      Bug fixing in SVM predict probabilities.
      Use liblinear in SVM module when kernel is linear.
      BUG: Fix bugs in liblinear bindings.
      Remove liblinear-related code from SVC.
      Implement LibSVC class for liblinear bindings.
      Implement probability predict in Logistic and LinearSVC
      Implement probability predict in the case of l1-logistic regression.
      DOC: Specify git repo in development section.
      Remove empty directories
      Fix compatibity issues of bindings in 64bit.
      Always use np.float64 for compatibility.
      Use syste-wide BLAS libraries if available.
      Update svm benchmarks
      Fix typo in setup.py
      Refactoring on the svm module.
      ii
      Add more tests to test_svm.py
      Add the option to link against system-wide libsvm by editing site.cfg
      Remove unused inports from lasso_cd
      Add logos (in svg and bmp format)
      Remove examples from module glm.coordinate_descent.
      FIX: Compatibility Visual Studio
      FIX: Fix a bug that caused segfault when intercept=False on classes
      Do not execute tests in degenerate cases.
      0.3 Beta release
      Add download link to main web page.
      ENH: add docstrings to module svm
      Remove scikits.optimization as requirement.
      0.3 release

Gael Varoquaux (32):
      MISC: Safety commit
      BUG: fix for ticket 39: selecting 100% should now select 100%.
      MISC: Set svn ignores.
      DOC: Improve the feature selection example.
      DOC: Small changes to the documentation building to be able to references
      DOC: Sprucing up the documentation.
      BUG/DOC Correcting bugs in the documentation generation code.
      Workaround for proxy problems.
      DOC: Adding plotting to feature selection, in 2 times to work around
      MISC: Cosmetic commit: lines longer than 80 chars.
      ENH: Refactor the datasets to add the digits standard dataset.
      MISC: Cosmit (cosmetic commit): s/label/labels, because it is a list.
      BUG: Proper description for digit dataset.
      BUG: Fix the digits datasets: wrong data loading.
      MISC: Remove the checked-in generated documentation files from the
      BUG: Correct bug in digits dataset loading introduced by previous
      BUG: Make sure the docs build even if the directories do not exist.
      ENH/DOC: Add an example doing classification on digits.
      DOC: Update docs README to use rsync and try to be careful about the
      ENH: Make it possible for SVM.predict to work on a single sample.
      DOC: Improve the example docstrings.
      DOC: Work on the front page.
      Improve front page
      DOC: Some work on the beginning of the doc.
      DOC/MISC: correct docstring on digits loading code.
      DOC: Adapt the getting started tutorial to complete beginners.
      DOC: Moving the em examples. Doing this in two times, to avoid what looks
      DOC: Moving the em examples, step 2.
      DOC: Rework of the docs and examples: multiple commits because commits
      DOC: Moving SVM examples in a separate folder, step 1.
      DOC: Moving examples in a separate directory, final commit (hopefully)
      MISC: Typo.

Olivier Grisel (2):
      s/n_features/n_samples/ in digits example
      add some print statements to monitor lasso/enet progress and tweaks parameters to make it faster to run

Vincent Michel (5):
      Fix a bug when using an estimator in UnivSelection.
      Add a function for crossval : leave-one-label-out
      Add Gaussian Naive Bayes classifier
      Fix a bug in the computation of the log lokelihood
      Add coef_ to SVR.

Yaroslav Halchenko (37):
      DOC: minor spelling mistakes (just to check upload rights and my login)
      adding myself to svnauthors
      DOC: extending README with information about GIT Mirror
      DOC: minor changes in README in regard to use of git-svn
      NF: initial Debian packaging skeleton
      BF: little fixes around
      more thorow cleaning, excluding manifold from unittest, unittest before moving libraries
      various fixes thanks to lintian
      First ever package by me to adhere to dkg-source 3.0 (quilt) format.
      ENH: remove scikits/__init__.py upon installation
      BF: adding build-dep on python-setuptools
      BUG: removing evil tab
      BUG: removing add_subpackage for deprecated datasets
      BF: remove generated datasets/__config__.py upon clean:
      BF: jquery link is relevant for -doc
      BF: adding copyright on sphinxext
      working on dh version of packaging
      adding documentation to be installed
      might to be complete dh setup
      adjustments to debian/control -- cython, descriptions
      BF: avoiding nested examples directory
      BF: add scipy to build-dep due to unittests
      RF: build Cython code during build time
      RF: removing Cythoned C code
      RF: removing obsolete .pxd files
      BUG: correct import within test_densities.py
      RF: use assertEqual to compare str(e) instead of a print (could simply be assertRaises)
      updating changelog for the release
      BF: pruning forgotten cdbs build-dep
      NF: adding a patch to site.cfg to use system libraries
      additional build-depends
      build docs after modules
      changelog entry
      depend on unversioned libboost-dev
      minor changes in descriptions
      Setting both HOME and MPLCONFIGDIR while building documentation (slipped through fingers somehow) (Close: #580727).
      Merge branch 'debian' into debian-release0.3

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

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