Skip to content

Commit

Permalink
Bump v1.0.3(<--1.0.3b0).
Browse files Browse the repository at this point in the history
+ Update CHANGES.
  • Loading branch information
ankostis committed Oct 13, 2015
1 parent 38f7f68 commit cc68d2b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
16 changes: 10 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ CO2MPAS Changes
###############
.. _changes:

v1.0.3 XX-Oct 2015: 3rd open release
====================================
Still no model-changes, just *all-in-one* improvements and better
instructions.
v1.0.3, 13-Oct 2015, CWG release
================================
Still no model-changes in comparison to v1.0.1, release just to distribute
the *all-in-one* archive, provide better instructions, and demonstrate ipython
UI.

- Note that the CO2MPAS contained in the ALLINONE archive is ``1.0.3b0``,
which does not affect the results or the UI in any way.


v1.0.2 6-Oct 2015: "Renata" release, unpublished
================================================
v1.0.2, 6-Oct 2015: "Renata" release, unpublished
=================================================
No model-changes, beta-testing "all-in-one" archive for *Windows* distributed
to selected active users only:

Expand Down
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CO2MPAS: Vehicle simulator predicting NEDC CO2 emissions from WLTP
##################################################################

:Release: 1.0.3b0
:Release: 1.0.3
:Home: http://co2mpas.io/
:Releases: http://files.co2mpas.io/
:Sources: https://github.com/JRCSTU/co2mpas
Expand Down Expand Up @@ -69,7 +69,7 @@ follow the detailed instructions under sections :ref:`install` and
## NOTE: If behind proxy, specify additionally this option:
## --proxy http://user:password@yourProxyUrl:yourProxyPort
##
$ pip install co2mpas --extra-index http://pypi.co2mpas.io/simple/ --trusted-host pypi.co2mpas.io --pre
$ pip install co2mpas --extra-index http://pypi.co2mpas.io/simple/ --trusted-host pypi.co2mpas.io
## Where to store input and output files.
## In *Windows* cmd-prompt use `md` command instead.
Expand Down Expand Up @@ -240,12 +240,12 @@ CO2MPAS installation

.. code-block:: console
> pip install co2mpas --extra-index http://pypi.co2mpas.io/simple/ --trusted-host pypi.co2mpas.io --pre
> pip install co2mpas --extra-index http://pypi.co2mpas.io/simple/ --trusted-host pypi.co2mpas.io
Collecting co2mpas
Downloading http://pypi.co2mpas.io/packages/co2mpas-...
...
Installing collected packages: co2mpas
Successfully installed co2mpas-1.0.3b0
Successfully installed co2mpas-1.0.3
.. Note::
**Installing Behind Firewall:**
Expand Down Expand Up @@ -286,9 +286,9 @@ CO2MPAS installation
.. code-block:: console
> python -v --version
co2mpas_version: 1.0.3b0
co2mpas_path: d:\co2mpas_ALLINONE-XXbit-v1.0.3b0\Apps\WinPython\python-3.4.3\lib\site-packages\co2mpas
python_path: D:\co2mpas_ALLINONE-XXbit-v1.0.3b0\WinPython\python-3.4.3
co2mpas_version: 1.0.3
co2mpas_path: d:\co2mpas_ALLINONE-XXbit-v1.0.3\Apps\WinPython\python-3.4.3\lib\site-packages\co2mpas
python_path: D:\co2mpas_ALLINONE-XXbit-v1.0.3\WinPython\python-3.4.3
python_version: 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 XXX]
Expand All @@ -304,7 +304,7 @@ CO2MPAS installation

.. code-block:: console
> pip install co2mpas==1.0.3b0 ... # Other options, like above.
> pip install co2mpas==1.0.3 ... # Other options, like above.
Expand Down Expand Up @@ -378,7 +378,7 @@ you have installed CO2MPAS (see :ref:`install` above) and type:
-I <fpath> Input folder or file, prompted with GUI if missing [default: ./input]
-O <fpath> Input folder or file, prompted with GUI if missing [default: ./output]
-l, --list List available models.
--predict-wltp Whether to predict also WLTP values.
dict-wltp Whether to predict also WLTP values.
--more-output Output also per-vehicle output-files.
--no-warn-gui Does not pause batch-run to report inconsistencies.
--plot-workflow Open workflow-plot in browser, after run finished.
Expand Down
4 changes: 2 additions & 2 deletions co2mpas/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# You may not use this work except in compliance with the Licence.
# You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl
"""Authoritative project's PEP 440 version."""
__version__ = version = "1.0.3b0" # Also update README.rst & CHANGES.rst.
__updated__ = "2015-10-12 18:56:15"
__version__ = version = "1.0.3" # Also update README.rst & CHANGES.rst.
__updated__ = "2015-10-13 14:17:51"

0 comments on commit cc68d2b

Please sign in to comment.