Interesting, thanks. What does the word "vendor" mean in "We now vendor and leverage the Boost C++ library to enable numerous improvements for long-standing weaknesses in scipy.stats"? I know what "vendor" means in general.
In python context to "vendor" a 3rd party package usually means bundling it within your own. This makes it easier to build / install your library without having to search for individual dependencies.