Skip to content
Snippets Groups Projects

Real fft really integrated

Merged Theo Steininger requested to merge real_fft_really_integrated into master
3 files
+ 10
7
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -20,4 +20,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '3.0.4'
__version__ = '3.1.0'
Loading