Skip to content

Commit ad35340

Browse files
committed
Update Changelog
1 parent c6dfa6a commit ad35340

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Changelog

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Enhancements
4343
(pr/495); function to concatenate multiple ArraySequence objects (pr/494)
4444
* Support for numpy 1.12 (pr/500, pr/502) (MC, MB)
4545
* Allow dtype specifiers as fileslice input (pr/485) (MB)
46+
* Support "headerless" ArrayProxy specification, enabling memory-efficient
47+
ArrayProxy reshaping (pr/521) (CM)
4648

4749
Bug fixes
4850
---------
@@ -60,6 +62,10 @@ Maintenance
6062
API changes and deprecations
6163
----------------------------
6264

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+
6369

6470
2.1 (Monday 22 August 2016)
6571
===========================

0 commit comments

Comments
 (0)