19-Apr-2016: "Panino" release
This release contains both key model and software changes; additional capabilities
have been added for the user, namely,
- the capability to accept a theoretical WLTP cycle and predict its difference
from the predicted NEDC (#186, #211), - the
datasync
command tool for shifting and resampling tables in excels (#144, #218), - improve and explain the naming-conventions
used in the model and in the input/output excel files (#215), - provide a single 64bit ALLINONE archive since results from 32bit Windows are not considered valid anymore;
while other changes improve the quality of model runs, namely,
- the introduction of schema to check input values(#60, #80),
- several model changes improving the consumption of real-measurement data-series, and
- several crucial engineering fixes and enhancements, including fixes based on LAT's assessment
of the "O'Snow" release.
The study of this release's results are contained in `these 3 report files:
A detailed account of the main bugs identified and corrected in the present version can be
found in CHANGES-1.2.X, and the full list of activity is contained in these two github milestones:
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>
All-In-One
The installations instructions remain unchanged from the previous releases.
Download and extract the 64bit archive from this link:
Kindest Regards,
The CO2MPAS-Team