Skip to content
Snippets Groups Projects
Commit a1e292b6 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add version tag on array.concatenate

parent e4aca341
No related branches found
No related tags found
No related merge requests found
......@@ -1617,6 +1617,9 @@ def multi_put(arrays, dest_indices, dest_shape=None, out=None, queue=None):
def concatenate(arrays, axis=0, queue=None, allocator=None):
"""
.. versionadded:: 2013.1
"""
# {{{ find properties of result array
shape = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment