Davos

Latest version: v0.2.3

Safety actively analyzes 623616 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.3

- fix for default Project creation in JupyterLab
- better handling of non-reloadable packages like `numpy`
- interface for removing unused Projects respects non-interactive mode
- codespell workflow for spell checking files
- lots of updates to the paper!

0.2.2

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).

0.1.1

New companion paper
- check out our [new paper](https://github.com/ContextLab/davos/blob/v0.1.1/paper/main.pdf) describing how `davos` can be used to simplify and enhance sharing reproducible research code!

Other fixes & improvements
- `smuggle` statements that install packages into alternate Python environments (by changing `davos.config.pip_executable`) now successfully import the package in addition to installing it
- enabling `davos`'s non-interactive mode now ensures the installer program doesn't request user input (in addition to `davos` itself)
- updates to environment-specific configuration following colab's transition to new IPython version
- fixes to CI tests to accommodate recent `selenium` changes
- new intro sections for README (+assorted typo fixes)


**Full Changelog**: https://github.com/ContextLab/davos/compare/v0.1.0...v0.1.1

0.1.0

Initial release! See the [README](https://github.com/ContextLab/davos#readme) for documentation.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.