Big Changes * `matrix` is now a module on its own * The softmax function now only exists inside of `nonlin` and the features of the original two softmax functions have been combined * Fixed a bug in `seed()`
New Features * Python 2 Support * Mathematical constants PI and PHI
1.0
First release of JetMath Features * A collection of multiple common activation functions * Fast Matrices with small sizes * A lot of useful functions * Built-in sorting algorithms