ELKI 0.7.1 release notes

ELKI 0.7.1 is available on Maven:

<!-- ELKI core, without visualization -->
<dependency>
    <groupId>de.lmu.ifi.dbs.elki</groupId>
    <artifactId>elki</artifactId>
    <version>0.7.1</version>
</dependency>
<!-- You only need this dependency if you need visualization -->
<dependency>
    <groupId>de.lmu.ifi.dbs.elki</groupId>
    <artifactId>elki-batik-visualization</artifactId>
    <version>0.7.1</version>
</dependency>

Please clone https://github.com/elki-project/example-elki-project for a minimal project example.

Algorithm additions:

Important bug fixes:

UI improvements:

To enable PDF and PostScript export, you need to add Apache FOP with all dependencies.

(Nevertheless, we recommend using SVG and Inkscape).

Smaller changes:

See also release notes 0.7 for additional release notes of ELKI 0.7.0