diff options
author | Matti Picus <matti.picus@gmail.com> | 2019-08-20 18:57:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-20 18:57:39 +0300 |
commit | e0a51517385a131221082093c8dcde6bb33a9265 (patch) | |
tree | d8fb905d900dd1eecc2d4cc86074475850b2f9dd /doc | |
parent | de33c1c9ec847dcd908a1683d2cfdb99b64da72d (diff) | |
parent | e59dea6a54b2748dc430acab3b07fa6ff229e74d (diff) | |
download | numpy-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.rst | 6 |
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 |