From aab44940d9a1e10a9b6d60434cf0e1d7b69b0e9a Mon Sep 17 00:00:00 2001 From: eutwt <11261404+eutwt@users.noreply.github.com> Date: Wed, 31 Dec 2025 10:29:12 -0500 Subject: [PATCH 1/3] Update comparison docs --- README.md | 5 +++-- README.qmd | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c060e7d..cd7bec6 100644 --- a/README.md +++ b/README.md @@ -89,10 +89,11 @@ comparison A comparison includes: -- `comparison.intersection`: columns in both tables and rows with +- `comparison.intersection`: columns in both tables with counts of differing values - `comparison.unmatched_cols`: columns in only one table -- `comparison.unmatched_rows`: rows in only one table +- `comparison.unmatched_rows`: rows in only one table with counts per + table Use `value_diffs()` to see the values that are different. diff --git a/README.qmd b/README.qmd index 7a81a6b..59a173a 100644 --- a/README.qmd +++ b/README.qmd @@ -47,9 +47,9 @@ comparison A comparison includes: -- `comparison.intersection`: columns in both tables and rows with differing values +- `comparison.intersection`: columns in both tables with counts of differing values - `comparison.unmatched_cols`: columns in only one table -- `comparison.unmatched_rows`: rows in only one table +- `comparison.unmatched_rows`: rows in only one table with counts per table Use `value_diffs()` to see the values that are different. From 0d6a4f5ca4bece04f7d2402a3e659825e273cb66 Mon Sep 17 00:00:00 2001 From: eutwt <11261404+eutwt@users.noreply.github.com> Date: Wed, 31 Dec 2025 10:31:55 -0500 Subject: [PATCH 2/3] Update website doc wording --- docs_api/source/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_api/source/index.rst b/docs_api/source/index.rst index 513e086..a4ac245 100644 --- a/docs_api/source/index.rst +++ b/docs_api/source/index.rst @@ -20,9 +20,9 @@ Use `compare()` to create a comparison of two tables. A comparison contains: -- `comparison.intersection`: columns in both tables and rows with differing values +- `comparison.intersection`: columns in both tables with counts of differing values - `comparison.unmatched_cols`: columns in only one table -- `comparison.unmatched_rows`: rows in only one table +- `comparison.unmatched_rows`: rows in only one table with counts per table .. code-block:: pycon From f445a84a78f5b08ad0d6ac91f57f9379c933c640 Mon Sep 17 00:00:00 2001 From: eutwt <11261404+eutwt@users.noreply.github.com> Date: Wed, 31 Dec 2025 10:32:59 -0500 Subject: [PATCH 3/3] Document push timeout note --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index cb75a35..937a7d8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -72,6 +72,8 @@ future contributors can work without hunting through old context. - Before pushing, run `scripts/pre_push.sh` (or symlink it into `.git/hooks/pre-push`) so Ruff formatting, `pytest`, and `ty check` finish successfully. The script aborts pushes if any step fails. +- Git pushes may require a higher timeout because the pre-push hook runs + Quarto, linting, tests, and type checks before the network step. - The `README.md` Quick Start tables are rendered from `README.qmd` via Quarto (do not edit them by hand). Whenever a change affects any helper output (or periodically to keep outputs current), run