Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Jan 2, 2024
1 parent 9878521 commit aa6e37e
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions docs/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# Release Notes

## Release Notes
---
- - summary:
- v0.4.1 (unreleased), Java 11-21, OWL API 4.5.22, Protege 5.5.0, ProbLog 2.2.4,
Python 3.7-3.10
- v0.4.0 (2023-12-31), Java 11-21, OWL API 4.5.9, Protege 5.5.0, ProbLog 2.2.4,
Python 3.7-3.10
- v0.3.0 (2017-04-26), Java 8, OWL API 4.2.5, Protege 5.0.0, ProbLog 2.1, Python
2.7 or 3.2
- v0.2.0 (2015-11-28), Java 7, OWL API 3.5.1, Protege 5.0.0-beta-17, ProbLog 2.1,
Python 2.7 or 3.2
- v0.1.1 (2015-06-02), Java 8, OWL API 3.5.0, -, ProbLog 2.1, Python 2.7 or 3.2
- v0.1.0 (2015-04-14), Java 8, OWL API 3.5.0, -, ProbLog 2.1, Python 2.7 or 3.2
- v0.4.1 (unreleased), Java 11, Python 3 , ProbLog 2.2.4, OWL API 4.5.22, Protege
5.5.0
- v0.4.0 (2023-12-31), Java 11, Python 3 , ProbLog 2.2.4, OWL API 4.5.9, Protege
5.5.0
- v0.3.0 (2017-04-26), Java 8, Python 2 or 3, ProbLog 2.1, OWL API 4.2.5, Protege
5.0.0
- v0.2.0 (2015-11-28), Java 7, Python 2 or 3, ProbLog 2.1, OWL API 3.5.1, Protege
5.0.0-beta-17
- v0.1.1 (2015-06-02), Java 8, Python 2 or 3, ProbLog 2.1, OWL API 3.5.0, -
- v0.1.0 (2015-04-14), Java 8, Python 2 or 3, ProbLog 2.1, OWL API 3.5.0, -
- - version: v0.4.1
- date: 'unreleased'
- date: unreleased
- requirements:
- Java 11 or higher, tested with Java 21
- Python 3.7 or higher, test with Python 3.10
Expand All @@ -22,7 +21,7 @@
- it uses jcel 0.24.1
- it uses OWL API 4.5.22
- it can be used as a plug-in for Protege 5.5.0
- build: mvn clean install
- build: $ `mvn clean install`
- release: target/born-0.4.1.zip
- plug-in: born-plugin/target/de.tu-dresden.inf.lat.born-0.4.1.jar
- - version: v0.4.0
Expand All @@ -35,7 +34,8 @@
- it uses jcel 0.24.1
- it uses OWL API 4.5.9
- it can be used as a plug-in for Protege 5.5.0
- build: mvn clean install
- ProbLog 2.2.4 is downloaded from https://github.com/ML-KULeuven/problog/archive/refs/tags/v2.2.4.zip
- build: $ `mvn clean install`
- release: target/born-0.4.0.zip
- plug-in: born-plugin/target/de.tu-dresden.inf.lat.born-0.4.0.jar
- - version: v0.3.0
Expand All @@ -45,42 +45,43 @@
- features:
- it uses a faster implementation of module extraction
- it uses JProbLog 0.1.0, which means that if Python is not installed, it downloads
Jython from the Central Repository (https://search.maven.org), and it uses
Jython instead
Jython from the Central Repository (https://search.maven.org), and it uses Jython
instead
- it uses jcel 0.24.0
- it uses the OWL API 4.2.5
- runs on
- can be used as a plug-in for Protege 5.0.0
- build: mvn clean install
- build: $ `mvn clean install`
- release: target/born-0.3.0.zip
- plug-in: born-plugin/target/de.tu-dresden.inf.lat.born-0.3.0.jar
- - version: v0.2.0
- date: '2015-11-28'
- requirements:
- Java 7
- ProbLog 2.1 installed or downloads it from https://bitbucket.org/problog/problog/get/master.zip
- ProbLog 2.1
- features:
- includes a graphical user interface with integrated examples
- adds the following command
- . `experiment runner`, which runs the processor on multiple files
- it uses jcel 0.22.0
- it uses the OWL API 3.5.1
- it can be used as a plug-in for Protege 5.0.0-beta-17
- build: mvn clean install
- ProbLog 2.1 is downloaded from https://bitbucket.org/problog/problog/get/master.zip
- build: $ `mvn clean install`
- release: target/born-0.2.0.zip
- plug-in: born-plugin/target/de.tu-dresden.inf.lat.born-0.2.0.jar
- - version: v0.1.1
- date: 2015-06-02
- features:
- improves completion rules
- build: mvn clean install
- build: $ `mvn clean install`
- release: target/born-0.1.1.zip
- - version: v0.1.0
- date: 2015-04-14
- requirements:
- Java 8
- Python 2.7+ or 3.2+ installed
- ProbLog 2.1 installed or downloads it from https://mips-build.cs.kuleuven.be/jenkins/job/problog2/lastSuccessfulBuild/artifact/problog.zip
- ProbLog 2.1
- features:
- includes the following commands
- . `processor`, produces a ProbLog file and executes ProbLog to obtain the result
Expand All @@ -92,7 +93,6 @@
- it can be used as a library or executed as a standalone
- it uses jcel 0.21.0
- it uses the OWL API 3.5.0
- build: mvn clean install
- ProbLog 2.1 is downloaded from https://mips-build.cs.kuleuven.be/jenkins/job/problog2/lastSuccessfulBuild/artifact/problog.zip
- build: $ `mvn clean install`
- release: target/born-0.1.0.zip


0 comments on commit aa6e37e

Please sign in to comment.