Skip to content

Releases: hageldave/ezFFTW

V 0.1.2

22 Aug 23:10
Compare
Choose a tag to compare

Release of version 0.1.2

Coverage Status

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.

V 0.1.1

22 Aug 16:09
Compare
Choose a tag to compare
V 0.1.1 Pre-release
Pre-release

Release of version 0.1.1

Coverage Status

Maven Dependency:

<dependency>
	<groupId>com.github.hageldave.ezfftw</groupId>
	<artifactId>ezfftw</artifactId>
	<version>0.1.1</version>
</dependency>

Found to not being thread safe. V0.1.2 is actually thread safe

V 0.1.0

13 Apr 00:32
Compare
Choose a tag to compare

Release of version 0.1.0

Coverage Status

Maven Dependency:

<dependency>
	<groupId>com.github.hageldave.ezfftw</groupId>
	<artifactId>ezfftw</artifactId>
	<version>0.1.0</version>
</dependency>

V 0.0.9

07 Mar 16:46
Compare
Choose a tag to compare

Release of version 0.0.9

Coverage Status

Maven Dependency:

<dependency>
	<groupId>com.github.hageldave.ezfftw</groupId>
	<artifactId>ezfftw</artifactId>
	<version>0.0.9</version>
</dependency>