hypothesis v5.10.5 Release Notes

Release Date: 2020-05-04 // almost 4 years ago
  • If you have django installed but don't use it, this patch will make
    "import hypothesis" a few hundred milliseconds faster (e.g. 0.704s ->
    0.271s).

    Thanks to importtime-waterfall for highlighting this problem and Jake
    Vanderplas for the solution - it's impossible to misuse code from a
    module you haven't imported!

    The canonical version of these notes (with links) is on readthedocs.