Skip to content

Commit

Permalink
Strictly monotonic (#16555)
Browse files Browse the repository at this point in the history
(cherry picked from commit cab2b6b)
  • Loading branch information
TomAugspurger committed Jun 4, 2017
1 parent 8c7ddbe commit 97bb07d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/source/whatsnew/v0.20.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Enhancements
- Unblocked access to additional compression types supported in pytables: 'blosc:blosclz, 'blosc:lz4', 'blosc:lz4hc', 'blosc:snappy', 'blosc:zlib', 'blosc:zstd' (:issue:`14478`)
- ``Series`` provides a ``to_latex`` method (:issue:`16180`)
- Added :attr:`Index.is_strictly_monotonic_increasing` and :attr:`Index.is_strictly_monotonic_decreasing` properties (:issue:`16515`)

- A new groupby method :meth:`~pandas.core.groupby.GroupBy.ngroup`,
parallel to the existing :meth:`~pandas.core.groupby.GroupBy.cumcount`,
has been added to return the group order (:issue:`11642`); see
Expand Down

0 comments on commit 97bb07d

Please sign in to comment.