This release contains a number of changes including
- using argparse to read files in and process them
- Reimplementation of Savitzky-Golay Filter using scipy.signal
TODO: Figure out how to build the neural net with existing python libraries (perhaps with scikit-learn). A rather standard design. This will eliminate the need for the last bit of c code here.
TODO: Figure out how to package the code using distutils to make the package available on PyPI
TODO: Write formal tests for the package
Calculation with the old code is accessible via `--old`