File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88.. note::
99 This module is provided temporarily to assist with migration from pre-2.0.
10- It will be deprecated in DataJoint 2.1 and removed in 2.3 .
11- Complete your migrations while on DataJoint 2.0 .
10+ It is scheduled for removal in DataJoint 2.4 or 2.5 .
11+ Complete your migrations while on DataJoint 2.3 or earlier .
1212
1313Note on Terminology
1414-------------------
3232# Show deprecation warning starting in 2.1
3333if Version (__version__ ) >= Version ("2.1" ):
3434 warnings .warn (
35- "datajoint.migrate is deprecated and will be removed in DataJoint 2.3 . "
36- "Complete your schema migrations before upgrading ." ,
35+ "datajoint.migrate is deprecated and is scheduled for removal in DataJoint 2.4 or 2.5 . "
36+ "Complete your schema migrations while on DataJoint 2.3 or earlier ." ,
3737 DeprecationWarning ,
3838 stacklevel = 2 ,
3939 )
You can’t perform that action at this time.
0 commit comments