[openstack-dev] [release] taskflow 0.8.1

Joshua Harlow harlowja at outlook.com
Thu Apr 2 18:34:03 UTC 2015


We are stoked to announce the *bug-fix* release of:

taskflow 0.8.1: Taskflow structured state management library.

For more details, please see the git log history below and:

     http://launchpad.net/taskflow/+milestone/0.8.1

Please report issues through launchpad:

     http://bugs.launchpad.net/taskflow/

Changes in taskflow 0.8.0..0.8.1
--------------------------------

57d2fff Switch back to maxdepth 2
d16e111 Make an attempt at having taskflow exceptions print causes better
918ff7e fix renamed class to call super correctly
3204242 Remove 11635 bug reference
5544d71 Fix a couple of spelling and grammar errors
977d19c Make the graph '_unsatisfied_requires' be a staticmethod
66a16b2 Add more comments to fake in-memory filesystem
5accccb Add a set of tests to the in memory fake filesystem
7c0a762 Ensure we have a 'coverage-package-name'

Diffstat (except docs and test files)
-------------------------------------

pylintrc                                           |  2 +-
taskflow/examples/alphabet_soup.py                 |  2 +-
taskflow/examples/build_a_car.py                   |  2 +-
taskflow/examples/calculate_in_parallel.py         |  2 +-
taskflow/examples/create_parallel_volume.py        |  2 +-
taskflow/examples/echo_listener.py                 |  4 +-
taskflow/examples/fake_billing.py                  |  4 +-
taskflow/examples/hello_world.py                   |  2 +-
.../examples/jobboard_produce_consume_colors.py    |  4 +-
taskflow/examples/persistence_example.py           | 10 +--
taskflow/examples/resume_vm_boot.py                |  2 +-
taskflow/examples/resume_volume_create.py          |  2 +-
taskflow/examples/retry_flow.py                    |  2 +-
taskflow/examples/run_by_iter.py                   |  2 +-
taskflow/examples/run_by_iter_enumerate.py         |  4 +-
taskflow/examples/simple_linear.py                 |  4 +-
taskflow/examples/simple_linear_listening.py       |  4 +-
taskflow/examples/simple_linear_pass.py            |  2 +-
taskflow/examples/simple_map_reduce.py             |  4 +-
taskflow/examples/timing_listener.py               |  2 +-
taskflow/examples/wbe_event_sender.py              |  8 +--
taskflow/examples/wbe_mandelbrot.py                |  4 +-
taskflow/exceptions.py                             | 71 
++++++++++++++--------
taskflow/listeners/timing.py                       |  2 +-
taskflow/patterns/graph_flow.py                    | 15 +++--
taskflow/persistence/backends/impl_memory.py       | 26 +++++++-
.../unit/persistence/test_memory_persistence.py    | 62 +++++++++++++++++++
tox.ini                                            |  2 +-
38 files changed, 246 insertions(+), 91 deletions(-)




More information about the OpenStack-dev mailing list