Skip to content
Snippets Groups Projects
Commit 4fa8abbe authored by dgelessus's avatar dgelessus
Browse files

Update to ProB Java API version 4.12.0

parent 4232958c
No related branches found
No related tags found
No related merge requests found
Pipeline #111918 passed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## [(next version)](https://gitlab.cs.uni-duesseldorf.de/api/v4/projects/848/jobs/artifacts/master/raw/build/libs/prob2-jupyter-kernel-1.3.1-SNAPSHOT-all.jar?job=test) ## [(next version)](https://gitlab.cs.uni-duesseldorf.de/api/v4/projects/848/jobs/artifacts/master/raw/build/libs/prob2-jupyter-kernel-1.3.1-SNAPSHOT-all.jar?job=test)
* Updated ProB 2 to version 4.0.0-SNAPSHOT. * Updated to ProB 1.12.0 (ProB Java API version 4.12.0).
* Added position information to formula evaluation errors (e. g. type or well-definedness errors). * Added position information to formula evaluation errors (e. g. type or well-definedness errors).
* Changed `:exec` and `:init` to automatically set up constants and initialize the machine if necessary. Previously this caused an error "Machine is not initialised". * Changed `:exec` and `:init` to automatically set up constants and initialize the machine if necessary. Previously this caused an error "Machine is not initialised".
* Rewrote the kernel installation code in Python. This is mostly an internal change and shouldn't affect most users. As a side effect, uninstalling the kernel is now simpler and requires no extra steps after `jupyter kernelspec remove`. * Rewrote the kernel installation code in Python. This is mostly an internal change and shouldn't affect most users. As a side effect, uninstalling the kernel is now simpler and requires no extra steps after `jupyter kernelspec remove`.
......
...@@ -37,7 +37,7 @@ configurations.all { ...@@ -37,7 +37,7 @@ configurations.all {
dependencies { dependencies {
implementation(group: "ch.qos.logback", name: "logback-classic", version: "1.3.5") implementation(group: "ch.qos.logback", name: "logback-classic", version: "1.3.5")
implementation(group: "com.google.guava", name: "guava", version: "31.1-jre") implementation(group: "com.google.guava", name: "guava", version: "31.1-jre")
implementation(group: "de.hhu.stups", name: "de.prob2.kernel", version: "4.0.0-SNAPSHOT") implementation(group: "de.hhu.stups", name: "de.prob2.kernel", version: "4.12.0")
implementation(group: "io.github.spencerpark", name: "jupyter-jvm-basekernel", version: "2.3.0") implementation(group: "io.github.spencerpark", name: "jupyter-jvm-basekernel", version: "2.3.0")
implementation(group: "org.jetbrains", name: "annotations", version: "23.1.0") implementation(group: "org.jetbrains", name: "annotations", version: "23.1.0")
implementation(group: "se.sawano.java", name: "alphanumeric-comparator", version: "1.4.1") implementation(group: "se.sawano.java", name: "alphanumeric-comparator", version: "1.4.1")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment