------------------------
* Add Sign, Exponented and Unit classes.
* Numbers are now Signed objects and may be assigned a Unit.
Patches 0.2.1 and 0.2.2 (2017-11-02)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Bring back Numbers' hashability.
* Add physical_quantity() in unit module.
Initial version 0.1 (2017-10-24)
---------------------------------
* Number class and decimal numbers' related functions.
Changelog
=========
New in version 0.7.4 (2018-10-20)
---------------------------------
* Add mental calculation sheets for fifth level ("yellow belt, 2d stripe")
* Add mental calculation sheets for sixth level ("orange belt")
* Automatically adapt LaTeX preamble, depending on packages really required to compile the document
* mathmaker project moves to gitlab.com
New in version 0.7.3 (2018-01-15)
---------------------------------
* Add mental calculation sheets for fourth level ("yellow belt, 1st stripe")
New in version 0.7.2 (2017-10-18)
---------------------------------
* Add mental calculation sheets for third level ("yellow belt")
* The mental calculation pdf may now be "interactive" (answers can be written in text fields, they can be validated pushing a button; this validation is done by some javascript)
* The daemon now accepts an optional argument in the request (written right after sheet's name, separated with a '|'. Only interactive is allowed, so far)
New in version 0.7.1-3 (2017-08-30)
-----------------------------------
* Patch the daemon to let it accept the new YAML sheet names.
* The output dir will always be in user's home.
* Fix several bugs.
New in version 0.7.1 (2017-08-29)
---------------------------------
* Support for python3.6 only, drop support for older python versions.
* Mental calculation sheets can now be created as slideshows. Add a default slideshows series for white belt, 1st and 2d stripes.
* Reorganization of mental calculation in belts: White belt, 1st stripe and 2d stripe have been added (including new sheets: addition/subtraction, fraction of a rectangle, complements)
* New sheet: order of precedence in operations.
* YAML files will be used to store sheets. The previous ways (XML and Python) will be dropped.
* Huge reorganization of the lib/ source code.
* Fair bunch of bug fixes.
* Issue warnings instead of exceptions when the version of a dependency could not be determined. [0.7.1dev5 (2017-05-04)]
* New sheets about trigonometry: [0.7.1dev4 (2017-05-03)]
- vocabulary in the right triangle
- write the correct formulae
- calculate a length
- calculate an angle
* New sheets: [0.7.1dev3 (2016-10-21)]
- intercept theorem: "butterfly" configuration
- intercept theorem: converse
* New sheets: [0.7.1dev2 (2016-10-13)]
- expansion of simple brackets (declined in two versions)
- clever multiplications (mental calculation)
- intercept theorem: write the correct quotients' equalities
- intercept theorem: solve simple exercises
* A new sheet (declined in two versions): expansion of double brackets. Defined in an xml sheet as for mental calculation sheets. [0.7.1dev1 (2016-09-14)]
New in version 0.7.0-6 (2016-08-19)
-----------------------------------
* Added a setting to let the user change mathmaker's path (to be used by the daemon)
* Bugfix [0.7.0-5 (2016-08-19)]
* If an IP address is passed as parameter to mathmaker's daemon, it will return a 429 http status code (too many requests) if the last request from the same address is not older than 10 seconds. [0.7.0-4 (2016-08-19)]
* Fixed the install of locale files and font listing file [0.7.0-3 (2016-07-18)]
New in version 0.7 (2016-07-15)
-------------------------------
* Standardized structure (``mathmaker`` becomes pip3-installable, available on PyPI and github; its documentation is hosted on readthedocs; tests are made with py.test)
* A daemon is added (``mathmakerd``) to provide communication with ``mathmaker`` through http connections.
* A bunch of mental calculation sheets
* The use of XML frameworks for the sheets (yet only for mental calculation, so far)