singa-all 0.1.3
Pre-release
Pre-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 JMHsinga-chemistry- for chemistry and structural biologysinga-core- the most basic tools used by the most other modulessinga-features- an api for resolving features on the fly and defining unitssinga-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