- Add pip installation information.
- Replace distribute_setup with ez_setup.
- Change name to Time Encoding and Decoding Toolkit.
- Fix various demos.
- Change to PEP 440 version numbering.
- Use ReadTheDocs theme in HTML docs.
- Merge with utils toolkit.
- Add docs for merged utilities.
- Improve finding of includes/libraries needed to build bpa extension.
- Download distribute for package installation if it isn't available.
- Improve precision of IAF encoders.
- Fix signs in delayed IAF example.
- Add decoders that use the trigonometric polynomial approximation.
- Add more PyCUDA decoder implementations.
- Add docs for PyCUDA-based functions.
- Update installation information.
- Update copyright information.
- Add SISO PyCUDA-based IAF TEM/TDM implementations.
- Fix encoder resampling.
- Update docs.
- Eliminate various unnecessary loops and summations.
- Add documentation.
- Add more efficient concurrent IAF encoder.
- Fix bug in MIMO spline interpolation decoders.
- Improve docstrings, use numpy docstring conventions.
- Add IAF interpolation spline decoding algorithms.
- Add coupled IAF encoding and decoding algorithms.
- Add MIMO delayed IAF encoding and decoding algorithms.
- Accelerate IAF decoder implementations.
- Add IAF population decoding algorithm.
- Add IAF real-time decoding algorithm.
- Clean up demos.
- Facilitate installation on x86_64 Linux.
- Clean up real-time algorithm implementations.
- Make time array construction consistently use a fixed time step.
- Add real-time encoding and decoding algorithms.
- Add ASDM population decoding algorithms.
- Make code more readable.
- Change package name to Time Encoding and Decoding Toolbox.
- First public release.