Skip to content

Update anchor date to 2026-03-05 and add pre-window exclusion script#67

Merged
LukasWallrich merged 2 commits intomainfrom
update-anchor-date-march-2026
Mar 6, 2026
Merged

Update anchor date to 2026-03-05 and add pre-window exclusion script#67
LukasWallrich merged 2 commits intomainfrom
update-anchor-date-march-2026

Conversation

@LukasWallrich
Copy link
Collaborator

Closes #66

Summary

  • Updates anchor_date in config/runtime.toml from 2026-02-20 to 2026-03-05 (experiment start), shifting the ingest window to 2025-09-05 – 2026-09-05
  • Adds scripts/exclude_pre_window_preprints.py to retroactively mark preprints already in the DB with date_created < 2025-09-05 as excluded (ingest_date_window), removing them from all processing queues

Test plan

  • Run python scripts/exclude_pre_window_preprints.py (dry run) and verify the count and sample IDs look right
  • Run with --execute to apply exclusions
  • Confirm dashboard exclusion count increases accordingly

LukasWallrich and others added 2 commits March 6, 2026 12:19
… script

Updates the ingest anchor_date from 2026-02-20 to 2026-03-05 (experiment
start), shifting the window to 2025-09-05 – 2026-09-05.

Adds scripts/exclude_pre_window_preprints.py to mark any preprints already
in the database with date_created < 2025-09-05 as excluded (reason:
ingest_date_window), removing them from all processing queues.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@LukasWallrich LukasWallrich force-pushed the update-anchor-date-march-2026 branch from c4bf575 to cd18102 Compare March 6, 2026 12:19
@LukasWallrich LukasWallrich merged commit bee7774 into main Mar 6, 2026
@LukasWallrich LukasWallrich deleted the update-anchor-date-march-2026 branch March 6, 2026 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update ingest anchor date to experiment start (2026-03-05)

1 participant