Skip to content

Commit

Permalink
Bump v1.3.0.dev2(<--1.3.0.dev1).
Browse files Browse the repository at this point in the history
Base for comparison NEDC with WLTP GS.
  • Loading branch information
vinci1it2000 committed Jun 8, 2016
1 parent fe70b7f commit 32042d2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 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.3.0.dev1
:Date: 2016-05-25 12:49:00
:Release: 1.3.0.dev2
:Date: 2016-06-08 16:00: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.3.0.dev1
Successfully installed co2mpas-1.3.0.dev2
.. Warning::
**Installation failures:**
Expand All @@ -283,12 +283,12 @@ CO2MPAS installation
.. code-block:: console
> co2mpas -vV
co2mpas_version: 1.3.0.dev1
co2mpas_rel_date: 2016-05-25 12:49:00
co2mpas_path: d:\co2mpas_ALLINONE-64bit-v1.3.0.dev1\Apps\WinPython\python-3.4.3\lib\site-packages\co2mpas
python_path: D:\co2mpas_ALLINONE-64bit-v1.3.0.dev1\WinPython\python-3.4.3
co2mpas_version: 1.3.0.dev2
co2mpas_rel_date: 2016-06-08 16:00:00
co2mpas_path: d:\co2mpas_ALLINONE-64bit-v1.3.0.dev2\Apps\WinPython\python-3.4.3\lib\site-packages\co2mpas
python_path: D:\co2mpas_ALLINONE-64bit-v1.3.0.dev2\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.3.0.dev1\WinPython...
PATH: D:\co2mpas_ALLINONE-64bit-v1.3.0.dev2\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.3.0.dev1/packages/).
(e.g. http://files.co2mpas.io/CO2MPAS-1.3.0.dev2/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.3.0.dev1/co2mpas-empty_output-2.2.xlsx
http://files.co2mpas.io/CO2MPAS-1.3.0.dev2/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.3.0.dev1/co2mpas-annotated_input-2.2.xls>`_
<http://files.co2mpas.io/CO2MPAS-1.3.0.dev2/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
4 changes: 2 additions & 2 deletions co2mpas/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


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

#: Input/Output file's version.
__file_version__ = "2.2"
Expand All @@ -19,4 +19,4 @@

# Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELEASE.
#: Release date.
__updated__ = "2016-05-25 12:49:00"
__updated__ = "2016-06-08 16:00:00"
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.3.0.dev1\Apps\WinPython-64bit-3.4.3.5\python-3.4.3\python.exe
D:\co2mpas_ALLINONE-64bit-v1.3.0.dev1\Apps\Cygwin\bin\python
D:\co2mpas_ALLINONE-64bit-v1.3.0.dev2\Apps\WinPython-64bit-3.4.3.5\python-3.4.3\python.exe
D:\co2mpas_ALLINONE-64bit-v1.3.0.dev2\Apps\Cygwin\bin\python
> co2mpas --version
co2mpas-1.3.0.dev1 at D:\co2mpas_ALLINONE-64bit-v1.3.0.dev1\Apps\WinPython-64bit-3.4.3.5\python-3.4.3\lib\site-packages\co2mpas
co2mpas-1.3.0.dev2 at D:\co2mpas_ALLINONE-64bit-v1.3.0.dev2\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.3.0.dev1/Apps/WinPython-64bit-3.4.3.5/python-3.4.3/python
/cygdrive/d/co2mpas_ALLINONE-64bit-v1.3.0.dev2/Apps/WinPython-64bit-3.4.3.5/python-3.4.3/python
> co2mpas --version
co2mpas-1.3.0.dev1 at D:\co2mpas_ALLINONE-64bit-v1.3.0.dev1\Apps\WinPython-64bit-3.4.3.5\python-3.4.3\lib\site-packages\co2mpas
co2mpas-1.3.0.dev2 at D:\co2mpas_ALLINONE-64bit-v1.3.0.dev2\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 32042d2

Please sign in to comment.