Skip to content

Commit 407a3a6

Browse files
authored
Merge pull request #165 from jakirkham/update_cython_0.29.3
Update Cython to 0.29.3
2 parents 3851255 + 8f0ef65 commit 407a3a6

File tree

7 files changed

+37
-34
lines changed

7 files changed

+37
-34
lines changed

docs/release.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Release notes
77
* Raise a ``TypeError`` if an ``object`` array is passed to ``ensure_bytes``.
88
By :user:`John Kirkham <jakirkham>`, :issue:`162`.
99

10+
* Update Cython to 0.29.3.
11+
By :user:`John Kirkham <jakirkham>`, :issue:`165`.
12+
1013

1114
.. _release_0.6.2:
1215

numcodecs/blosc.c

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

numcodecs/compat_ext.c

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

numcodecs/lz4.c

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

numcodecs/vlen.c

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

numcodecs/zstd.c

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Cython==0.29.2
1+
Cython==0.29.3
22
msgpack==0.6.0
33
numpy==1.15.4

0 commit comments

Comments
 (0)