This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
Releases: tektronix/syphon
Releases · tektronix/syphon
Relative Path Support
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.
Initial Release
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)
Ownership Transfer
Changelog
Added
- Continuous Integration via TravisCI.
- Code coverage via Codecov.
- GitHub Pull Request, Enhancement, Bug, and Question templates.
- Community and documentation files including
Fixed
- Test case non-determinism when reading from the Iris dataset.