Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Releases: rjw57/dtcwt

Version 0.12.0

12 Sep 09:09
Compare
Choose a tag to compare

The big news in this release is a new TensorFlow backend contributed by @fbcotter.

dtcwt version 0.11.0

09 Mar 10:02
Compare
Choose a tag to compare

This release adds no significant functionality over 0.10.0 but includes fixes for certain nVdidia OpenCL configurations and some corner-cases when running dtcwt under Python 2. It also updates the documentation to be more DFSG-friendly.

dtcwt version 0.10.0

15 May 10:34
Compare
Choose a tag to compare

dtcwt is a Dual-Tree Complex Wavelet Transform library for Python along with a collection of DT-CWT algorithms and GPU acceleration.

As always full documentation is available via read the docs.

This release includes significant speedups to the image registration algorithm along with some more bug fixes for the OpenCL pipeline.

dtcwt version 0.9.1

15 May 09:10
Compare
Choose a tag to compare

dtcwt is a Dual-Tree Complex Wavelet Transform library for Python along with a collection of DT-CWT algorithms and GPU acceleration.

As always full documentation is available via read the docs.

This is a simple bugfix release which addresses a single bug in the OpenCL backend whereby if a user passed an explicit OpenCL context to be used, the default context would be used instead in some cases.