Skip to content

Commit

Permalink
DOC: Add release notes for lcm and gcd
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Dec 13, 2017
1 parent bf35ddc commit 58998a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/release/1.15.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Highlights
New functions
=============

* `np.gcd` and `np.lcm`, to compute the greatest common divisor and least
common multiple.


Deprecations
============
Expand Down Expand Up @@ -40,6 +43,12 @@ C API changes
New Features
============

``np.gcd`` and ``np.lcm`` ufuncs added for integer and objects types
--------------------------------------------------------------------
These compute the greatest common divisor, and lowest common multiple,
respectively. These work on all the numpy integer types, as well as the
builtin arbitrary-precision `Decimal` and `long` types.


Improvements
============
Expand Down

0 comments on commit 58998a8

Please sign in to comment.