--------------------------
* Create a new documentation at: http://pyperformance.readthedocs.io/
* Add "CPython results, 2017" to the doc: significant performance changes,
significant optimizations, timeline, etc.
* The ``show`` command doesn't need to create a virtual env anymore.
* Add new commands:
- ``pyperformance compile``: compile, install and benchmark
- ``pyperformance compile_all``: benchmark multiple branches and
revisions of Python
- ``pyperformance upload``: upload a JSON file to a Codespeed
* setup.py: add dependencies to ``perf`` and ``six`` modules.
* bm_xml_etree now uses "_pure_python" in benchmark names if the accelerator is
explicitly disabled.
* Upgrade requirements:
- Django: 1.10.6 -> 1.11
- SQLAlchemy: 1.1.6 -> 1.1.9
- mercurial: 4.1.1 -> 4.1.2
- perf: 1.1 => 1.2
- psutil: 5.2.1 -> 5.2.2
- tornado: 4.4.2 -> 4.4.3
- webencodings: 0.5 -> 0.5.1
* perf 1.2 now calibrates the number of warmups on PyPy.
* On Python 3.5a0: force pip 7.1.2 and setuptools 18.5:
https://sourceforge.net/p/pyparsing/bugs/100/