Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Dec 30, 2023
1 parent c590c89 commit f446f48
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,27 @@
- - version: v0.2.0
- date: '2023-12-30'
- requirements:
- Java 11 or higher (tested with Java 21)
- Python 3.7 or higher (tested with Python 3.10)
- Java 11 or higher, tested with Java 21
- Python 3.7 or higher, tested with Python 3.10
- ProbLog 2.2.4 needs to be downloaded the first time the project is built or
executed
- build: mvn clean install
- release: jproblog/target/jproblog-0.2.0.jar
- features:
- it downloads ProbLog 2.2.4
- it downloads ProbLog
- deprecated:
- it does not longer support Python 2
- it does not longer use Jython
- it cannot longer download or use Jython
- - version: v0.1.0
- date: '2016-09-01'
- requirements:
- Java 8
- Python 2.7 or 3.2
- Python 2.7 or 3.2, or Jython 2.7.0
- ProbLog 2.1 needs to be downloaded the first time the project is executed
- build: mvn clean install
- release: jproblog/target/jproblog-0.1.0.jar
- features:
- it downloads ProbLog 2.1
- it downloads ProbLog
- if Python 2.7 or 3.2 is not installed, it downloads Jython 2.7.0 from the Central
Repository, and it uses Jython instead

Expand Down

0 comments on commit f446f48

Please sign in to comment.