From 2edc63fba29365d809a53c74c8c65f575e7d565b Mon Sep 17 00:00:00 2001 From: Kuan Butts Date: Sun, 1 Apr 2018 15:37:10 -0700 Subject: [PATCH] Prepare release of v.0.3.0 of peartree (#55) * history file * update version * v03 --- HISTORY.rst | 34 ++++++++++++++++++++++++++++++++++ peartree/__version__.py | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 HISTORY.rst diff --git a/HISTORY.rst b/HISTORY.rst new file mode 100644 index 0000000..78a93fc --- /dev/null +++ b/HISTORY.rst @@ -0,0 +1,34 @@ +History +======= + +0.3.0 (2018-04-01) +------------------ + +* Parallelization of route segments processing +* Fix log +* Coalescing function to sumarize complex graphs +* Graph re-projection +* Fix absent wait times during bus stop processing +* Bidirectional synthetic networks + + +0.2.0 (2018-03-06) +------------------ + +* Refactor graph creation +* Break out and consolidate methods to support synthetic graphs +* Stop interpolation +* Docker and Jupyter Notebook configurations +* Node aggregation and naming fixes + + +0.1.2 ( 2017-11-23) +------------------ + +* Fixed dependencies-related issues + + +0.1.0 ( 2017-11-21) +------------------ + +* PyPI initial release \ No newline at end of file diff --git a/peartree/__version__.py b/peartree/__version__.py index 7fd229a..0404d81 100644 --- a/peartree/__version__.py +++ b/peartree/__version__.py @@ -1 +1 @@ -__version__ = '0.2.0' +__version__ = '0.3.0'