Skip to content

Release 0.11.0

Choose a tag to compare

@bashtage bashtage released this 23 Jun 14:42
d286658

The release brings pandas 3 compatibility.

  • Restored import and runtime compatibility with pandas 3 by removing the
    dependency on pandas internal decorator APIs.
  • Vendored deprecate_kwarg to remove dependency on the private
    pandas.util._decorators module.
  • Fixed default date sanitisation on pandas 3, where to_datetime(None)
    now yields NaT instead of preserving None.
  • Added a new high-level pandas_datareader.macro API providing unified
    access to FRED, Eurostat, and OECD macro datasets via read_macro,
    search_macro_datasets, and describe_macro_dataset.
  • Narrowed the default public API surface to focus on macro and widely-used
    data sources; securities-related readers that relied on defunct or broken
    upstream APIs have been removed.