Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump(pom): update dependencesHEADmaster | dyamon | 2022-10-15 | 1 | -1/+1 |
| | | | | Signed-off-by: GitHub POM Action <gh-pom@github.com> | ||||
* | Updating dependences. | Federico Igne | 2022-10-16 | 2 | -2/+2 |
| | | | | This was triggered by a vulnerability detected by dependabot. | ||||
* | improve: avoid generating duplicate rules in filtering program | Federico Igne | 2022-06-09 | 1 | -8/+9 |
| | |||||
* | fix: forward/backward suffix for atoms | Federico Igne | 2022-06-09 | 1 | -6/+7 |
| | |||||
* | fix: allow modification of configs as a mutable Map | Federico Igne | 2022-06-06 | 1 | -1/+1 |
| | |||||
* | refactor(upperbound): improve choice function | Federico Igne | 2022-06-01 | 1 | -14/+6 |
| | |||||
* | feat: implicitly propagate configs to approximations | Federico Igne | 2022-06-01 | 5 | -14/+27 |
| | |||||
* | bump(pom): update dependencesv1.1.0 | dyamon | 2022-05-19 | 1 | -1/+1 |
| | | | | Signed-off-by: GitHub POM Action <gh-pom@github.com> | ||||
* | bump: RSAComb v1.1.0 | Federico Igne | 2022-05-19 | 3 | -4/+4 |
| | |||||
* | refactor: RSA utilsdevelop | Federico Igne | 2022-05-19 | 2 | -15/+116 |
| | |||||
* | fix(lowerbound): cycle detection in approximation algorithm | Federico Igne | 2022-05-19 | 1 | -11/+99 |
| | |||||
* | fix: typo in RDFox query | Federico Igne | 2022-05-19 | 1 | -1/+1 |
| | |||||
* | refactor(rdfox-dsl): simplify creation of Datalog rules | Federico Igne | 2022-05-19 | 4 | -14/+94 |
| | |||||
* | fix(cli): handle empty list of arguments for some CLI flags | Federico Igne | 2022-05-19 | 1 | -2/+2 |
| | |||||
* | refactor: move RSAOntology class under ontology package | Federico Igne | 2022-05-19 | 8 | -148/+23 |
| | |||||
* | refactor: internal implementation of Ontology class | Federico Igne | 2022-05-19 | 2 | -155/+420 |
| | |||||
* | Refactor code | Federico Igne | 2022-05-09 | 2 | -55/+86 |
| | |||||
* | Fix bug in normalisation | Federico Igne | 2021-11-29 | 2 | -11/+6 |
| | | | | This would not produce a completely normalised ontology. | ||||
* | Move verbose output before importing into RDFox | Federico Igne | 2021-11-29 | 1 | -4/+4 |
| | | | | | This gives us better debug output when the import fails or doesn't terminate. | ||||
* | Fix bug caused by existential axioms with equal sub/super class | Federico Igne | 2021-11-29 | 1 | -1/+2 |
| | |||||
* | Ignore unparsable queries and notify the user | Federico Igne | 2021-11-25 | 2 | -8/+14 |
| | |||||
* | Update CITATION.cff with new DOI | Federico Igne | 2021-11-18 | 2 | -4/+4 |
| | |||||
* | ⬆ Update POM dependencesv1.0.0 | dyamon | 2021-11-18 | 1 | -1/+1 |
| | | | | Signed-off-by: GitHub POM Action <gh-pom@github.com> | ||||
* | Bump version to 1.0.0 | Federico Igne | 2021-11-18 | 2 | -2/+2 |
| | |||||
* | Update links in README.md | Federico Igne | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | Fix small formatting issue on verbose output | Federico Igne | 2021-11-17 | 1 | -2/+4 |
| | |||||
* | Add an optimised version of the filtering program | Federico Igne | 2021-11-17 | 4 | -12/+437 |
| | |||||
* | Clean up commented code | Federico Igne | 2021-11-17 | 1 | -58/+0 |
| | |||||
* | Make query parsing more forgiving on syntax errors | Federico Igne | 2021-11-12 | 1 | -4/+8 |
| | |||||
* | Fix bug with data/query directories as CLI argument | Federico Igne | 2021-11-11 | 1 | -6/+6 |
| | |||||
* | Add support for directory of query files | Federico Igne | 2021-11-11 | 3 | -8/+27 |
| | |||||
* | ⬆ Update POM dependences | dyamon | 2021-11-03 | 1 | -1/+11 |
| | | | | Signed-off-by: GitHub POM Action <gh-pom@github.com> | ||||
* | Merge remote-tracking branch 'origin/master' | Federico Igne | 2021-11-03 | 3 | -1/+96 |
|\ | |||||
| * | Update POM action with custom credentials | Federico Igne | 2021-10-22 | 1 | -0/+2 |
| | | |||||
| * | ⬆ Update POM dependences | dyamon | 2021-10-22 | 1 | -0/+7 |
| | | | | | | | | Signed-off-by: GitHub Actions <actions@github.com> | ||||
| * | Add license to sbt project | Federico Igne | 2021-10-22 | 1 | -1/+3 |
| | | |||||
| * | Add GH action to update pom.xml on build.sbt updates | Federico Igne | 2021-10-22 | 1 | -0/+30 |
| | | |||||
| * | Add pom.xml | Federico Igne | 2021-10-22 | 1 | -0/+54 |
| | | |||||
* | | Add option to specify the approximation algorithm from the CLI | Federico Igne | 2021-11-03 | 2 | -2/+12 |
| | | |||||
* | | Avoid generating a JSON string before writing to file | Federico Igne | 2021-11-03 | 4 | -19/+41 |
| | | | | | | | | This solve a crash when considering a huge amount of queries. | ||||
* | | Drop filtering tuple table when done with a query | Federico Igne | 2021-11-01 | 2 | -84/+11 |
| | | | | | | | | | | This avoids running out of memory on RDFox side when executing a use amount of queries. | ||||
* | | Update sbt assembly plugin to 1.1.0 | Federico Igne | 2021-10-31 | 1 | -1/+1 |
| | | |||||
* | | Perform fewer tests to avoid running out of memory in GH Actions | Federico Igne | 2021-10-31 | 1 | -6/+6 |
| | | | | | | | | This is a temporary solution until we find a better way. | ||||
* | | Finalise dbpedia functional testing | Federico Igne | 2021-10-30 | 12 | -12/+6086 |
| | | |||||
* | | Fix verbose printing of canonical model facts | Federico Igne | 2021-10-22 | 1 | -1/+1 |
| | | | | | | | | Printing a fact does not add a dot at the end on the line. | ||||
* | | Setup tests for both master and develop | Federico Igne | 2021-10-21 | 3 | -16/+36 |
| | | | | | | | | | | | | | | | | | | | | We are avoiding slow tests for now since they seem to run out of RAM. Also note that in the GitHub Actions we used a trick to expose the `$HOME` env variable, as described here: https://web.archive.org/web/20211021130639/https://brandur.org/fragments/github-actions-env-vars-in-env-vars A nice badge in the README will also tell the outcome of the process. | ||||
* | | Serialise and silence output in tests | Federico Igne | 2021-10-21 | 4 | -3/+13 |
| | | |||||
* | | Rework RDFox simulation to be more modular | Federico Igne | 2021-10-20 | 6 | -40/+93 |
| | | | | | | | | This will help with faster testing and debugging. | ||||
* | | Add script to load debug data to RDFox | Federico Igne | 2021-10-05 | 5 | -80/+116 |
| | | |||||
* | | Add substitution rules in equality axiomatisation | Federico Igne | 2021-10-04 | 1 | -2/+29 |
| | |