Skip to content
Snippets Groups Projects
  • noelsmith's avatar
    610971ec
    [SPARK-10273] Add @since annotation to pyspark.mllib.feature · 610971ec
    noelsmith authored
    Duplicated the since decorator from pyspark.sql into pyspark (also tweaked to handle functions without docstrings).
    
    Added since to methods + "versionadded::" to classes (derived from the git file history in pyspark).
    
    Author: noelsmith <mail@noelsmith.com>
    
    Closes #8633 from noel-smith/SPARK-10273-since-mllib-feature.
    610971ec
    History
    [SPARK-10273] Add @since annotation to pyspark.mllib.feature
    noelsmith authored
    Duplicated the since decorator from pyspark.sql into pyspark (also tweaked to handle functions without docstrings).
    
    Added since to methods + "versionadded::" to classes (derived from the git file history in pyspark).
    
    Author: noelsmith <mail@noelsmith.com>
    
    Closes #8633 from noel-smith/SPARK-10273-since-mllib-feature.