head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.09.07.16.26.12; author adam; state Exp; branches; next ; commitid 7Fl0jkQw287fZHUG; desc @@ 1.1 log @py-pandas-datareader: updated to 0.11.1 v0.11.0 (June 2026) Highlights include: - 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 sanitization 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. - Added import smoke coverage and explicit pandas 3 CI lanes. @ text @$NetBSD$ Install only the package itself. --- pyproject.toml.orig 2026-09-07 16:22:12.617176593 +0000 +++ pyproject.toml @@@@ -35,7 +35,7 @@@@ Repository = "https://github.com/pydata/ [tool.setuptools] -package-dir = {"" = "."} +package-dir = {"pandas_datareader" = "pandas_datareader"} [tool.setuptools.dynamic] dependencies = {file = ["requirements.txt"]} @