Skip to content

singa-all 0.1.3

Pre-release
Pre-release

Choose a tag to compare

@cleberecht cleberecht released this 27 Jun 13:00
· 785 commits to master since this release

About

This is the initial release of SiNGA.

Installation

SiNGA is only compatible with Java 8, make sure you are using the latest Java version.

You can add all SiNGA to your project by adding the following dependency to your pom.xml.

<dependency>
    <groupId>de.bioforscher.singa</groupId>
    <artifactId>'artifact'</artifactId>
    <version>0.1.3</version>
</dependency>

Replace the artifact id artifact with

  • singa-benchmark - for benchmarking implementations using the JMH
  • singa-chemistry - for chemistry and structural biology
  • singa-core - the most basic tools used by the most other modules
  • singa-features - an api for resolving features on the fly and defining units
  • singa-javafx - rendering and displaying some objects used in singa (e.g. graphs, smiles of molecules, structures from pdb)
  • singa-mathematics - if you require mathematical structures (e.g. vectors, matrices, or graphs) and algorithms (e.g. matrix decompositions, or graph traversal)
  • singa-simulation - simulations using cellular graph automata