Release of version 0.1.2
Maven Dependency:
<dependency>
<groupId>com.github.hageldave.ezfftw</groupId>
<artifactId>ezfftw</artifactId>
<version>0.1.2</version>
</dependency>
Changes:
- FFT and FFTW_GURU class methods are now thread safe (i.e. can be called concurrently without segfaulting). The planning methods of FFTW needed to be synchronized.