From ee50b5bab877d860e1fb0de4b53b157346259921 Mon Sep 17 00:00:00 2001 From: Jose Labra Date: Thu, 1 Aug 2019 16:19:16 +0200 Subject: [PATCH] Added notes and version --- notes/0.1.24.md | 16 ++++++++++++++++ version.sbt | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 notes/0.1.24.md diff --git a/notes/0.1.24.md b/notes/0.1.24.md new file mode 100644 index 000000000..ea1228012 --- /dev/null +++ b/notes/0.1.24.md @@ -0,0 +1,16 @@ +# New features + +- Optimization for validation when a shape has non-repeated properties and can be + normalized: [Issue 133](https://github.com/labra/shaclex/issues/133) +- Repaired [issue 130](https://github.com/labra/shaclex/issues/130) which raised an stack overflow when + validating gene-ontology. +- Updated libraries and dependencies. + +TODOs +----- + +- Shaclex: Finish conversion from ShEx to SHACL [Issue 114](https://github.com/labra/shaclex/issues/114) + +- Shaclex: Finish conversion from SHACL to ShEx [Issue 113](https://github.com/labra/shaclex/issues/113) + +- Shacl: Implement SHACL-Sparql [Issue 112](https://github.com/labra/shaclex/issues/112) diff --git a/version.sbt b/version.sbt index a581b7568..a6801b9ce 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.1.23" +version in ThisBuild := "0.1.24"