You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adopt case-utils 0.9.0, CASE 1.1.0, and strict static type review
This patch does not apply `pre-commit`; that will be applied in a
follow-on patch.
Concept typo-checking is now delegated to the `case_validate`
typo-checker. This removes the CASE-Examples-QC dependency.
A follow-on patch will regenerate Make-managed files.
References:
* casework/CASE-Utilities-Python#77
Signed-off-by: Alex Nelson <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@ This project follows [SEMVER 2.0.0](https://semver.org/) where versions are decl
47
47
48
48
This repository supports the CASE and UCO ontology versions that are distributed with the [CASE-Utilities-Python repository](https://github.com/casework/CASE-Utilities-Python), at its submodule-tracked state [here](dependencies/CASE-Utilities-Python). Currently, those ontology versions are:
49
49
50
-
* CASE 0.5.0
51
-
* UCO 0.7.0
50
+
* CASE 1.1.0
51
+
* UCO 1.1.0
52
52
53
53
54
54
## Repository locations
@@ -65,8 +65,7 @@ Releases and issue tracking will be handled at the [casework location](https://g
65
65
Some `make` targets are defined for this repository:
66
66
*`all` - No effect.
67
67
*`check` - Run unit tests. *NOTE*: The tests entail downloading some software to assist with formatting and conversion, from PyPI and from a [third party](https://github.com/edmcouncil/rdf-toolkit). `make download` retrieves these files.
68
-
*`clean` - Remove test build files, but not downloaded files or the `tests/venv` virtual environment.
69
-
*`distclean` - Run `make clean` and further delete downloaded files and the `tests/venv` virtual environment. Neither `clean` nor `distclean` will remove downloaded submodules.
68
+
*`clean` - Remove test build files, but not downloaded files or the `tests/venv` virtual environment. Will not remove downloaded submodules.
70
69
*`download` - Download files sufficiently to run the unit tests offline. This will *not* include the ontology repositories tracked as submodules. Note if you do need to work offline, be aware touching the `setup.py` file in the root, or `tests/requirements.txt`, will trigger a virtual environment rebuild.
This method populates Process data from a GNU Time log file. If self.exit_time is not set before this method is called, it will be set by reading the modification time of gnu_time_log.
0 commit comments