Skip to content

Commit

Permalink
Merge pull request #165 from jakirkham/update_cython_0.29.3
Browse files Browse the repository at this point in the history
Update Cython to 0.29.3
  • Loading branch information
jakirkham authored Jan 31, 2019
2 parents 3851255 + 8f0ef65 commit 407a3a6
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 34 deletions.
3 changes: 3 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Release notes
* Raise a ``TypeError`` if an ``object`` array is passed to ``ensure_bytes``.
By :user:`John Kirkham <jakirkham>`, :issue:`162`.

* Update Cython to 0.29.3.
By :user:`John Kirkham <jakirkham>`, :issue:`165`.


.. _release_0.6.2:

Expand Down
16 changes: 8 additions & 8 deletions numcodecs/blosc.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions numcodecs/compat_ext.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions numcodecs/lz4.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions numcodecs/vlen.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions numcodecs/zstd.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Cython==0.29.2
Cython==0.29.3
msgpack==0.6.0
numpy==1.15.4

0 comments on commit 407a3a6

Please sign in to comment.