From 82a6b5a507160025e0a2497409617957146f3d1d Mon Sep 17 00:00:00 2001 From: Dimitri Yatsenko Date: Wed, 20 May 2026 21:53:52 -0500 Subject: [PATCH] docs: extend datajoint.migrate timeline to 2.4 or 2.5 The original warning said migrate would be deprecated in 2.1 and removed in 2.2, but the module is still present at 2.2.x and 2.3 is shipping with it intact. Update the timeline to match the current plan: - Removal target: 2.4 or 2.5 (was: 2.2) - Safe migration window: 2.3 or earlier (was: 2.0) A matching docstring update goes to datajoint-python/src/datajoint/ migrate.py in a separate PR. --- src/how-to/migrate-to-v20.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/how-to/migrate-to-v20.md b/src/how-to/migrate-to-v20.md index 3bfcbead..54cf190c 100644 --- a/src/how-to/migrate-to-v20.md +++ b/src/how-to/migrate-to-v20.md @@ -7,7 +7,7 @@ Upgrade existing pipelines from legacy DataJoint (pre-2.0) to DataJoint 2.0. !!! warning "Temporary module" - The `datajoint.migrate` module is provided temporarily to assist with migration. It will be deprecated in DataJoint 2.1 and removed in 2.2. Complete your migration while on 2.0. + The `datajoint.migrate` module is provided temporarily to assist with migration and is scheduled for removal in DataJoint 2.4 or 2.5. We recommend completing your migration while on DataJoint 2.3 or earlier. ## Requirements