forked from usnistgov/CASE-Utilities-Python
-
Notifications
You must be signed in to change notification settings - Fork 3
Release 0.9.0 #96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 0.9.0 #96
Conversation
This file contains hidden or 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
Release 0.8.0
A follow-on patch will regenerate Make-managed files. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
No effects were observed on Make-managed files. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
No effects were observed on Make-managed files. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
case_sparql_select: Add --use-prefixes flag
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
A follow-on patch will address Make-managed files. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
This directory had not been tracking the non-dot files. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
`flake8` 6.0.0 requires Python >= 3.8. Python 3.7 goes EOL on 2023-06-27, so we will stay with flake8 < 6.0.0 until then. The `flake8` issue was previously seen in case-prov PR 55. References: * casework/CASE-Implementation-PROV-O#55 * https://www.python.org/downloads/ * https://peps.python.org/pep-0537/ Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
case_sparql_select: End output with newline
Run pre-commit autoupdate, pinning flake8 at 5.0.4
No effects were observed on Make-managed files. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
…sv_output case_sparql_select: Add CSV and TSV output modes
This patch is code-motion to give function names to chunks of `case_sparql_select:main`. Some upcoming patch series are going to add features that, when taken together, introduce non-trivial parameter-value cross-dependencies. Moving functionality to functions enables combinatoric testing in a `pytest` space, rather than resorting to copying, pasting, and tweaking many Makefile lines. A future patch series will add the `pytest` script. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
No effects were observed on Make-managed files. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
The test pattern for these features encourages an enumerative approach, so a `pytest` script exercising the freshly broken-out functions is now included. No effects were observed on Make-managed files. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
…lect_cross_json_and_anno_flag_testing
This patch addresses issues with some parameter-values being compatible with some of the DataFrame table rendering functions, but not with certain `orient` parameters of the JSON rendering function. The incompatible pairings are now caught at parameter-parsing time. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
…d_anno_flag_testing case_sparql_select: Cross-test JSON output and --no-(header,index) flag branches
This patch adds a test to reproduce the discovery of Issue 85. A follow-on patch will regenerate Make-managed files. References: * #85 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References: * #85 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References: * https://github.com/usnistgov/opensource-repo/#codeowners Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Add CODEOWNERS file
case_validate: Add SHACL shapes to set of CDO concepts
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
kchason
approved these changes
Dec 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.