This patch teaches :ref:`the Ghostwriter <ghostwriter>` how to find :doc:`custom ufuncs <numpy:reference/ufuncs>` from *any* module that defines them, and that ``yaml.unsafe_load()`` does not undo ``yaml.safe_load()``.
6.13.12
--------------------
This patch reduces the amount of internal code excluded from our test suite's code coverage checks.
There is no user-visible change.
6.13.11
--------------------
This patch removes some old internal helper code that previously existed to make Python 2 compatibility easier.
There is no user-visible change.
6.13.10
--------------------
This release adjusts some internal code to help make our test suite more reliable.
There is no user-visible change.
6.13.9
-------------------
This patch cleans up some internal code related to filtering strategies.
There is no user-visible change.
6.13.8
-------------------
This patch slightly improves the performance of some internal code for generating integers.