Skip to content

Commit 677b6cc

Browse files
committed
AutomataLib 0.12.0 release
1 parent c30e177 commit 677b6cc

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

_includes/sidebar/automatalib.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ <h2 class="widget-title">AutomataLib</h2>
1515
</tr>
1616
</thead>
1717
<tbody>
18+
<tr>
19+
<td><span class="badge bg-secondary align-text-top">0.12.0</span> Feb 4, 2025</td>
20+
<td><a href="http://learnlib.github.io/automatalib/maven-site/0.12.0/">API</a></td>
21+
</tr>
1822
<tr>
1923
<td><span class="badge bg-secondary align-text-top">0.11.0</span> Nov 6, 2023</td>
2024
<td><a href="http://learnlib.github.io/automatalib/maven-site/0.11.0/">API</a></td>
@@ -23,14 +27,9 @@ <h2 class="widget-title">AutomataLib</h2>
2327
<td><span class="badge bg-secondary align-text-top">0.10.0</span> Oct 11, 2020</td>
2428
<td><a href="http://learnlib.github.io/automatalib/maven-site/0.10.0/">API</a></td>
2529
</tr>
26-
<tr>
27-
<td><span class="badge bg-secondary align-text-top">0.9.0</span> Feb 5, 2020</td>
28-
<td><a href="http://learnlib.github.io/automatalib/maven-site/0.9.0/">API</a></td>
29-
</tr>
3030
</tbody>
3131
</table>
32-
<em>Also take a look at the <a href="{% link pages/version-history.md %}">version history</a> for additional
33-
resources on different AutomataLib versions.</em>
32+
<em>Also take a look at the <a href="{% link pages/version-history.md %}">version history</a> for additional resources on different AutomataLib versions.</em>
3433
<br>
3534
<strong>Related links</strong>
3635
<ul>

pages/automatalib.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Models of AutomataLib can be (de-)serialized (from) to one of the various suppor
1616
Furthermore, a plethora of graph-/automata-based algorithms is implemented, covering the following topics:
1717

1818
- graph theory (traversal, shortest paths, strongly-connected components)
19-
- automata theory (equivalence, minimization)
19+
- automata theory (bisimulation, equivalence, minimization)
2020
- model checking (adaptive distinguishing sequences, (partial) W-method, characterizing sets, state/transition covers, LTL checking (via [LTSmin](https://ltsmin.utwente.nl/) and M3C)
2121

2222
## Usage
@@ -29,15 +29,15 @@ In order to start using the latest, stable release of AutomataLib in your **Mave
2929
<dependency>
3030
<groupId>net.automatalib.distribution</groupId>
3131
<artifactId>automata-distribution</artifactId>
32-
<version>0.11.0</version>
32+
<version>0.12.0</version>
3333
<type>pom</type>
3434
</dependency>
3535
</dependencies>
3636
```
3737

38-
_Note: This dependency will add all components of AutomataLib to your project. If you only need a subset, have a look at the [List of AutomataLib Artifacts](https://github.com/LearnLib/automatalib/wiki/List-of-AutomataLib-Artifacts) to get an overview of the individual modules available on **[Maven Central](http://mvnrepository.com/artifact/net.automatalib)**._
38+
_Note: This dependency will add all components of AutomataLib to your project. If you only need a subset, have a look at AutomataLib's [modules](https://learnlib.github.io/automatalib/maven-site/latest/apidocs/) which correspond to the individual artifacts available on **[Maven Central](http://mvnrepository.com/artifact/net.automatalib)**._
3939

40-
If you are not using any build management, you can also [download the binaries](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.automatalib.distribution%22) of the AutomataLib, with and without its dependencies.
40+
If you are not using any build management, you can also [download the binaries](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.automatalib.distribution%22) of AutomataLib, with and without its dependencies.
4141

4242
[Examples](https://github.com/LearnLib/automatalib/tree/develop/examples/src/main/java/net/automatalib/example){: .btn .btn-sm .btn-outline-primary}
4343
[Wiki](https://github.com/LearnLib/automatalib/wiki){: .btn .btn-sm .btn-outline-primary}

0 commit comments

Comments
 (0)