All Versions
10
Latest Version
Avg Release Cycle
16 days
Latest Release
2730 days ago

Changelog History

  • v0.11.3

    November 04, 2016
  • v0.11.2

    September 28, 2016
  • v0.11.1

    August 29, 2016
  • v0.11.1.rc2

    July 27, 2016
  • v0.11.1.rc1

    July 25, 2016
  • v0.11.0 Changes

    July 19, 2016

    ๐Ÿš€ Release 0.11.0

    ๐Ÿš€ :Release: 0.11.0

    ๐Ÿ†• New Expressions

    * Many new string utility expressions were added that follow the Pandas
      vectorized string methods API closely
      `<http://pandas.pydata.org/pandas-docs/stable/text.html#text-string-methods>`_.
      These are gathered under the ``.str`` sub-namespace, allowing the user to
      say::
    
        t.col.str.lower()
    
      to compute a new column with the string contents lowercased.
    
    * Likewise, many new datetime utility expressions were added to the ``.dt``
      sub-namespace, following Pandas vectorized datetime methods API
      `<http://pandas.pydata.org/pandas-docs/stable/timeseries.html>`_.
    
    Improved Expressions
    

    None

    ๐Ÿ†• New Backends

    None
    
    Improved Backends
    

    None

    Experimental Features

    None
    
    API Changes
    

    ๐Ÿ—„ The following functions were deprecated in favor of equivalent functions
    without the str_ name prefix:

    ====================================== ===================================
    ๐Ÿ—„ deprecated function replacement function
    ====================================== ===================================
    :func:~blaze.expr.strings.str_len :func:~blaze.expr.strings.len
    :func:~blaze.expr.strings.str_upper :func:~blaze.expr.strings.upper
    :func:~blaze.expr.strings.str_lower :func:~blaze.expr.strings.lower
    :func:~blaze.expr.strings.str_cat :func:~blaze.expr.strings.cat
    ====================================== ===================================

    ๐Ÿ› Bug Fixes

    None
    
    Miscellaneous
    

    None

  • v0.11.a1

    July 08, 2016
  • v0.10.2

    June 14, 2016
  • v0.10.2.rc3

    June 10, 2016
  • v0.10.2.rc2

    June 09, 2016