Skip to content

Commit

Permalink
Prepare release of v.0.3.0 of peartree (#55)
Browse files Browse the repository at this point in the history
* history file

* update version

* v03
  • Loading branch information
kuanb authored Apr 1, 2018
1 parent 5d6211a commit 2edc63f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion peartree/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.3.0'

0 comments on commit 2edc63f

Please sign in to comment.