summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorGarry Polley <garrympolley@gmail.com>2017-11-11 18:49:35 -0600
committerEric Wieser <wieser.eric@gmail.com>2017-11-11 16:49:35 -0800
commit8d3c5e1cefe30cce0a5a102c86cde14a6a0802f1 (patch)
tree3a560a13d8c64bd501bc366ef360c8d49714d699 /doc/release
parentbdd033cdc5ab231fa9651a6d2d4d36e822238219 (diff)
downloadpython-numpy-8d3c5e1cefe30cce0a5a102c86cde14a6a0802f1.tar.gz
python-numpy-8d3c5e1cefe30cce0a5a102c86cde14a6a0802f1.tar.bz2
python-numpy-8d3c5e1cefe30cce0a5a102c86cde14a6a0802f1.zip
ENH: add Decimal support to numpy.lib.financial (#9952)
Adds support for Decimal to the rate, pv, fv, pmt, ppmt, ipmt, mirr, npv functions Closes #9781
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.14.0-notes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/1.14.0-notes.rst b/doc/release/1.14.0-notes.rst
index 100aaee72..8e1fdc2b8 100644
--- a/doc/release/1.14.0-notes.rst
+++ b/doc/release/1.14.0-notes.rst
@@ -348,6 +348,11 @@ now supported for these arrays:
* `arr.resize(...)`
* `pickle.dumps(arr)`
+Support for ``decimal.Decimal`` in ``np.lib.financial``
+---------------------------------------------------
+Unless otherwise stated all functions within the ``financial`` package now
+support using the ``decimal.Decimal`` built-in type.
+
Float printing now uses "dragon4" algorithm for shortest decimal representation
-------------------------------------------------------------------------------
All numpy floating-point types (16, 32, 64 and 128 bit) can now be printed to