diff --git a/migration.yml b/migration.yml index 0e2f8cb..7b725e7 100644 --- a/migration.yml +++ b/migration.yml @@ -82,31 +82,37 @@ datasets: ames_house_prices.csv: pilot: P5 - status: landed + status: repointed # A new dataset, not a migration: these bytes have never lived in a lecture - # repo, so there is no prior pattern to move away from. The consuming - # lecture is new too and lands with the interim raw URL already in place; - # flip to `repointed` when QuantEcon/lecture-python-intro#XXX merges. + # repo, so there is no prior pattern to move away from. It landed together + # with its consuming lecture, which is new and read the interim raw URL + # from its first commit. prior_pattern: none landed: pr: QuantEcon/data-lectures#27 date: 2026-08-03 - repoints: [] + repoints: + - repo: QuantEcon/lecture-python-intro + pr: QuantEcon/lecture-python-intro#811 + date: 2026-08-03 cutover: null japan_deaths_by_age.csv: pilot: P5 - status: landed + status: repointed prior_pattern: none landed: pr: QuantEcon/data-lectures#27 date: 2026-08-03 - repoints: [] + repoints: + - repo: QuantEcon/lecture-python-intro + pr: QuantEcon/lecture-python-intro#811 + date: 2026-08-03 cutover: null us_adult_heights.csv: pilot: P5 - status: landed + status: repointed # Migrated out of lecture-python-intro, where it was added by #790 with no # committed builder. The builder was recovered during this migration and # reproduces the file byte for byte, so it lands as `committed` rather than @@ -115,7 +121,10 @@ datasets: landed: pr: QuantEcon/data-lectures#27 date: 2026-08-03 - repoints: [] + repoints: + - repo: QuantEcon/lecture-python-intro + pr: QuantEcon/lecture-python-intro#811 + date: 2026-08-03 cutover: null # Planned waves that have not landed anything here yet. `datasets` names the diff --git a/scripts/audit_annotations.yml b/scripts/audit_annotations.yml index d6d7f79..08d8ca8 100644 --- a/scripts/audit_annotations.yml +++ b/scripts/audit_annotations.yml @@ -179,9 +179,13 @@ api: series: SI.POV.GINI, NY.GDP.PCAP.KD pedagogy: mixed note: demonstrates searching for the Gini series ID with wbgapi - lecture-python-intro:prob_dist:yfinance: + lecture-python-intro:observed_distributions:yfinance: series: AMZN, COST pedagogy: incidental + note: > + moved here from prob_dist by lecture-python-intro#811, which split the + observed-data half of that lecture into observed_distributions; prob_dist + no longer calls yfinance lecture-python-programming:pandas:wbgapi: series: GC.DOD.TOTL.GD.ZS pedagogy: lesson