forked from usnistgov/CASE-Utilities-Python
-
Notifications
You must be signed in to change notification settings - Fork 3
Release 0.8.0 #83
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.8.0 #83
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.7.0
This patch addresses a now-resolved curiosity where `DeprecationWarning`s were not being visibly raised when intentionally triggered in an application. They turn out to be ignored by default. `UserWarning`s were also not displaying by default, so this patch designates some of the erroneous behaviors not intended to cause halts as `RuntimeWarning`s. This patch also adds the expected environment variable name to a docstring visible in the command-line help() interface. References: * https://docs.python.org/3/library/warnings.html Signed-off-by: Alex Nelson <[email protected]>
Use Warning classes not ignored by default filters
Signed-off-by: Alex Nelson <[email protected]>
Run CI on Python 3.11
References: * RDFLib/pySHACL#121 * #70 Signed-off-by: Alex Nelson <[email protected]>
Forward-port allow-infos flag from pyshacl
A follow-on patch will regenerate Make-managed files. References: * #74 * ucoProject/UCO#504 Signed-off-by: Alex Nelson <[email protected]>
References: * #74 Signed-off-by: Alex Nelson <[email protected]>
Forward-port metashacl flag from pyshacl
…CDO prefixes A follow-on patch will regenerate Make-managed files. References: * #40 Signed-off-by: Alex Nelson <[email protected]>
Syntax errors or other code halts will cause _$@ to be empty. Signed-off-by: Alex Nelson <[email protected]>
This file records the history of CDO IRIs that are ontology IRIs or somehow related to ontology versioning. A follow-on patch will add the scripts that generated this file. For CI and git-bisect purposes, the patch storing the generated file needs to be committed first. References: * #40 Signed-off-by: Alex Nelson <[email protected]>
A follow-on patch will regenerate Make-managed files. References: * #40 Signed-off-by: Alex Nelson <[email protected]>
References: * #40 Signed-off-by: Alex Nelson <[email protected]>
Add CDO concept typo-checker based on set-differencing URIRefs using CDO prefixes
#40 Signed-off-by: Alex Nelson <[email protected]>
Export new IRIs file
References: * #40 Signed-off-by: Alex Nelson <[email protected]>
Fix configuration syntax for new IRIs file export
Tested by running `rm case_utils/ontology/case-1.0.0.ttl ; make clean ; make -j check`. No effects were observed on Make-managed files. References: * [ONT-445] (CP-38) rdf-toolkit base-iri flag degenerates versionIRI when slash IRI form is used Signed-off-by: Alex Nelson <[email protected]>
Tested by running `rm case_utils/ontology/case-1.0.0.ttl ; make clean ; make -j check`. No effects were observed on Make-managed files. Signed-off-by: Alex Nelson <[email protected]>
Clear ontology directory TODOs
Signed-off-by: Alex Nelson <[email protected]>
A follow-on patch will regenerate Make-managed files. Signed-off-by: Alex Nelson <[email protected]>
Signed-off-by: Alex Nelson <[email protected]>
No effects were observed on Make-managed files. Signed-off-by: Alex Nelson <[email protected]>
No effects were observed on Make-managed files. References: * ucoProject/UCO#400 Signed-off-by: Alex Nelson <[email protected]>
Add CASE 1.1.0 release
No effects were observed on Make-managed files. References: * #45 Signed-off-by: Alex Nelson <[email protected]>
Signed-off-by: Alex Nelson <[email protected]>
Document --built-version flag
Signed-off-by: Alex Nelson <[email protected]>
kchason
approved these changes
Nov 23, 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.