Skip to content

Commit e7b1280

Browse files
committed
More accurate release notes
1 parent d470be9 commit e7b1280

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/release.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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>`.

0 commit comments

Comments
 (0)