@@ -29,6 +29,12 @@ Enhancements
2929* The Zstandard codec can now decode bytes containing multiple frames.
3030 By :user: `Mark Kittisopikul <mkitti> `, :issue: `757 `
3131
32+ * Add Python 3.14 support to the test matrix.
33+ By :user: `Max Jones <maxrjones> `, :issue: `799 `
34+
35+ * Add Python 3.14 wheel builds.
36+ By :user: `Davis Bennett <d-v-b> `, :issue: `796 `
37+
3238Fixes
3339~~~~~
3440
@@ -45,9 +51,39 @@ Maintenance
4551 instead of defining them locally.
4652 By :user: `Davis Bennett <d-v-b> `, :issue: `780 `
4753
54+ * Add testing against zarr-python main branch.
55+ By :user: `Max Jones <maxrjones> `, :issue: `800 `
56+
57+ * Add pcodec and zfpy to 32-bit CI testing.
58+ By :user: `Mark Kittisopikul <mkitti> `, :issue: `786 `
59+
4860* Improve CRC32C codec test skipping to properly report skipped tests using ``pytest.skipif ``.
4961 By :user: `Agriya Khetarpal <agriyakhetarpal> `, :issue: `740 `
5062
63+ * Add nightly wheel upload to scientific-python channel.
64+ By :user: `Ian Hunt-Isaak <ianhi> `, :issue: `787 `
65+
66+ * Fetch tags to version nightly wheels correctly.
67+ By :user: `Ian Hunt-Isaak <ianhi> `, :issue: `790 `
68+
69+ * Bump ``pypa/cibuildwheel `` from 2.23.2 to 3.1.3.
70+ By :user: `dependabot <dependabot> `, :issue: `771 `
71+
72+ * Bump ``actions/checkout `` from 4 to 5.
73+ By :user: `dependabot <dependabot> `, :issue: `775 `
74+
75+ * Bump ``actions/download-artifact `` from 4 to 6.
76+ By :user: `dependabot <dependabot> `, :issue: `794 `
77+
78+ * Bump ``prefix-dev/setup-pixi `` from 0.8.14 to 0.9.0.
79+ By :user: `dependabot <dependabot> `, :issue: `783 `
80+
81+ * Bump ``jirutka/setup-alpine `` from 1.2.0 to 1.3.0.
82+ By :user: `dependabot <dependabot> `, :issue: `789 `
83+
84+ * Bump ``conda-incubator/setup-miniconda `` from 3.1.1 to 3.2.0.
85+ By :user: `dependabot <dependabot> `, :issue: `753 `
86+
5187
5288.. _release_0.16.3 :
5389
0 commit comments