summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2019-08-20 18:57:39 +0300
committerGitHub <noreply@github.com>2019-08-20 18:57:39 +0300
commite0a51517385a131221082093c8dcde6bb33a9265 (patch)
treed8fb905d900dd1eecc2d4cc86074475850b2f9dd /doc
parentde33c1c9ec847dcd908a1683d2cfdb99b64da72d (diff)
parente59dea6a54b2748dc430acab3b07fa6ff229e74d (diff)
downloadnumpy-e0a51517385a131221082093c8dcde6bb33a9265.tar.gz
Merge pull request #14259 from kritisingh1/dep7
DEP: Deprecate arrayprint formatting functions
Diffstat (limited to 'doc')
-rw-r--r--doc/release/upcoming_changes/14259.expired.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/14259.expired.rst b/doc/release/upcoming_changes/14259.expired.rst
new file mode 100644
index 000000000..fee44419b
--- /dev/null
+++ b/doc/release/upcoming_changes/14259.expired.rst
@@ -0,0 +1,6 @@
+* ``arrayprint.FloatFormat``, ``arrayprint.LongFloatFormat`` has been removed,
+ use ``FloatingFormat`` instead
+* ``arrayprint.ComplexFormat``, ``arrayprint.LongComplexFormat`` has been
+ removed, use ``ComplexFloatingFormat`` instead
+* ``arrayprint.StructureFormat`` has been removed, use ``StructureVoidFormat``
+ instead \ No newline at end of file