Skip to content

Commit a8c1c2f

Browse files
authored
0.6.4 Release notes (#203)
* Wrap long changelog entry in 0.6.3 * Breakout 0.6.4 release notes Move more recent changes to the 0.6.4 release note section. Restore the 0.6.3 release notes to their previous content. * Note PR for Blosc 1.17.0 upgrade * Update 0.6.4 release notes Include all of the recent changes from merged PRs that have not yet been noted. * Update docs/release.rst Co-Authored-By: James Bourbeau <[email protected]> * Update docs/release.rst Co-Authored-By: James Bourbeau <[email protected]> * Update docs/release.rst Co-Authored-By: Alistair Miles <[email protected]> * Update docs/release.rst Co-Authored-By: Alistair Miles <[email protected]> * Update docs/release.rst Co-Authored-By: Alistair Miles <[email protected]> * Update docs/release.rst Co-Authored-By: Alistair Miles <[email protected]> * Update docs/release.rst Co-Authored-By: Alistair Miles <[email protected]> * Add `cpuinfo.py` update to changelog * Note a few more `ensure_text` related changes * Note JSON codecs use `ensure_text` * Double backticks for code
1 parent 3ebc2e7 commit a8c1c2f

File tree

1 file changed

+52
-7
lines changed

1 file changed

+52
-7
lines changed

docs/release.rst

Lines changed: 52 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,67 @@ Release notes
22
=============
33

44

5+
.. _release_0.6.4:
6+
7+
0.6.4
8+
-----
9+
10+
* Update Cython to 0.29.14.
11+
By :user:`John Kirkham <jakirkham>`, :issue:`168`, :issue:`177`, :issue:`204`.
12+
13+
* The bundled c-blosc sources have been upgraded to version 1.17.0.
14+
This fixes compilation with newer versions of gcc.
15+
By :user:`Joe Jevnik <llllllllll>`, :issue:`194`.
16+
17+
* Create ``.pep8speaks.yml``. By :user:`Alistair Miles <alimanfoo>`.
18+
19+
* Simplify datetime/timedelta check.
20+
By :user:`John Kirkham <jakirkham>`, :issue:`170`, :issue:`171`.
21+
22+
* Update URL metadata for PyPI.
23+
By :user:`Elliott Sales de Andrade <QuLogic>`, :issue:`178`.
24+
25+
* Enable pytest rewriting in test helper functions.
26+
By :user:`Elliott Sales de Andrade <QuLogic>`, :issue:`185`.
27+
28+
* Rewrites the ``ensure_text`` implementation.
29+
By :user:`John Kirkham <jakirkham>`, :issue:`201`, :issue:`205`, :issue:`206`.
30+
31+
* Add macOS to CI.
32+
By :user:`Alistair Miles <alimanfoo>`, :issue:`192`.
33+
34+
* Fix test failures on big-endian systems.
35+
By :user:`Elliott Sales de Andrade <QuLogic>`, :issue:`186`.
36+
37+
* Use unittest.mock on Python 3.
38+
By :user:`Elliott Sales de Andrade <QuLogic>`, :issue:`179`.
39+
40+
* Don't mask compile errors in setup.py.
41+
By :user:`Joe Jevnik <llllllllll>`, :issue:`197`.
42+
43+
* Allow pickles when loading test fixture data.
44+
By :user:`Elliott Sales de Andrade <QuLogic>`, :issue:`193`.
45+
46+
* Update ``cpuinfo.py``.
47+
By :user:`John Kirkham <jakirkham>`, :issue:`202`.
48+
49+
* Use ``ensure_text`` in JSON codecs.
50+
By :user:`John Kirkham <jakirkham>`, :issue:`207`.
51+
52+
553
.. _release_0.6.3:
654

755
0.6.3
856
-----
957

10-
* Drop support for 32-bit Windows. By :user:`Alistair Miles <alimanfoo>`, :issue:`97`, :issue:`156`.
58+
* Drop support for 32-bit Windows.
59+
By :user:`Alistair Miles <alimanfoo>`, :issue:`97`, :issue:`156`.
1160

1261
* Raise a ``TypeError`` if an ``object`` array is passed to ``ensure_bytes``.
1362
By :user:`John Kirkham <jakirkham>`, :issue:`162`.
1463

15-
* Update Cython to 0.29.6.
16-
By :user:`John Kirkham <jakirkham>`, :issue:`168`, :issue:`177`.
17-
18-
* The bundled c-blosc sources have been upgraded to version 1.17.0.
19-
This fixes compilation with newer versions of gcc.
20-
By :user:`Joe Jevnik <llllllllll>`
64+
* Update Cython to 0.29.3.
65+
By :user:`John Kirkham <jakirkham>`, :issue:`165`.
2166

2267

2368
.. _release_0.6.2:

0 commit comments

Comments
 (0)