Syphon

Latest version: v2.0.1

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

Scan your dependencies

2.0.0

Changelog

Added
* Relative path support to the `check` subcommand. (23)
* Relative path support to the `build` subcommand. (26)
New hash entries are now created using the unmodified destination path.
* Relative path support to the `archive` subcommand. (29)
* Formatting and linting utility scripts.
* Recommended Visual Studio Code settings.

Changed
* Python launch configurations for Visual Studio Code.
* String formatters to f-strings. (27)
* Simplified string construction in Hash classes. (27)
* Updated `pandas` dependency from 0.25 to 1.0. (28)
* Updated `sortedcontainers` dependency from 2.1 to 2.2. (28)

Removed
* Unnecessary use of string templates. (27)

Fixed
* `build` subcommand not verifying that an existing path is a regular file.
* CodeFactor.io maintainability issues.

1.0.0

Changelog
Added
* Python 3.7 support.
* The option to perform an incremental build during the archive subcommand.
* check subcommand to verify the integrity of a built file since the last call to the archive or build subcommands.

Changed
* Command-line arguments for the archive subcommand.
* Command-line arguments for the build subcommand.
* Internal module structure to prevent import collisions.
* The return code from 0 to 1 when no command-line arguments are given.
* Updated `sortedcontainers` from 1.5 to 2.1.
* Updated `pandas` from 0.22 to 0.25.

Removed
* Python 3.5 support.
* The `Context` class in favor of more expressive arguments.
* `get_parser` from root-level module exports.

Fixed
* The archive not checking for the existence of the schema file.
* Unclear error message from `syphon.schema.check_columns`. (3)
* Unclear error message when attempting to archive a file that does not exist. (2)
* Broken link in the Contribution Guidelines. (12)
* A spelling mistake in the `hash` submodule. (17)

0.1.3

Changelog

Added
* Continuous Integration via TravisCI.
* Code coverage via Codecov.
* GitHub Pull Request, Enhancement, Bug, and Question templates.
* Community and documentation files including
* [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
* [CONTRIBUTING.md](CONTRIBUTING.md)
* [RELEASING.md](RELEASING.md)

Fixed
* Test case non-determinism when reading from the Iris dataset.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.