File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ Maintenance
3737
3838 By :user: `Max Jones <maxrjones> `.
3939
40- * Move test suite from ``numcodecs/tests/ `` to top-level `` tests/ `` directory . This
41- avoids import shadowing issues with meson-python non-editable installs, where the
42- source tree's `` numcodecs/ `` package (without compiled C extensions) would shadow the
43- installed package. This is the standard layout for meson-python projects (numpy, scipy,
44- scikit-learn all use top-level `` tests/ `` ). Test imports change from
40+ * Move source code from ``numcodecs/ `` to `` src/numcodecs/ `` (src layout) . This avoids
41+ import shadowing issues where the source tree's `` numcodecs/ `` package (without compiled
42+ C extensions) would shadow the installed package. Move test suite from
43+ `` numcodecs/tests/ `` to top-level `` tests/ `` directory, following the standard layout
44+ for meson-python projects (numpy, scipy, scikit-learn ). Test imports change from
4545 ``from numcodecs.tests.common import ... `` to ``from tests.common import ... ``.
4646
4747 By :user: `Max Jones <maxrjones> `.
You can’t perform that action at this time.
0 commit comments