Skip to content

19-Jul-2016: "Qube" release

Compare
Choose a tag to compare
@ankostis ankostis released this 15 Nov 16:43
· 3739 commits to master since this release
v1.3.1

image

This release contains both key model and software changes; additional
capabilities have been added for the user, namely:

  • the prediction (by default) of WLTP cycle with the theoretical velocity
    and gear shifting profiles (do not use it for declaration purposes, read
    "Known limitations" for this release, below);
  • predict in a single run both High/Low NEDC cycles from WLTP ones;
  • the datasync command supports more interpolation methods and templates
    for the typical need to synchronize dyno/OBD data;
  • the new template file follows the regulation for the "declaration mode"
    (among others, tire-codes);

while several model changes improved the handling of real-measurement
data-series.

The study of this release's results are contained in these 3 reports: manual, automatic, and real
cars, respectively.

A detailed account of the main bugs identified and corrected in the present version can be
found in CHANGES-1.3.X.

All-In-One

The installations instructions remain unchanged from the previous releases.
Download and extract the 64bit archive from this link:

Install

For those with unhindered internet access, upgrading co2mpas is possible with the usual commands:

pip uninstall co2mpas
pip install co2mpas

For those behind firewalls or no internet, pre-download dependencies from this folder:

and install them with:

pip install --force-reinstall --ignore-installed --upgrade --no-index --no-deps <packages-folder>

Kindest Regards,
The CO2MPAS-Team