- Released after testing
- [NEW] Support for Python 3. Tested to work with Python 2.7 and Python 3.6.
- [NEW] Uses six package to handle data input SimCompamp
- [NEW] Support for Python 3. Tested to work with Python 2.7 and Python 3.6.
- [NEW] Adding ibmseti.compamp.SimCompamp.sigProc function for inserting signal processing function before spectrogram calculations.
- [UPDATE] Automatically subtract any DC offset in Simulation data (compamp.SimCompamp)
- [UPDATE] Changes default size of SimCompamp to 32 x 6144.
- [UPDATE] Moves SimCompamp class into compamp module instead of having separate file. :p
- [NEW] Supports reading simulated data files prepared for the SETI Institute hackathon and code challenge, 2017.
- [NEW] Removes signaldb module, which wasn't so useful. Also makes the package independent of pyspark.
- [NEW] Breaks out methods to compute signal in fourier space and to create a single 1D time-domain signal with over-sampled frequencies removed.
- [UPDATE] Compamp.complex_data returns a Numpy array of type complex64, reducing memory usage
- [NEW] Automatically imports ibmseti.constants (bins_per_half_frame is needed for DIY data manipulation)
- [NEW] Removes callback to track usage.
Changes were not tracked.