We are delighted to announce the release of: futurist 1.6.0: Useful additions to futures, from the future. This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/futurist Download the package from: https://pypi.python.org/pypi/futurist Please report issues through launchpad: https://bugs.launchpad.net/futurist For more details, please see below. 1.6.0 ^^^^^ New Features * Improve get_optimal_thread_count() function for choosing a new default value which is 5 * cpu_count() for max_workers used by ThreadPoolExecutor. * Add a new get_optimal_process_count() function for choosing default value which is same as cpu_count() used by ProcessPoolExecutor. Changes in futurist 1.5.0..1.6.0 -------------------------------- 8fff224 Improve get optimal count of max_worker for pool 93a4666 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- futurist/_futures.py | 2 +- futurist/_utils.py | 15 ++++++++++----- ...al-count-of-max_workers-for-pool-89368859d3b819e0.yaml | 8 ++++++++ requirements.txt | 2 +- test-requirements.txt | 4 ++-- 5 files changed, 22 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a18f532..50e5fed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 78e840f..c36f81c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +12 @@ coverage!=4.4,>=4.0 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD +python-subunit>=1.0.0 # Apache-2.0/BSD @@ -18 +18 @@ testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT