@@ -48,7 +48,7 @@ Enhancements
4848Fixes
4949~~~~~
5050
51- * Fix ``PCodec.decode() `` to handle numpy arrays by calling ``ensure_bytes `` on input buffers.
51+ * Fix ``PCodec.decode() `` to handle NumPy arrays by calling ``ensure_bytes `` on input buffers.
5252 By :user: `Sam Levang <slowjazz> `, :issue: `756 `
5353
5454Maintenance
@@ -180,7 +180,7 @@ Enhancements
180180 By :user: `Agriya Khetarpal <agriyakhetarpal> `, :issue: `288 `.
181181* Preallocate output buffers and resize directly as needed.
182182 By :user: `John Kirkham <jakirkham> `, :issue: `656 `
183- * ``Checksum32 `` is now an abstract base clase , with ``checksum() `` as an abstract method.
183+ * ``Checksum32 `` is now an abstract base class , with ``checksum() `` as an abstract method.
184184 This helps ensure that any subclasses implement the ``checksum() `` method.
185185 :issue: `711 `
186186
@@ -198,7 +198,7 @@ This is because they were not intended to be public API.
198198
199199In addition, ``numcodecs.blosc.decompress_partial `` is removed as
200200has always been experimental and there is no equivalent in the official
201- blsoc Python package.
201+ blosc Python package.
202202By :user: `David Stansby <dstansby> `, :issue: `712 `
203203
204204Maintenance
@@ -248,7 +248,7 @@ This is because they are not intended to be public API.
248248
249249In addition, ``numcodecs.blosc.decompress_partial `` is deprecated as
250250has always been experimental and there is no equivalent in the official
251- blsoc Python package.
251+ blosc Python package.
252252By :user: `David Stansby <dstansby> `, :issue: `619 `
253253
254254Fixes
@@ -329,7 +329,7 @@ Maintenance
329329~~~~~~~~~~~
330330* The minimum supported Python version is now Python 3.11.
331331 By :user: `David Stansby <dstansby> `, :issue: `622 `
332- * The minimum supported numpy version is now 1.24.
332+ * The minimum supported NumPy version is now 1.24.
333333 By :user: `David Stansby <dstansby> `, :issue: `622 `
334334
335335.. _release_0.13.1 :
@@ -387,17 +387,17 @@ Fix
387387 By :user: `Elliott Sales de Andrade <QuLogic> `, :issue: `487 `.
388388* Fix Upgrade to Zstd 1.5.5 due to potential corruption.
389389 By :user: `Mark Kittisopikul <mkitti> `, :issue: `429 `
390- * Add version constraint(<2.0) for numpy in zfpy.
390+ * Add version constraint(<2.0) for NumPy in zfpy.
391391 By :user: `Tom Liang <px39n> `, :issue: `540 `.
392392
393393Maintenance
394394~~~~~~~~~~~
395395* The minimum supported Python version is now Python 3.10.
396396 By :user: `David Stansby <dstansby> `, :issue: `531 `
397- * Add numpy 2 compatibility.
397+ * Add NumPy 2 compatibility.
398398 By :user: `David Stansby <dstansby> `, :issue: `535 `
399399* Update c-blosc to 1.21.0 to 1.21.5, zstd from 1.4.8 to 1.5.5,
400- lz4 from 1.9.3 to 1.9.4, and zlib from 1.2.8 to to 1.2.13
400+ lz4 from 1.9.3 to 1.9.4, and zlib from 1.2.8 to 1.2.13
401401 By :user: `Mark Kittisopikul <mkitti> `, :issue: `500 `
402402
403403
@@ -483,7 +483,7 @@ Maintenance
483483 By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> `, :issue: `369 `.
484484
485485* Drop Python 3.7.
486- By :user: `John Kirkham <jakirkham> `,, :issue: `405 ` :issue: `406 `.
486+ By :user: `John Kirkham <jakirkham> `, :issue: `405 ` :issue: `406 `.
487487
488488* Test with zfpy 1.0.0.
489489 By :user: `John Kirkham <jakirkham> `, :issue: `385 `.
@@ -715,7 +715,7 @@ Maintenance
715715* Automatically release to PyPI.
716716 By :user: `Josh Moore <joshmoore> `, :issue: `241 `.
717717
718- * Build wheels on github actions .
718+ * Build wheels on GitHub Actions .
719719 By :user: `Grzegorz Bokota <Czaki> `, :issue: `224 `.
720720
721721* Add Base64 codec.
@@ -872,7 +872,7 @@ Maintenance
872872 code readability and maintainability. By :user: `John Kirkham <jakirkham> ` and
873873 :user: `Alistair Miles <alimanfoo> `; :issue: `119 `, :issue: `121 `, :issue: `128 `.
874874
875- * Return values from encode() and decode() methods are now returned as numpy
875+ * Return values from encode() and decode() methods are now returned as NumPy
876876 arrays for consistency across codecs. By :user: `John Kirkham <jakirkham> `,
877877 :issue: `136 `.
878878
0 commit comments