Skip to content

Latest commit

 

History

History
176 lines (126 loc) · 3.88 KB

v0.25.1.rst

File metadata and controls

176 lines (126 loc) · 3.88 KB

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

Enhancements

Other enhancements

Bug fixes

Categorical

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` to allow garbage collection of :class:`Index` objects without running the GC. (:issue:`27585`)

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

I/O and LZMA

  • Issue: Some users may unknowingly have an incomplete Python installation, which lacks the lzma module from the standard library. In this case, import pandas fails due to an ImportError; (:issue: 27575)
  • Change: Pandas will now warn, rather than raising an ImportError if the lzma module is not present. Any subsequent attempt to use lzma methods will raise a RuntimeError;
  • Possible Fix: Ensure you have the necessary libraries and reinstall Python;
  • Example: On MacOS, installing Python with pyenv may lead to an incomplete Python installation due to unmet system dependencies at compilation time (like xz). Compilation will succeed, but Python might fail at run time.

Contributors

.. contributors:: v0.25.0..HEAD