* Define changes according to mmParams. * Remove sdist distribution from travis deployment. * Update classifiers. * Support moodle math setting: decimal and list separator, math type.
0.3.0
------------------
* Fix installation wheels: Removed wheels for python2.7. * Caps convention for constant: pi → PI. * Better documentation. * Full support of common functions between grade and answer calculations.
0.2.2
------------------
* Fix docstrings. * Added new math functions and docstrings (common and extended module).
0.2.0
------------------
* Full implementation of moodle math expressions. * Added pi constant. * Some math functions common between grade and answer calculation.
0.1.2
------------------
* Use super method for init of derived classes. * Removed support of python 3.3. * Added basic definition of moodle mathematical variable classes (since 0.1.1).