GitHub user noel-smith opened a pull request:

    https://github.com/apache/spark/pull/8628

    [SPARK-10272] Added @since tags to pyspark.mllib.evaluation

    Duplicated the @since decorator from pyspark.sql into pyspark (also tweaked 
to handle functions without docstrings).
    
    Added @since to public methods + "versionadded::" to classes (derived from 
the git file history in pyspark).
    
    Note - I added also the tags to MultilabelMetrics even though it isn't 
declared as public in the __all__ statement... if that's incorrect - I'll 
remove.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/noel-smith/spark 
SPARK-10272-since-mllib-evalutation

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/8628.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #8628
    
----
commit 43a9a999016c08d8e044d1864e792ca1e7fb67a2
Author: noelsmith <[email protected]>
Date:   2015-09-06T19:06:24Z

    Added @since tags to mllib.evaluation

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to