Add CHANGELOG entry for #4643

This commit is contained in:
Bruno Oliveira 2019-01-14 09:03:23 -02:00
parent 42bb0b3904
commit 6504746652
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Use ``a.item()`` instead of the deprecated ``np.asscalar(a)`` in ``pytest.approx``.
``np.asscalar`` has been `deprecated <https://github.com/numpy/numpy/blob/master/doc/release/1.16.0-notes.rst#new-deprecations>`__ in ``numpy 1.16.``.