Release early, release often: performance 0.1.2 has been released! The
first version supporting Windows. I renamed the GitHub project from
python/benchmarks to python/performance.

All changes:

* Windows is now supported
* Add a new ``venv`` command to show, create, recrete or remove the
  virtual environment.
* Fix pybench benchmark (update to perf 0.7.4 API)
* performance now tries to install the ``psutil`` module on CPython for
  better system metrics in metadata and CPU pinning on Python 2.
* The creation of the virtual environment now also tries ``virtualenv``
  and ``venv`` Python modules, not only the virtualenv command.
* The development version of performance now installs performance with
  "pip install -e <path_to_performance>"
* The GitHub project was renamed from ``python/benchmarks``
  to ``python/performance``.

Victor
_______________________________________________
Speed mailing list
Speed@python.org
https://mail.python.org/mailman/listinfo/speed

Reply via email to