Skip to content

Latest commit

 

History

History
168 lines (121 loc) · 3.53 KB

v0.25.1.rst

File metadata and controls

168 lines (121 loc) · 3.53 KB

What's new in 0.25.1 (July XX, 2019)

Enhancements

Other enhancements

Bug fixes

Categorical

  • Added test to assert the :func:`fillna` raises the correct ValueError message when the value isn't a value from categories (:issue:`13628`)

Datetimelike

Timedelta

Timezones

Numeric

Conversion

Strings

Interval

Indexing

  • Bug in partial-string indexing returning a NumPy array rather than a Series when indexing with a scalar like .loc['2015'] (:issue:`27516`)
  • Break reference cycle involving :class:`Index` and other index classes to allow garbage collection of index objects without running the GC. (:issue:`27585`, :issue:`27840`)
  • Fix regression in assigning values to a single column of a DataFrame with a MultiIndex columns (:issue:`27841`).

Missing

MultiIndex

I/O

  • Avoid calling S3File.s3 when reading parquet, as this was removed in s3fs version 0.3.0 (:issue:`27756`)

Plotting

Groupby/resample/rolling

Reshaping

Sparse

Build Changes

ExtensionArray

Other

Contributors

.. contributors:: v0.25.0..HEAD