Victoria Series Release Notes

2.1.0

Upgrade Notes

  • The PrettyTable dependency has been made optional, as it is only used in the Periodics.pformat method. If the use of that method is important, users should depend on PrettyTable directly.

2.0.0

Upgrade Notes

  • Support for Python 2.7 has been dropped. The minimum version of Python now supported is Python 3.6.

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.

0.20.0

Other Notes

  • Introduce reno for deployer release notes.