import davos
davos.suppress_stdout = True
3. We've included new syntax for requiring a specific Python version or `pip` version, using `davos.require_python(...)` and `davos.require_pip(...)`, respectively. This is useful when specified dependencies only run on particular versions of Python, etc.
4. We have added (unofficial and incomplete) support for using davos in IPython shells. More extensive and robust support for IPython shells will be implemented in a future release.
This release also includes many bug fixes, enhancements, and other optimizations. A complete changelog is available [here](https://github.com/ContextLab/davos/compare/v0.1.1...v0.2.2).