Skip to content

Commit

Permalink
Note squeeze's optional axis arg in the changelog (dask#3321)
Browse files Browse the repository at this point in the history
Mentions that the Dask Array `squeeze` method now takes the optional
`axis` argument should users wish to squeeze out specific axis/axes.
Useful for duck typing.

[skip ci]
  • Loading branch information
jakirkham authored and mrocklin committed Mar 24, 2018
1 parent 79f595f commit d883ef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Array

- Add ``broadcast_arrays`` for Dask Arrays (:pr:`3217`) `John A Kirkham`_
- Add ``bitwise_*`` ufuncs (:pr:`3219`) `John A Kirkham`_
- Add optional ``axis`` argument to ``squeeze`` (:pr:`3261`) `John A Kirkham`_
- Validate inputs to atop (:pr:`3307`) `Matthew Rocklin`_
- Avoid calls to astype in concatenate if all parts have the same dtype (:pr:`3301`) `Martin Durant`_

Expand Down

0 comments on commit d883ef0

Please sign in to comment.