We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6dfa6a commit ad35340Copy full SHA for ad35340
Changelog
@@ -43,6 +43,8 @@ Enhancements
43
(pr/495); function to concatenate multiple ArraySequence objects (pr/494)
44
* Support for numpy 1.12 (pr/500, pr/502) (MC, MB)
45
* Allow dtype specifiers as fileslice input (pr/485) (MB)
46
+* Support "headerless" ArrayProxy specification, enabling memory-efficient
47
+ ArrayProxy reshaping (pr/521) (CM)
48
49
Bug fixes
50
---------
@@ -60,6 +62,10 @@ Maintenance
60
62
API changes and deprecations
61
63
----------------------------
64
65
+* ``header`` argument to ``ArrayProxy.__init__`` is renamed to ``spec``
66
+* Deprecation of ``header`` property of ``ArrayProxy`` object, for removal in
67
+ 3.0
68
+
69
70
2.1 (Monday 22 August 2016)
71
===========================
0 commit comments