From 8b9772de2dd9c9f1f01f96209d79ec1cd087b2fa Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 4 Nov 2020 11:10:01 -0500 Subject: [PATCH] Add changelog for f016c1ac7f93d2f759 Fixes: #5681 Change-Id: I2c860a867c26ece69680354d908d02b8ec7e9609 --- doc/build/changelog/unreleased_14/5681.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/build/changelog/unreleased_14/5681.rst diff --git a/doc/build/changelog/unreleased_14/5681.rst b/doc/build/changelog/unreleased_14/5681.rst new file mode 100644 index 0000000000..2a57884663 --- /dev/null +++ b/doc/build/changelog/unreleased_14/5681.rst @@ -0,0 +1,9 @@ +.. change:: + :tags: platform, performance + :tickets: 5681 + + Adjusted some elements related to internal class production at import time + which added significant latency to the time spent to import the library vs. + that of 1.3. The time is now about 20-30% slower than 1.3 instead of + 200%. + -- 2.47.3