File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ Improvements
43
43
Import errors caused by optional dependencies (ZFPY, MsgPack, CRC32C, and PCodec)
44
44
are still silently caught.
45
45
By :user: `David Stansby <dstansby> `, :issue: `550 `.
46
-
46
+ * Build aarch64 wheels on linux.
47
+ By :user: `David Stansby <dstansby> `, :issue: `531 `
47
48
48
49
0.14.1
49
50
------
@@ -116,13 +117,24 @@ Enhancements
116
117
* Cleaned up the table of contents in the documentation to list codecs by category
117
118
:user: `David Stansby <dstansby> `, :issue: `458 `.
118
119
120
+ Fix
121
+ ~~~
122
+
123
+
119
124
Maintenance
120
125
~~~~~~~~~~~
121
126
* Change format() and old string formatting to f-strings.
122
127
By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> `, :issue: `439 `.
123
128
* Remove pin on Sphinx
124
129
By :user: `Elliott Sales de Andrade <QuLogic> `, :issue: `552 `.
125
130
131
+ * Restrict the number of wheels built on pull requests.
132
+ By :user: `David Stansby <dstansby> `, :issue: `531 `
133
+
134
+ * Add an option to build all wheels on pull requests by adding
135
+ the 'build all wheels' label.
136
+ By :user: `David Stansby <dstansby> `, :issue: `531 `
137
+
126
138
127
139
.. _release_0.13.0 :
128
140
You can’t perform that action at this time.
0 commit comments