diff options
author | kritisingh1 <kritisingh1.ks@gmail.com> | 2019-08-12 19:30:01 +0530 |
---|---|---|
committer | kritisingh1 <kritisingh1.ks@gmail.com> | 2019-08-19 02:11:27 +0530 |
commit | e59dea6a54b2748dc430acab3b07fa6ff229e74d (patch) | |
tree | 2d9d01e79e01913643c37beaaeffe8fc318699e1 /doc | |
parent | a6729a0e43791069cbc3cf5e80c34c73fa752b4d (diff) | |
download | numpy-e59dea6a54b2748dc430acab3b07fa6ff229e74d.tar.gz |
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 |