forked from usnistgov/CASE-Utilities-Python
-
Notifications
You must be signed in to change notification settings - Fork 3
Release 0.4.0 #43
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.4.0 #43
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.3.0
This addresses Issue 29. References: * #29 Reported-by: Paul Brandt <paul@brandt.name> Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Fix installation directions
AJN: I modified this patch to remove a secondary effect unrelated to the original IDE request, and to add the change in sort-order. (cherry picked from commit f7730a1)
Add JetBrains to gitignore
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
…avior Document prefix inheritance
This patch adds two Make targets to the test environment so a manual format-review can be done: * Testing - `cd tests ; make check-black` * Formatting - `cd tests ; make format` Further discussion needs to be had before these are added to CI steps. A follow-on patch will apply Black, so mechanical effects can be separated from manual changes. References: * [AC-215] Evaluate pre-commit usage on casework repositories * [AC-216] Apply Black to all casework Python code bases Acked-by: kchason <kchason@users.noreply.github.com> Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References: * [AC-216] Apply Black to all casework Python code bases Acked-by: kchason <kchason@users.noreply.github.com> Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Add Python code formatting with Black as Make steps
This removes a circular submodule dependency, but also removes a concept typo-check function. Long-term resolution is left for discusion at Issue 40. References: * #40 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
With UCO CP-100, validation results will include allowing `sh:conforms true` with `sh:Info`-severity `sh:ValidationResult`s. No effect was observed on Make-managed files in this test subdirectory. References: * [UCO OC-12] (CP-100) UCO's idea of "Open vocabulary" does not agree with its implementation with owl:oneOf Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
An RDFLib namespace dictionary can take a `Namespace` object as its value. So, this patch aligns variable definition practice with elsewhere in this code base, not separating out an `IRI_` variable for each namesapce. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References: * [ONT-463] Release CASE 0.6.0 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
A follow-on patch will regenerate (and generate anew) Make-managed files. References: * [ONT-463] Release CASE 0.6.0 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References: * [ONT-463] Release CASE 0.6.0 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Bump CASE submodule to 0.6.0
References: * [AC-208] Tech transfer - request upstream rdflib add .json and .jsonld to guess_format() Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Complete transfer of case_utils.guess_format
References: * [AC-213] Release CASE-Utilities-Python 0.4.0 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References: * [AC-213] Release CASE-Utilities-Python 0.4.0 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
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.