Skip to content

Commit

Permalink
Bump v1.2.4(<--1.2.3).
Browse files Browse the repository at this point in the history
  • Loading branch information
vinci1it2000 committed May 12, 2016
1 parent 986aa33 commit 5a821e3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
22 changes: 11 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
CO2MPAS: Vehicle simulator predicting NEDC CO2 emissions from WLTP
##################################################################

:Release: 1.2.3
:Date: 2016-05-05 18:04:00
:Release: 1.2.4
:Date: 2016-05-12 16:46:00
:Home: http://co2mpas.io/
:Releases: http://files.co2mpas.io/
:Sources: https://github.com/JRCSTU/co2mpas
Expand Down Expand Up @@ -262,7 +262,7 @@ CO2MPAS installation
Downloading http://pypi.co2mpas.io/packages/co2mpas-...
...
Installing collected packages: co2mpas
Successfully installed co2mpas-1.2.3
Successfully installed co2mpas-1.2.4
.. Warning::
**Installation failures:**
Expand All @@ -283,12 +283,12 @@ CO2MPAS installation
.. code-block:: console
> co2mpas -vV
co2mpas_version: 1.2.3
co2mpas_rel_date: 2016-05-05 18:04:00
co2mpas_path: d:\co2mpas_ALLINONE-64bit-v1.0.5.dev1\Apps\WinPython\python-3.4.3\lib\site-packages\co2mpas
python_path: D:\co2mpas_ALLINONE-64bit-v1.0.5.dev1\WinPython\python-3.4.3
co2mpas_version: 1.2.4
co2mpas_rel_date: 2016-05-12 16:46:00
co2mpas_path: d:\co2mpas_ALLINONE-64bit-v1.2.4.dev1\Apps\WinPython\python-3.4.3\lib\site-packages\co2mpas
python_path: D:\co2mpas_ALLINONE-64bit-v1.2.4.dev1\WinPython\python-3.4.3
python_version: 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 XXX]
PATH: D:\co2mpas_ALLINONE-64bit-v1.0.5.dev1\WinPython...
PATH: D:\co2mpas_ALLINONE-64bit-v1.2.4.dev1\WinPython...
.. Note::
Expand Down Expand Up @@ -388,7 +388,7 @@ require the use of ``pip`` command from a *console* to install:
1. With with a "regular" browser and when connected to the Internet,
pre-download locally all files present in the ``packages`` folder
located in the desired CO2MPAS version in the *CO2MPAS site*
(e.g. http://files.co2mpas.io/CO2MPAS-1.2.3/packages/).
(e.g. http://files.co2mpas.io/CO2MPAS-1.2.4/packages/).

2. Install *co2mpas*, referencing the above folder.
Assuming that you downloaded the packages in the folder ``path/to/co2mpas_packages``,
Expand Down Expand Up @@ -817,7 +817,7 @@ The output-files produced on each run are the following:
.. tip::

Additionally, a sample output file is provide here:
http://files.co2mpas.io/CO2MPAS-1.2.3/co2mpas-empty_output-2.2.xlsx
http://files.co2mpas.io/CO2MPAS-1.2.4/co2mpas-empty_output-2.2.xlsx


Entering new vehicles
Expand Down Expand Up @@ -860,7 +860,7 @@ excel-file:

.. tip::
You may also read the `"annotated" input excel-file
<http://files.co2mpas.io/CO2MPAS-1.2.3/co2mpas-annotated_input-2.2.xls>`_
<http://files.co2mpas.io/CO2MPAS-1.2.4/co2mpas-annotated_input-2.2.xls>`_
to get an understanding of each scalar paramet and series required,
but **DO NOT USE THIS "fatty" xl-file (~10Mb) when running the model.**

Expand Down
2 changes: 1 addition & 1 deletion co2mpas/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


#: Authoritative project's PEP 440 version.
__version__ = version = "1.2.3" # Also update README.rst, doc/allinone.rst, CHANGES.rst,
__version__ = version = "1.2.4" # Also update README.rst, doc/allinone.rst, CHANGES.rst,

#: Input/Output file's version.
__file_version__ = "2.2"
Expand Down
1 change: 1 addition & 0 deletions co2mpas/model/physical/engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ def TPSA(deltas_t, powers, speeds, vel, acc, *args, initial_temperature=23):

return TPSA


def _get_samples(times, engine_coolant_temperatures, on_engine):
dT = derivative(times, engine_coolant_temperatures, dx=4, order=7)[1:]
dt = np.diff(times)
Expand Down
10 changes: 5 additions & 5 deletions doc/allinone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,21 @@ A pre-populated folder with WinPython + CO2MPAS + Consoles for *Windows*.
REM The python-interpreter that comes 1st is what we care about.
> where python
D:\co2mpas_ALLINONE-64bit-v1.2.3\Apps\WinPython-64bit-3.4.3.5\python-3.4.3\python.exe
D:\co2mpas_ALLINONE-64bit-v1.2.3\Apps\Cygwin\bin\python
D:\co2mpas_ALLINONE-64bit-v1.2.4\Apps\WinPython-64bit-3.4.3.5\python-3.4.3\python.exe
D:\co2mpas_ALLINONE-64bit-v1.2.4\Apps\Cygwin\bin\python
> co2mpas --version
co2mpas-1.2.3 at D:\co2mpas_ALLINONE-64bit-v1.2.3\Apps\WinPython-64bit-3.4.3.5\python-3.4.3\lib\site-packages\co2mpas
co2mpas-1.2.4 at D:\co2mpas_ALLINONE-64bit-v1.2.4\Apps\WinPython-64bit-3.4.3.5\python-3.4.3\lib\site-packages\co2mpas
- In *bash*, type:

.. code-block:: console
> which python
/cygdrive/d/co2mpas_ALLINONE-64bit-v1.2.3/Apps/WinPython-64bit-3.4.3.5/python-3.4.3/python
/cygdrive/d/co2mpas_ALLINONE-64bit-v1.2.4/Apps/WinPython-64bit-3.4.3.5/python-3.4.3/python
> co2mpas --version
co2mpas-1.2.3 at D:\co2mpas_ALLINONE-64bit-v1.2.3\Apps\WinPython-64bit-3.4.3.5\python-3.4.3\lib\site-packages\co2mpas
co2mpas-1.2.4 at D:\co2mpas_ALLINONE-64bit-v1.2.4\Apps\WinPython-64bit-3.4.3.5\python-3.4.3\lib\site-packages\co2mpas
In case of problems, copy-paste the output from the above commands and send
it to JRC.
Expand Down

0 comments on commit 5a821e3

Please sign in to comment.