Release 0.11.0
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_kwargto remove dependency on the private
pandas.util._decoratorsmodule. - Fixed default date sanitisation on pandas 3, where
to_datetime(None)
now yieldsNaTinstead of preservingNone. - Added a new high-level
pandas_datareader.macroAPI providing unified
access to FRED, Eurostat, and OECD macro datasets viaread_macro,
search_macro_datasets, anddescribe_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.