This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
forked from ethall/syphon
-
Notifications
You must be signed in to change notification settings - Fork 1
Merge canary into master #34
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This will automatically add the listed members as code reviewers to all pull requests.
The link is broken when executing it from a pull request unless the full URL is given.
* Dropped Python3.5 support * Added pipenv * Added black formatter * Added isort * Reformatted code with black and isort * Replaced pylint with flake8 * Added mypy * Updated CONTRIBUTING installation instructions
* Updated sortedcontainers * Updated pandas * Added metadata archive tests * Simplified metafile merging logic
* Added check submodule * Updated archive's functional and command-line arguments * Updated build's functional and command-line arguments * Having too few arguments now returns 1 * Updated trove classifiers and module description * Removed Context for more expressive arguments * Removed get_parser from root-level module exports * Reorganized to resolve import collisions * Fixed archive not checking for schema file existence * Updated checkcolumns error message (#3) * Error on nonexistent archive source files (#2) * Formatted with black, isort
It was too confusing and caused 3rd party Git GUI tools to struggle.
* Converted `str.format` to f-strings. * Removed unnecessary use of string templates. * Simplified string construction in Hash classes. * Refactored lock manager tests to use `LocalPath.make_numbered_dir`.
* Updated pandas to 1.0 * Updated sortedcontainers to 2.2
* Send raw cache and hash paths to `archive` * `archive` cache- & hash-file input integrity tests * Update `archive` docs * Updated pandas testing references
This example wasn't updated when the unit test directory was moved.
Codecov Report
@@ Coverage Diff @@
## master #34 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 15 15
Lines 595 593 -2
=========================================
- Hits 595 593 -2
|
See #31 for automatic check failure background. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist